Registry Settings Through Gpo

LinusIT

New member
Joined
Aug 16, 2011
Messages
1
Location
UK
Hi

I'm trying to apply a few settings for Internet Explorer using Group Policy and everything I've tried doesn't work. I've tried using Preferences > Windows Settings > Registry and creating the changes under there but no joy.

What I'm trying to do is modify the following registry keys in HKCU

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
"header"=""
"footer"=""
"margin_bottom"="0.75000"
"margin_left"="0.75000"
"margin_right"="0.75000"
"margin_top"="0.75000"
"Print_Background"="yes"
"Shrink_To_Fit"="yes"

I've got a few GPOs and they work great but this registry thing is driving me insane...
 
Actually there's a problem with GPO and registry settings, sometime they're applied correctly, sometime not...

The easier way is to create a script and use regedit.exe /s FileName.reg. In fileName.reg you can write your code.
 
Back
Top