Jump to content

run autoit script in remote vdi


Recommended Posts

Hi,

When I run autoit script in remote vdi, it does not work when I minimize the window of the remote desktop. How do I solve this problem? I want the scripts to run even when I am not logged in to that machine or minimized the remote desktop window.

I cannot change codes at this moment. so any other advice?

 

 

Link to comment
Share on other sites

6 hours ago, mahi123 said:

I used free version of cisco desktop manager

So, your passwords are in the cloud. And nowadays every "service in the cloud" is hack free by strong and secure measures.
Looks like a nice app.

Edit: Running the app and it has a local data source :) 

Edited by argumentum
tested out the app.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

1 hour ago, argumentum said:

And nowadays every "service in the cloud" is hack free by strong and secure measures

Bitter humor or blind trust?

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

  • Developers
1 hour ago, jchd said:

Bitter humor or blind trust?

...  I can think of an other more appropriate option but that would be rude. 

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

..I don't mean to be .. that you're thinking.
In my view, regarding online stuff, I don't trust blindly any of it. I can not know when a heartbeat bug or a breach will occur. And I can not give more examples, as I could get in trouble by just hinting.

I rather have RDP access in house, and as unusual as possible.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

On 5/24/2019 at 4:29 PM, mahi123 said:

run autoit script in remote vdi

What I've done to run scripts on executable programs and click-click the windows, is to have a console user auto-login and run my scripts from there.
When I need to interact with the session, I shadow it.
All this is done in a vm where no one can plug a monitor or keyboard to it, as is a vm.

Maybe you can do this setup, and not even worry that the untended PC rebooted or what not, since the session will always run if the vm is turned on.

My 2 cents  :) 

PS: I even wrote me a script to make it simpler ( https://www.autoitscript.com/forum/files/file/477-rdpshadow-utility/ )

 

Edited by argumentum
added a link to a utility

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...