| Author |
Deploying A Registry Key To Multiple PCs
|
|
| kelvin1211 2003-02-20, 3:37 am |
| Dear all,
I am trying to add a registry key value to the 300 Pcs in my domain to customise a program toolbar.
I intend to use a login script to add the registry key so that all users will activate the file when they login.
However, the file launches and there will be a prompt asking "Are you sure whether you want to add the information to the registry?"
I would like to set it to YES. Which switch do I use to set it to YES?
Please advice.
Thanks!!!
Kelvin | |
| MistyRing 2003-02-20, 6:54 am |
| /S | |
| kelvin1211 2003-02-20, 7:36 am |
| Hi,
Added the /S switch but it still doesn't work...
Assuming that the reg key file custom.reg is stored in a network drive j:
So the command in the login script would be
j:\custom.reg /s ??????
I did the above but the /s does not make a difference. Is there anything I left out? | |
| Slinky 2003-02-20, 8:16 am |
| Why not use GPOs? |
|
|
|