1.9.07

Windows Vista / Windows Update Batch Files

Windows Vista / Windows Update Batch Files

Start:
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


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

Source:
http://www.fixmyvista.com/content/view/15/26/

Keine Kommentare: