I have a software created in VB.net. In the splash screen I have retrieving some registry entries.It will work fine on XP Admin privileges. But on the users have Limited access permission it will give error. How will I run my software on XP Limited users? Thanks in advance
In Vista a non-administrative user has following access rights to registry: HKEY_LOCAL_USER: Read/Write HKEY_LOCAL_MACHINE: Read Only HKEY_CLASSES_ROOT: Read Only
Sorry, I thought you ask about Vista. In XP, I never found any issue in accessing registry using API commands.