I'm attempting to make a VBS script to automate a series of changes that I need to make on over 100 computers.
Thus far I've been simply using VBS to open the policy editor, then sending key inputs to the application to get it to do what I want (Move Up, Left, Hit Enter, Tab 5 times etc...)
I'm trying to find a better way, ie: once I do have a property open in the policy editor, is there a way for me to get the radio objects, select the property that I want and then save? This would be much preferred as I'm told my script will also have to undo the changes it makes as well at a later time.
I'm using WinXP, and writing VBS scripts in notepad++
Thus far I've been simply using VBS to open the policy editor, then sending key inputs to the application to get it to do what I want (Move Up, Left, Hit Enter, Tab 5 times etc...)
I'm trying to find a better way, ie: once I do have a property open in the policy editor, is there a way for me to get the radio objects, select the property that I want and then save? This would be much preferred as I'm told my script will also have to undo the changes it makes as well at a later time.
I'm using WinXP, and writing VBS scripts in notepad++