From: "bhall" <>
| Dave,
|
| Actually this _would_ be beneficial to anyone who wants to get Windows
| Critical Updates via the Windows Update Website since 0x8DDD0018 was the
| error I kept getting when I would try to access this very site. The way you
| fix it is to ensure the correct services are started and set to auto. The
| following .bat file (revised) does just that.
|
| @echo off
| sc stop wuauserv
| sc stop BITS
| sc config wuauserv start= auto
| sc config BITS start= auto
| sc config Eventlog start= auto
| sc start BITS
| sc start wuauserv
|
| -bhall
|
| P.S. You can't stop Eventlog, and BITS should be started before wuauserv.
|
OK then, it wasn't very clear in the post,
--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm