BetAngel Shell
you'd have to use a winspy type utility that was scripted to find the window handle of guardian and then identify the checkbox object and tick it (if it is unticked). there are utilities out there that allow you to do this type of thing, tho' i don't have any suggestions to hand. The other option is to code up a windows spy utility for this purpose using a few win64 api calls.
The simplest route is obviously the 3rd party util -will see if i can dig any potentials out for you. likewise, if you find anything that works, post it back here for general ref.
Thanks. Don't bother, seems too complicated. Was hoping for a one line shell command. Cheers jimbt!jimibt wrote: ↑Sat Mar 07, 2020 12:07 pmyou'd have to use a winspy type utility that was scripted to find the window handle of guardian and then identify the checkbox object and tick it (if it is unticked). there are utilities out there that allow you to do this type of thing, tho' i don't have any suggestions to hand. The other option is to code up a windows spy utility for this purpose using a few win64 api calls.
The simplest route is obviously the 3rd party util -will see if i can dig any potentials out for you. likewise, if you find anything that works, post it back here for general ref.
Theres utility called autohotkey that would do what you want.sa7med wrote: ↑Sat Mar 07, 2020 12:27 pmThanks. Don't bother, seems too complicated. Was hoping for a one line shell command. Cheers jimbt!jimibt wrote: ↑Sat Mar 07, 2020 12:07 pmyou'd have to use a winspy type utility that was scripted to find the window handle of guardian and then identify the checkbox object and tick it (if it is unticked). there are utilities out there that allow you to do this type of thing, tho' i don't have any suggestions to hand. The other option is to code up a windows spy utility for this purpose using a few win64 api calls.
The simplest route is obviously the 3rd party util -will see if i can dig any potentials out for you. likewise, if you find anything that works, post it back here for general ref.
You're right that there is a learning curve, but having read many of your posts, if I can get my head round autohotkey I'm sure you could.
greenmark wrote: ↑Sat Mar 07, 2020 12:55 pmTheres utility called autohotkey that would do what you want.sa7med wrote: ↑Sat Mar 07, 2020 12:27 pmThanks. Don't bother, seems too complicated. Was hoping for a one line shell command. Cheers jimbt!jimibt wrote: ↑Sat Mar 07, 2020 12:07 pm
you'd have to use a winspy type utility that was scripted to find the window handle of guardian and then identify the checkbox object and tick it (if it is unticked). there are utilities out there that allow you to do this type of thing, tho' i don't have any suggestions to hand. The other option is to code up a windows spy utility for this purpose using a few win64 api calls.
The simplest route is obviously the 3rd party util -will see if i can dig any potentials out for you. likewise, if you find anything that works, post it back here for general ref.
You're right that there is a learning curve, but having read many of your posts, if I can get my head round autohotkey I'm sure you could.
Thanks guys, I already use AutoHotKey, but AFAIK you have to be logged in to your VPS in order for them to work.
I don't know about autohotkey but with auto-it you can compile a script as an exe, with one click. You could then run that exe as a Windows service, removing the need to be logged onsa7med wrote: ↑Sat Mar 07, 2020 1:39 pm
Thanks guys, I already use AutoHotKey, but AFAIK you have to be logged in to your VPS in order for them to work.
I'll try that, thankssniffer66 wrote: ↑Sat Mar 07, 2020 3:08 pmI don't know about autohotkey but with auto-it you can compile a script as an exe, with one click. You could then run that exe as a Windows service, removing the need to be logged on
Can you clarify how you are setting up EXEs as a service? I've compiled my script as a EXE and installed it as a service but it doesn't load. Keep getting "the service could not be started in a timely fashion".sniffer66 wrote: ↑Sat Mar 07, 2020 3:08 pmI don't know about autohotkey but with auto-it you can compile a script as an exe, with one click. You could then run that exe as a Windows service, removing the need to be logged on
