I'm trying to create a .ADM file that will prevent the Links folder in IE favorites from recreating if I delete it. I've found info on a local registry hack you can do but I do not want to visit 300 PC's. Below is what I've tried but it does not work.

CLASS MACHINE
CATEGORY "Windows Customizations"
KEYNAME "SOFTWARE\Microsoft\InternetExplorer\toolbar"
POLICY "Disable recreate of IE Links folder if deleted"
VALUENAME "LinksFolderName"
VALUEON NUMERIC 0
END POLICY
END CATEGORY