How to detect if Auto-update is enabled

  • Thread starter Thread starter elitecodex
  • Start date Start date
E

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.

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/

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top