Category: Computer Stuff

Things about and related to computers

Computer Stuff

Windows '08 Certs? Think again

www.trainsignaltrainin.com/windows-server-2008-certifications-death-to-the-mcse/2007-06-19/ ” I agree with E Cetiner, sadly as an Employer, microsoft qualifications are considered useless and pretty much a joke, due to many reasons.. with the new certification routes, microsoft qualified individuals will be primarily rejected in favour of comptia, cisco and IT experienced individuals. preference will be given to the experience IT individuals […]

admin 
Computer Stuff

Fixing WSUS Updates for (improperly) imaged clients

Create a batch file, (call it whatever you want; ex. fixwsus.bat) Place these lines in the batch file, and run on all machines that have been imaged improperly. 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 cls @echo Triggering detection after resetting WSUS client identity […]

admin