PDA

View Full Version : Switches for Registry Scripts?



gellor
05-18-2001, 07:54 PM
I have a registry entry change I need to make for 1000+ users. I exported the change and now I am going to run it off a login script. I would like to hide the "are you sure you want to add blah blah blah" confirmation box from the users and confirm it automatically. Any way to do this with a switch on the shortcut? Below is a copy of the Target on the shortcut.

"C:\Documents and Settings\Administrator\Desktop\no proxy.reg"

Thanks for any help you can provide.

RWSchlatter
05-19-2001, 02:17 AM
Once more my most favourite question on this site (you find the answer in the Registry Guide section, on the 4th page of the "Registry FAQ" link):

use command line regedit.exe with the "/s" =silent option !

______________
Regards - Richard