-
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
-
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
[email protected]
If it ain't broke - don't fix it :)