mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
5308a606dc
This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then SendTo shows some menu items. - Copy, Move, and Link are working. - Added icons. CORE-12562
26 lines
417 B
Text
26 lines
417 B
Text
HKCR
|
|
{
|
|
NoRemove CLSID
|
|
{
|
|
ForceRemove {7BA4C740-9E81-11CF-99D3-00AA004AE837} = s 'ReactOS SendTo Object Service'
|
|
{
|
|
val flags = d '1'
|
|
InprocServer32 = s '%MODULE%'
|
|
{
|
|
val ThreadingModel = s 'Apartment'
|
|
}
|
|
}
|
|
}
|
|
NoRemove AllFilesystemObjects
|
|
{
|
|
NoRemove shellex
|
|
{
|
|
NoRemove ContextMenuHandlers
|
|
{
|
|
ForceRemove SendTo = s '{7BA4C740-9E81-11CF-99D3-00AA004AE837}'
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|