The topic pretty much says it all. I want to detect if the user has
auto-update enabled/disabled using c++ (inside Windows XP). Is there
an API call or a registry entry to check? Im having a hard time
finding information on this.
Thanks,
elitecodex
> The topic pretty much says it all. I want to detect if the user has
> auto-update enabled/disabled using c++ (inside Windows XP). Is there
> an API call or a registry entry to check? Im having a hard time
> finding information on this.
You can do it simply by checking the appropriate registry keys.
see this link for the key details.
http://www.winguides.com/registry/display.php/1176/

Signature
Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
elitecodex@gmail.com - 29 Jun 2006 11:42 GMT
> > The topic pretty much says it all. I want to detect if the user has
> > auto-update enabled/disabled using c++ (inside Windows XP). Is there
[quoted text clipped - 11 lines]
> bruno_nos_pam_van_dooren@hotmail.com
> Remove only "_nos_pam"
Perfect. Thanks alot Bruno !