Jump to content

Computer activity


Stucky
 Share

Recommended Posts

_IsPressed()

Though you need to have the app running on the remote computer.

Edited by jokke
UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
Link to comment
Share on other sites

How can I detect if a mouse or keyboard on a remote computer has been used for the last, for example, 15 minutes.

Look at _Timer_GetIdleTime(). It is not a network function (uses DLL, not WMI interface), so you would have to arrange remote execution of the function. Check the source for it inside the Timers.au3 UDF.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Look at _Timer_GetIdleTime(). It is not a network function (uses DLL, not WMI interface), so you would have to arrange remote execution of the function. Check the source for it inside the Timers.au3 UDF.

:)

I highly agree. Great UDF by PsaltyDS. Here

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...