PDA

Click to See Complete Forum and Search --> : New problem with registry


emica
Jan 17th, 2000, 12:50 AM
My registry doesn't affect on other users (it works only for administrator).I'm using HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\system.
How can I add value to this key to work on other users. (I'm working on Windows NT)
I realy need help.
Emica

chrisjk
Jan 17th, 2000, 02:16 AM
HKEY_CURRENT_USER is just that, only for the current user (being yourself if you are developing the program)

To effect all users of the computer, you have to use HKEY_LOCAL_MACHINE

Regards,

------------------
- Chris
chris.kilhams@btinternet.com
If it ain't broke - don't fix it :)