View Single Post
Old 08-23-2006, 03:00 AM   #1 (permalink)
EricB
 
Hard Core Techie

Join Date: Nov 2004

Posts: 11,643

EricB will become famous soon enough

Default Batch files to disable autmatic windows updates

I tired of all of the in house spying of microsoft. so I made a batch file to disable it.

copy and paste this notepad

sc config wuauserv start= disabled
sc config BITS start= demand
sc stop wuauserv
sc stop BITS

save it as disablewindowsupdates.bat

here is a way to enable it when you want to manually update it

sc config wuauserv start= auto
sc config BITS start= auto
sc config ERSvc start= auto
sc start wuauserv
sc start BITS
sc start ERSvc
start %SystemRoot%\system32\wupdmgr.exe

save it as enableupdates.bat

put them in a safe place
__________________
The Ultimate Hard Drive Utility PowerMax 4.23. (It now has the ability to clean a Boot Sector virus on the quick erase option.)
The best browser Netscape 8
Have you accidently delete something? Look here (trial. the better one) and here(free)
EricB is offline