(no subject)
Oct. 16th, 2003 09:41 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Any Windows gurus know how to knock up a bit of (.BAT or WSH script?) to
stop a service
delete a registry key
restart that service
(need to force Automatic Update to go look at the new patches on our LAN SUS server by stopping the Automatic Update service from running, deleting the "LastWaitTimeout" key & then restarting the Automatic Update service)
no subject
Date: 2003-10-16 02:01 am (UTC)So, in a batch file, 'net stop' the service, feed the text file into regedit, then 'net start' the service.
no subject
Date: 2003-10-26 02:41 am (UTC)