reactos/dll/win32/shell32/res/rgs/openwithmenu.rgs
Hermès Bélusca-Maïto 9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00

39 lines
677 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {09799AFB-AD67-11d1-ABCD-00C04FC30936} = s 'Open With Context Menu Handler'
{
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-22924'
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-22985'
DefaultIcon = e '%%SystemRoot%%\system32\SHELL32.dll,-210'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
shellex
{
MayChangeDefaultMenu
{
}
}
}
ForceRemove Applications
{
}
}
NoRemove *
{
NoRemove shellex
{
NoRemove ContextMenuHandlers
{
ForceRemove 'Open With' = s '{09799AFB-AD67-11d1-ABCD-00C04FC30936}'
{
}
}
}
}
}