Path to PowerToys.exe — launches in system tray at logon
Uninstall entry
Key Name
Type
Description
DisplayName
REG_SZ
Microsoft PowerToys - x64
DisplayVersion
REG_SZ
Installed version (e.g., 0.79.0)
Publisher
REG_SZ
Microsoft Corporation
InstallLocation
REG_SZ
Root installation directory
UninstallString
REG_SZ
Path to the uninstaller
📝 Notes
PowerToys is a collection of utilities (FancyZones, PowerRename, Color Picker, File Locksmith, etc.). Each utility stores its settings in %LOCALAPPDATA%\Microsoft\PowerToys\<UtilityName>\settings.json.
FancyZones layout templates are stored in %LOCALAPPDATA%\Microsoft\PowerToys\FancyZones\zones-settings.json — not the registry.
The startup run entry (HKCU\...\Run\PowerToys) can be toggled in PowerToys Settings → General → "Launch at startup".
PowerToys may register low-level keyboard hooks and shell extensions; these use COM registration under HKCR\CLSID\{...} with CLSIDs specific to the installed version.
Per-user vs system install: admin installs write to HKLM; per-user installs (default for non-admin) write to HKCU.