Link to home
Start Free TrialLog in
Avatar of Tom_Hickerson
Tom_HickersonFlag for United States of America

asked on

Registry Changes

I need to change the key...
 HKEY_USERS\DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\EnableAutodial

I have some code that is supposed to allow reads and writes to the registry, but it will not change this key properly.  I dont know what kind of key it is, but it looks like
01 00 00 00
 and I need to switch it to
00 00 00 00
and back to
01 00 00 00
with command buttons.

Please point me in the right direction.

Tom

Avatar of mcrider
mcrider

See the following microsoft KB article:

HOWTO: Use the Registry API to Save and Retrieve Setting
http://support.microsoft.com/support/kb/articles/Q145/6/79.asp?LNG=ENG&SA=MSDN 
 


Cheers!

Avatar of Tom_Hickerson

ASKER

I need more that that.  Give me the specific code I need to use and what type of key that is.

Thanks
should have said please...
ASKER CERTIFIED SOLUTION
Avatar of shyamkumarreddy
shyamkumarreddy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial