[gptalk] Re: gpeditor crashes after adding custom policy

  • From: hans straat <hstraat@xxxxxxx>
  • To: <gptalk@xxxxxxxxxxxxx>
  • Date: Thu, 21 Feb 2008 14:53:57 +0000

well i changed the policy to a good policy forgot the VALUENAME "Enabled" 
atribute...
Problem now is it won't load in the registry. If i do a merge of the key with 
enabled dword = 0x0000 blabla it works but with the policy it won't create the 
key..
I am a bit stuck here? 
 
CLASS MACHINECATEGORY !!Mostware_Internet_Explorer POLICY 
!!Disable_Tabbed_Browsing  EXPLAIN !!DisableTabBrowsing  KEYNAME 
"SOFTWARE\Policies\Microsoft\Internet Explorer\TabbedBrowsing"   VALUENAME 
"Enabled"  VALUEOFF NUMERIC 1  VALUEON  NUMERIC 0 END POLICYEND CATEGORY ; 
Mostware_Internet_Explorer
[Strings]Mostware_Internet_Explorer="Mostware IE7 
Policy"DisableTabBrowsing="Disable the tabbed browsing function in Internet 
Explorer 7"Disable_Tabbed_Browsing="disable tabbed browsing"


From: hstraat@xxxxxxxxx: gptalk@xxxxxxxxxxxxxxxxxxxx: [gptalk] gpeditor crashes 
after adding custom policyDate: Thu, 21 Feb 2008 12:22:02 +0000


Hey all, I made a policy to disable tabbed browsing feature in IE7. But when I 
mark the policy active in gpeditor the editor crashes :S Policy is this one: 
CLASS MACHINE CATEGORY !!Mostware_Internet_Explorer  POLICY 
!!Disable_Tabbed_Browsing  EXPLAIN !!DisableTabBrowsing  KEYNAME 
"HKEYLM\SOFTWARE\Policies\Microsoft\Internet Explorer\TabbedBrowsing"  VALUEOFF 
NUMERIC 1  VALUEON  NUMERIC 0  END POlICY END CATEGORY ; 
Mostware_Internet_Explorer[Strings]Mostware_Internet_Explorer="Customer 
internet explorer policy"DisableTabBrowsing="Disable the tabbed browsing 
function in Internet Explorer 7"Disable_Tabbed_Browsing="disable tabbed 
browsing"  

Other related posts: