reactos/dll/win32/wbemprox/wbemprox.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

18 lines
418 B
Plaintext

HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{4590F811-1D3A-11D0-891F-00AA004B2E24}' = s 'WBEM Locator'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
'{CB8555CC-9128-11D1-AD9B-00C04FD8FDFF}' = s 'WBEM Administrative Locator'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
}
}