angryeric116 Posted June 9, 2005 Posted June 9, 2005 well this is my first post, and im having problems with my automatic updatesevery time i logon, it claims that automatic updates are not on, so ill turn them on, and lo and behold, the next time i logon, there off again....any help? thxangryeric
rabster1 Posted June 10, 2005 Posted June 10, 2005 Check in control panel -> admin tools -> servicesMake sure automatic updates has its startup type set to automatic.Hope that helps?PS: you can disable the security center as a last resort if like like or as a first resort as I like to.
angryeric116 Posted June 10, 2005 Author Posted June 10, 2005 well, it was already set to automatic, and how do you not have automatic updates turned on??? and still be updated?
rabster1 Posted June 12, 2005 Posted June 12, 2005 Can you access the automatic updates site though the start menu and check for updates in internet explorer without error?The reason I ask is that automatic updates requires several other services to function iirc. If one of the other said services were disabled you might get this error, but if the above manual update runs without problems then I'm out of ideas...
tarquel Posted June 13, 2005 Posted June 13, 2005 You might want to try soulin's little script:@echo offEcho . Libraries registrationregsvr32 /s msxml3.dll regsvr32 /s wups.dllregsvr32 /s wuaueng.dllEcho . Stopping servicesnet stop wuauserv echo . Deleting DataStorecd /d %windir%\SoftwareDistribution rd /s DataStoreEcho . Starting servicesnet start wuauserv Echo . Restarting computershutdown -r -f -t 01http://martinzugec.blogdrive.com/archive/c...-2005_o-10.htmlScroll down to til you get to the Windows Update problems... subheading - aimed at SP2 I think, but will probably work with pre-SP2.Worth a try I guess.Regards,N.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now