reactos/dll/shellext/fontext/res/fontext.rgs
Mark Jansen d9e7c48c1a
[FONTEXT] Initial implementation
Create Fonts\desktop.ini when registering the shell ext
Also list the shell extension as needing to be registered at install
CORE-14690
2019-10-19 18:42:15 +02:00

15 lines
294 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {BD84B380-8CA2-1069-AB1D-08000948F534} = s 'Fonts'
{
InprocServer32 = s 'fontext.dll'
{
val ThreadingModel = s 'Apartment'
}
DefaultIcon = s '%MODULE%'
}
}
}