reactos/dll/shellext/stobject/resources/rgs/systray.rgs
David Quintana 56aab7f365 [STOBJECT]
* Move this shell extension to the shellext folder.

svn path=/branches/shell-experiments/; revision=63790
2014-07-31 11:44:21 +00:00

33 lines
435 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {35CEC8A3-2BE6-11D2-8773-92E220524153} = s 'SysTray'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Both'
}
}
}
}
HKLM
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove Windows
{
NoRemove CurrentVersion
{
NoRemove ShellServiceObjectDelayLoad
{
val SysTray = s '{35CEC8A3-2BE6-11D2-8773-92E220524153}'
}
}
}
}
}
}