Windows login script

G

Guest

I'm trying to set our login script to Map drives and set the IE startup page to our internal website. The drive mapping is working well, but the only IE suggestion I've received was to put a line in the script to run regedit and a path to an exported .reg file including the parameters for internet explorer. This method works ok, the only problem is that the users are prompted to hit "Yes" if they want to update the registry. Is there a way to set their default startup page to the internal site without propting them to accept the change? Or to send the YES in the script?
 
M

MaxSand

Paco said:
I'm trying to set our login script to Map drives and set the IE startup
page to our internal website. The drive mapping is working well, but the
only IE suggestion I've received was to put a line in the script to run
regedit and a path to an exported .reg file including the parameters for
internet explorer. This method works ok, the only problem is that the users
are prompted to hit "Yes" if they want to update the registry. Is there a
way to set their default startup page to the internal site without propting
them to accept the change? Or to send the YES in the script?

use a silent import of a reg file - regedit /s pathname

hope that helps

Max
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top