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

HELP PLEASE STARTUP SCRIPT 2

Status
Not open for further replies.

gsz11

IS-IT--Management
Jun 20, 2001
82
US
I have a startup script that copys a .reg file into the computer on startup. The problem is that it prompts the user to either hit yes or no to having the file imported into the registry. How can I bypass that? Does anyone have a script that will choose yes? Please Help
 
Try this:

regedit /S "full_path_of_somefile.reg"

It will add the reg changes silently.
 
Thanks for the quick response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top