reactos/dll/win32/shell32/res/rgs/copytomenu.rgs
Katayama Hirofumi MZ 85fdcdf2cc
[SHELL32] Implement Copy To Folder (retrial) (#3044)
- Add context menu item "Copy to &folder..." and implement the action.
- Implement the "Copy to &folder..." menu item of "Edit" menu of Explorer.
CORE-11132
2020-08-16 08:04:07 +09:00

27 lines
417 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {C2FBB630-2971-11D1-A18C-00C04FD75D13} = s 'ReactOS CopyTo Object Service'
{
val flags = d '1'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
NoRemove AllFilesystemObjects
{
NoRemove shellex
{
NoRemove ContextMenuHandlers
{
ForceRemove CopyTo = s '{C2FBB630-2971-11D1-A18C-00C04FD75D13}'
{
}
}
}
}
}