The Windows Registry is a database where configuration settings for hardware, software and the Windows operating system itself are saved.
I'm checking the windows version in an installer (made with NSIS) by checking the following registry key: HKLM "SOFTWARE\Microsoft\…
windows registry nsis windows-10 version-detectionHow to set a binary registry value (REG_BINARY) with PowerShell? Background: I need to change some properties of the …
powershell registry powershell-2.0I was making the following call: result = RegOpenKeyEx(key, s, 0, KEY_READ, &key); (C++, Visual Studio 5, Vista 64bit). It …
c++ winapi windows-vista registry wow64I am developing a powershell script file which shall execute some disk cleanup without user intervention. The user shall not …
powershell registry powershell-3.0 resource-cleanupI try to create an item using Set-ItemProperty in PowerShell, which works on most systems: New-PSDrive -name HKCR -PSProvider Registry …
windows powershell registry dwordI'm trying to get all the display names of the sub keys within this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\…
c# registryCreating a registry value, including the path up to it, and not erroring if the path already exists is easy …
powershell registryI'd like to change the settings of a power scheme (say, go to sleep after 45 minutes instead of 30) through the …
windows-7 registry controlpanel control-panelI'm looking for a way to configure a few options in Folder Option dialog of Windows Explorer through Powershell. The …
powershell registry windows-explorerI'm trying to programmatically check file associations by the file extension (for example .jnlp files). I keep reading that HKEY_…
windows registry file-extension file-type