reactos/dll/win32/shell32/res/rgs/openwithmenu.rgs
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

39 lines
717 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}'
{
}
}
}
}
}