I am trying to create an Administrative Group Policy Template that can be used to add the registry key for Copy-To and Move-To. I'd like to create an ADM file that can easily be added to GP without having to create a policy for the specific registry keys.
The keys come from....
http://www.howtogeek.com/howto/windows/add-copy-to-move-to-to-the-windows-explorer-right-click-menu/
This is the ADM Template that I have created, but am unsure if this will work correctly. Can someone please verify. I am looking to create a new registry key, not modify one.
CLASS MACHINE CATEGORY "Copy To and Move To Context Menu" POLICY "Copy To and Move To Contect Menu" KEYNAME "Software\CLASSES\AllFilesystemObjects\shellex\ContextMenuHandlers" VALUENAME "{C2FBB630-2971-11D1-A18C-00C04FD75D13}" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 KEYNAME "Software\CLASSES\AllFilesystemObjects\shellex\ContextMenuHandlers" VALUENAME "{C2FBB631-2971-11D1-A18C-00C04FD75D13}" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORY