Top "Registry" questions

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

Retrieve (Default) Value in Registry key

How can I get the (Default) registry value? For this key: HKCR\http\shell\open\command\ the values are below. …

powershell registry registrykey
Programmatically adding a directory to Windows PATH environment variable

I'm writing a Win32 DLL with a function that adds a directory to the Windows PATH environment variable (to be …

c++ winapi registry environment-variables environment
Where is Win7's jump list system data stored?

As per Jumplist Extender, I'm trying to prevent other apps from refreshing their jump lists (it's assumed that the user …

windows-7 registry taskbar appdata jump-list
Reference directory install path in registry value using Wix

I want to save the path of my application, installed with wix, in the windows registry. I tried the following: &…

reference wix directory registry
Loop through values or registry key.. _winreg Python

How would I loop through all the values of a Windows Registry Key using the Python module _winreg. I have …

python windows registry enumeration winreg
How do I check if wscript/cscript runs on x64 host OS?

I'm running a VBScript that may run under x64 Windows. I need to read a registry key from the 32-bit …

vbscript registry 64-bit wsh
How should application be using ForegroundLockTimeout registry value?

If an application invokes and activates another application there can be the issue of the invoked application not being brought …

windows-7 registry foreground
How can I get the Name of the Program associated with a file extension using Delphi?

I need to get the name of the program currently associated with a file extension for the current user. If …

windows delphi registry file-type file-association