Path to ShareX.exe — launches ShareX at Windows logon
URI handler (HKCR\sharex)
Key Path
Type
Description
(Default)
REG_SZ
URL:ShareX
URL Protocol
REG_SZ
Empty string — marks key as URL protocol handler
shell\open\command\(Default)
REG_SZ
"C:\...\ShareX.exe" "%1"
Uninstall entry (HKLM\...\Uninstall\ShareX_is1)
Key Name
Type
Description
DisplayName
REG_SZ
ShareX 16.0.0
DisplayVersion
REG_SZ
Installed version
Publisher
REG_SZ
ShareX Team
InstallLocation
REG_SZ
Root installation directory
UninstallString
REG_SZ
Path to the Inno Setup uninstaller
📝 Notes
Nearly all ShareX configuration (hotkeys, destinations, upload accounts, task settings) is stored in %APPDATA%\ShareX\ApplicationConfig.json — not the registry.
ShareX registers a sharex:// URI scheme for integration with browser extensions (ShareX browser extension triggers captures via this handler).
The startup entry in HKCU\...\Run can be toggled in ShareX Settings → General → "Start ShareX when Windows starts".
ShareX is highly extensible via custom upload destinations, OCR, and automation actions — none of these extensions use the registry.