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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I create default settings for I.E. for ALL USERS?

Status
Not open for further replies.

TeddyBearLover

Technical User
Sep 24, 2002
5
US
I want to set privacy/security settings and I want to establish a home page. I want all users that connect to I.E. through Citrix client to have these automatic settings.

TeddyBearLover
JER 29:11
 
On the Citrix Server, open a CMD prompt,

Type : change user /install

make your change to the security settings

Go back tot he CMD prompt,

Type : change user /execute

Change should take effect for all user.

Or you could make the changes in the NTUSER.DAT fole of the default user profile and delete all local profiles if you are using local rather than roaming profiles on the system.

Mike Brown CCA
 
Hi,

Alternatively, export the registry settings using RegEdit, store in a .reg file and then import that key for every user when usrlogon.cmd starts with the line "regedit /s ?:\???\File.Reg" I'll leave you to organise where you place the .reg files!

I believe that you would be able to do this with GPO's but I've never done it so script everything!

Cheers,
Carl.
 
Group Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer

Group Policy -> User Configuration - > Windows Settings -> Internet Explorer Maintenance

If you don't see the advanced node, right click on Internet Explorer Maintenance & select "Preference Mode". This will however reset your current selections.

Patrick Rouse
Microsoft MVP - Terminal Server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top