Files
reactos/dll/win32/shell32/res/rgs/explorer.rgs
T
Whindmar Saksit 5a10ec60be [EXPLORER][BROWSEUI][SHLWAPI][BOOTDATA][WIN32K] Support AppKeys and more WM_APPCOMMANDs (#7879)
Implements a couple of extra commands in IShellBrowser and adds support for the AppKeys fallback registry key (used when the foreground application does not handle the command).
2025-04-18 18:35:30 +02:00

27 lines
460 B
Plaintext

HKLM
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove Windows
{
NoRemove CurrentVersion
{
NoRemove Explorer
{
ForceRemove AppKey
{
7 { val Association = s 'http' }
15 { val Association = s 'mailto' }
16 { val Association = s '.mp3' }
17 { val ShellExecute = s '::{20D04FE0-3AEA-1069-A2D8-08002B30309D}' }
18 { val ShellExecute = s 'calc.exe' }
}
}
}
}
}
}
}