Stucky Posted September 15, 2008 Posted September 15, 2008 How can I detect if a mouse or keyboard on a remote computer has been used for the last, for example, 15 minutes.
jokke Posted September 15, 2008 Posted September 15, 2008 (edited) _IsPressed() Though you need to have the app running on the remote computer. Edited September 15, 2008 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.
PsaltyDS Posted September 15, 2008 Posted September 15, 2008 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
spudw2k Posted September 15, 2008 Posted September 15, 2008 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 Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Stucky Posted September 17, 2008 Author Posted September 17, 2008 I highly agree. Great UDF by PsaltyDS. HereThanks guys.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now