Just another WordPress site

Kategorie: Uncategorized (Seite 7 von 7)

smbmount

Mount the share with user/pass:

smbmount //winpc/shared /mnt/share -o username=user,password=pass,rw

Or mount the share without a user/pass (this is true if Everyone is still set)

smbmount //winpc/shared /mnt/share -o rw

New SusClientId

XP-Clients und WSUS 3.0 auf nem 2008er Server.

Clients überschreiben sich im WSUS

net stop wuauserv
reg delete
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v
AccountDomainSid /f
reg delete
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID
/f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
/v SusClientId /f
net start wuauserv
wuauclt /resetauthorization
/detectnow

Neuere Beiträge »