PDA

Click to See Complete Forum and Search --> : Regitry KEY HKEY_USERS


Stonebrook
Jan 31st, 2001, 01:54 AM
Hi,

i'd like to access a subkey under HKEY_USERS, but i dont know where i can find then Key under the .DEFAULT Key ("S-1-5-21-254811832-206464375-1947940980-1000")- that key is depending from the User.

!! If i have more than 1 user there a more then 1 Keys - so i can not take allways the 2nd Key in HKEY_USERS !!

Where Can i find and read this unique KEY for the current user ?

HKEY_USERS\S-1-5-21-254811832-206464375-1947940980-1000\Software\Microsoft\Internet Explorer\MenuExt


Thanx

KrishnaSantosh
Feb 11th, 2001, 02:08 AM
If You Need To Determine the user name , Why Not Use The API instead Of Registry

parksie
Feb 12th, 2001, 06:44 AM
Use HKEY_CURRENT_USER. It's always linked to HKEY_USERS\<current user>