reactos/dll/win32/shell32/res/rgs/sendtomenu.rgs
Katayama Hirofumi MZ 5308a606dc
[SHELL32] Initial SendTo implementation (#2021)
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
2019-11-09 08:08:40 +09:00

27 lines
417 B
Plaintext

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}'
{
}
}
}
}
}