I have an application that needs to read some Registry keys from the HKEY_LOCAL_MACHINE branch. The application works with no problems when an administrator is logged in, but when a regular user is logged in the application crashes and it tells me I need to have administrator privileges.
How can I make this application work for a regular user?
The application works with no problem on regular Windows 7 and Windows 8 both with an Admin user or regular user.
Any help will be appreciated.