What do you mean by "not working"? | [reply] |
It's working fine in normal environment.
My requirement is when i am installing windows the script should run. At that time because of send key it is not working.
I am expecting a script that not have send keys at least in vb script as it is not working already.
That's why i want a real script not like keyboard macro.
| [reply] |
At that time because of send key it is not working.
So, again, what do you mean by "not working"?
| [reply] |
Hi, group policy is designed exactly for your purpose: automatically change settings for a number of machines. Even I find it very strange not to modify group policy some specific cause may exist to do so. In this case you should look for registry settings responsible for the specific task and change it. In most cases registry modification of system settings require a system reboot, maybe this is why it "doesn't work" for you. It looks like you are installing the system from scratch so one more or less reboot should make no difference. A number of websites describe lot of different registry settings try google for "windows unattended"
Take care if you change windows registry, if at some latter point you decide this changes don't fit your requirements anymore you need to adapt all systems again. Using a group policy you just need to change/remove a policy. | [reply] |