Link to home
Start Free TrialLog in
Avatar of zabac
zabac

asked on

XP Local Group Policy Registry Changes

I have many Windows XP SP2 PCs with a local group policy setting which makes it so that users are not able to Add Printers.  I wrote a script (attached) that changes the registry on a given PC so that users will now be able to add printers.  However, when I go into gpedit.msc the the NoAddPrinter value still shows enabled.  How can I make local group policy match the updated registry?
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoAddPrinter"=dword:00000000
 
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoAddPrinter"=dword:00000000

Open in new window

Avatar of sliiconman
sliiconman
Flag of United States of America image

Can you just use GPO and change the registry in there? Is there a reason you need to script it?
Well, what you attached isn't a script, just some registry values.

Also, a registry change wouldn't change the policy that you see in the local policy editor. Why don't you just edit the value in the Local Security Policy (gpedit.msc)?

If you have a domain why don't you apply them at the domain level?
Avatar of zabac
zabac

ASKER

I need to change the local group policy for many PCs.  I can't go to each PC and make the changes.
Right like dfxdeimos and I are getting at is the reason you cannot add this to Domain Policy . Are these shared PCs? I would add them to a computer group and make the registry change there and apply them to to the computer group that those machines are a member of. Make sure you check Apply Group Policy for the computers group inside the policy. Should be golden...
Do you have a domain?
Yes, like sliiconman said, if you have a domain it should be done at the domain level.
uhh not sure how I missed that question! Domain would be key for the centralized solution.
Avatar of zabac

ASKER

I work at an company that has a domain and simply refuses to use domain group policy.  They have applied several local group policies (stupid!!) but this my situation.  Help !!!
Avatar of zabac

ASKER

Can you script local group policy changes?  If so, how?
ASKER CERTIFIED SOLUTION
Avatar of dfxdeimos
dfxdeimos
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ouch not even an assist..im getting killed today ;)