in reply to Re^4: Need to modify windows system file.
in thread Need to modify windows system file.
Win32::GuiTest has SendKeys.
Personally, I would make such setting changes through system policies. I presume there is a kit that creates and distributes these policies. This is far less fragile than trying to keep up with a changing UI and sending keystrokes to manipulate it.
Also, when automating by sending keystrokes, I found it much less fragile to send ALT+... codes to trigger the hotkeys for each option instead of tabbing through the options.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Need to modify windows system file.
by SriniK (Beadle) on May 13, 2011 at 10:21 UTC | |
by choroba (Cardinal) on May 13, 2011 at 10:27 UTC | |
by SriniK (Beadle) on May 13, 2011 at 10:32 UTC | |
by choroba (Cardinal) on May 13, 2011 at 10:56 UTC | |
by SriniK (Beadle) on May 13, 2011 at 11:21 UTC | |
by wwe (Friar) on May 16, 2011 at 08:46 UTC | |
by Anonymous Monk on May 16, 2011 at 08:50 UTC |