Throw these two lines into a batch file:
sc config BITS start= demand
sc config wuauserv start= auto
Can I ask, though... why did you disable the Automatic Updates and BITS
services in the first place...? If it is bandwidth that you worry about
(which is most user's reason), BITS only uses idle bandwidth, so even at
56k, you won't notice a slowdown. I also believe, and I mean no insult to
you, but if you do know know the answer to your question, or at least how to
find the answer on Microsoft's site (as I did), then you shouldn't be
disabling services anyway.... well, here is a link explaining BITS:
http://msdn.microsoft.com/library/de..._bandwidth.asp
"6th time lucky" <> wrote in message
news:0FF4E20A-3738-4D12-86AA-...
> OK, In the past i have disabled the Automatic updates service and BITS so
> that i can run WU manually and have trained family to do the same. Now
> that
> WU V5 has *broken* this, i have to set AU and BITS back to the default.
>
> Rather than manually talk several different people though this, is there a
> way to access these settings by script so i can just send them a bat file?
> (i
> will also be sending XPSP2blocker to avoid that hassel)
>
> So by script how can i set AU to Automatic and enable and BITS to manual
> and
> enable?
>
> Thanks for any help!