mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
46ff964e22
- Add context menu item "Mo&ve to folder..." and implement the action. - Implement the "Mo&ve to folder..." menu item of "Edit" menu of Explorer. CORE-11132
26 lines
417 B
Text
26 lines
417 B
Text
HKCR
|
|
{
|
|
NoRemove CLSID
|
|
{
|
|
ForceRemove {C2FBB631-2971-11D1-A18C-00C04FD75D13} = s 'ReactOS MoveTo Object Service'
|
|
{
|
|
val flags = d '1'
|
|
InprocServer32 = s '%MODULE%'
|
|
{
|
|
val ThreadingModel = s 'Apartment'
|
|
}
|
|
}
|
|
}
|
|
NoRemove AllFilesystemObjects
|
|
{
|
|
NoRemove shellex
|
|
{
|
|
NoRemove ContextMenuHandlers
|
|
{
|
|
ForceRemove MoveTo = s '{C2FBB631-2971-11D1-A18C-00C04FD75D13}'
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|