Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Registry 1

Status
Not open for further replies.

GarAng

IS-IT--Management
Jun 14, 2002
23
GB
I want to roll out a registry setting to about 50 XP desktops.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
nointernetopenwith

Is it possible to do this from within Actice Directory GPO's or do I need to create an msi package and roll it out as a software install?
thanks in advance for any help
 
You could create a reg patch and import it at staion startup using the station startup script policy in Active Directory.

regedit /s filename.reg in the logon script

I've used this before to add reg edits and it's worked well and it save unnecessary msi's.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top