Click here to Skip to main content
15,893,190 members

Comments by rahul.kulshreshtha (Top 4 by date)

rahul.kulshreshtha 28-Oct-10 9:11am View    
I have not checked with multiple users so you can test if that works.
rahul.kulshreshtha 28-Oct-10 9:06am View    
I didn't tried it on any server edition.
HKEY_USERS\.default\Softwares\ should be accessed in all users if you want to create user-specific setting then you can create sub keys inside your main key. One sub-key for each user.
LOCAL_MACHINE will not be accessible.
Unfortunately I am not experienced in VB :)
rahul.kulshreshtha 25-Oct-10 8:55am View    
Make your key inside
HKEY_USERS\.default\Softwares\

and read it as
oeg = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Software", True)
oeg = oReg.CreateSubKey(SubKey)
oeg = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Software\\" & SubKey)
rahul.kulshreshtha 1-Jul-10 3:20am View    
Reason for my vote of 5
Shows Right Direction