October 16, 200619 yr Back again. Just trying to create an ADM fil eto remove printers and faxes via GP on WS2003. I have:CLASS MACHINECATEGORY CustomADM POLICY "Remove Printers and Faxes" KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" VALUENAME "Start_ShowPrinters" VALUEON NUMERIC 0 VALUEOFF NUMERIC 1 EXPLAIN "Hide printers and fax on start menu." END POLICY END CATEGORYIt works and displays CustomADM but nothing below it - any reason why?thx
October 16, 200619 yr at first glance, I would say. move KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"abovePOLICY "Remove Printers and Faxes" and belowCATEGORY CustomADMbut my question to you is, specifically what registry value are you trying to change?
Create an account or sign in to comment