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

running registry keys in the login script

Status
Not open for further replies.

bastet

Technical User
Jul 14, 2001
2
0
0
SE
I would like to run a registry key in a container login script that changes the browser settings for IE for some of the machines but not all. I would like to define these machines by their MAC adresses to separate them from the rest.
The registry key I plan to use looks like this;
@regedit /S Q:\test.reg

How would the synthax look like if I want to combine this line with IF....THEN....and PHYSICAL_STATION?
Would it work? Any other suggestions?


 
Check out TID 10022325.
What you can do is use the Workstation Name as a variable and import the reg key based on the WS Name. This assumes that your workstations have unique names.


Good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top