mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
1f5e0f3fa7
Initial implementation of `CUserAssist` class, which contains `IUserAssist` interface. See https://www.geoffchappell.com/studies/windows/ie/browseui/classes/userassist.htm. Required by MS shell32.dll. CORE-17345 CORE-17393
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
HKCR
|
|
{
|
|
NoRemove CLSID
|
|
{
|
|
ForceRemove {DD313E04-FEFF-11D1-8ECD-0000F87A470C} = s 'User assistance'
|
|
{
|
|
InprocServer32 = s '%MODULE%'
|
|
{
|
|
val ThreadingModel = s 'Both'
|
|
}
|
|
}
|
|
}
|
|
}
|