Top "Registry" questions

The Windows Registry is a database where configuration settings for hardware, software and the Windows operating system itself are saved.

What registry access can you get without Administrator privileges?

I know that we shouldn't being using the registry to store Application Data anymore, but in updating a Legacy application (…

registry privileges administrator
Registry key to find pst locations?

For outlook 2010 we had the outlook profiles set under:- HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows Messaging Subsystem\\Profiles. …

outlook registry pst
Add menu item to windows context menu only for specific filetype

i've dveloped an application that load an image using the context menu of window (right click on the file) and …

windows-xp registry contextmenu
cmd: regedit from cmd

how can i run to a specify path in regedit from cmd? I would like to add a new key …

cmd registry regedit
Associate File Extension with Application

I've written a program that edits a specific filetype , and I want to give the user the option to set …

c# registry file-association
How to create License for my Java Software?

I am having a very big problem. That is "How to Create License for my software". OK, Think this is …

java security licensing registry
How to reset the npm registry in global npm config

Is there any way to change or reset the global npm registry. Appreciate your assistance.

npm registry npm-install
How to configure IE proxying for the local system account?

See Server Fault: How do I configure proxy settings for LOCAL SYSTEM? I have a Windows service that needs to …

windows internet-explorer windows-services registry localsystem
Registry.GetValue always return null

I have the following key in my registry: under:HKEY_LOCAL_MACHINE\SOFTWARE\RSA I have value object call - …

c# registry
Why does the RegQueryValueEx() function return ERROR_FILE_NOT_FOUND while trying to read from a registry key?

System: Windows 7 32bit Language: C++ I have tried to access register HKEY_LOCAL_MACHINE\\HARDWARE\\DEVICEMAP\\Scsi\\Scsi Port 0, key …

c++ windows registry registrykey