mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 20:38:05 +00:00
004e08383a
*.DeskLink file realizes SendTo Desktop (Create shortcut) in Windows. DeskLink is implemented in the sendmail.dll module. CORE-12562
24 lines
606 B
Text
24 lines
606 B
Text
HKCR
|
|
{
|
|
NoRemove CLSID
|
|
{
|
|
ForceRemove {9E56BE61-C50F-11CF-9A2C-00A0C90A90CE} = s 'DeskLink'
|
|
{
|
|
val 'NeverShowExt' = s ''
|
|
DefaultIcon = e '%%SystemRoot%%\explorer.exe,-103'
|
|
InprocServer32 = s '%MODULE%'
|
|
{
|
|
val ThreadingModel = s 'Apartment'
|
|
}
|
|
'shellex'
|
|
{
|
|
'DropHandler' = s '{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}'
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
ForceRemove .DeskLink = s 'CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}'
|
|
{
|
|
}
|
|
}
|