The Windows Registry is a database where configuration settings for hardware, software and the Windows operating system itself are saved.
Passing a single filename to a context menu shell command is simple: [HKEY_CLASSES_ROOT\*\shell\MyProgram\Command] @="program.exe %1" …
windows shell registry contextmenu windows-shell-extension-menuI would like to document the file format of regedit utility, so data can be merged into the registry. From …
windows registry regeditI have a Powershell script that "builds" a PC from the basic Windows operating system on up (Windows 7 Pro - …
powershell registry regeditI have set the following policy with gpedit in a Windows Server 2008 machine that has IE8: I have a source …
internet-explorer-8 registry policy ovalI'm writing a very long registry Key name (it's a list of programs for a combined uninstall) and I think …
windows-vista windows-xp registryI currently have a program that sets file association using the registry (Note, it's a .NET 2.0 so I have to …
c# registry file-association