you could do something like this:

 Code:
Break on
Writevalue('HKLM\system\currentcontrolset\services\wuauserv', 'Start', "2", "REG_DWORD")
net start "wuauserv"
Exit


Something like that anyway.

for reference:
 Code:
         Boot        0x0
         System      0x1
         Automatic   0X2
         Manual      0x3
         Disabled    0x4



/Quick and Dirty


Update:
Or you can just do what Citrixman says \:\)


Edited by Tesdall (2011-02-14 09:41 PM)
Edit Reason: Being quick and Dirty
_________________________
Where ever you go, there you are.