gcue Posted February 26, 2008 Posted February 26, 2008 is there a way to tell that someone is on the Control Alt Delete Screen, scripts wont run if the person is.. or can they be run remotely (im using psexec-which allows domain admins to run progs on remote machines)??
Innovative Posted February 27, 2008 Posted February 27, 2008 If WinExists("Windows Task Manager") Then ; Action here Endif
gcue Posted January 8, 2009 Author Posted January 8, 2009 is there a way to tell a REMOTE PC is on the CAD screen?
Skrip Posted January 8, 2009 Posted January 8, 2009 if you can run a script on that remote systemThen do a simple server/client. [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
torels Posted January 8, 2009 Posted January 8, 2009 go take a look at tcp functions Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
gcue Posted January 8, 2009 Author Posted January 8, 2009 can you give me an example. not sure which one would work much less know how
torels Posted January 8, 2009 Posted January 8, 2009 there are plenty of examples in the helpfile the two that you need are the server part and the client part they should be in the tcpsend and tcprecv functions Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
gcue Posted January 8, 2009 Author Posted January 8, 2009 i tried nahuel's example.. i got the same result when remote pc was on CAD and when it was not.. =(http://www.autoitscript.com/forum/index.ph...mp;#entry563046
Innovative Posted January 8, 2009 Posted January 8, 2009 What you need to do is quite easy , create a client-server based application and let the client run on the system that you want to perform the check to see if the task manager is opened . Next , let the server listen to a port, and the client will check if the window exists (stated in 2nd post) and TCPSend with a 'exists' or 'doesn't exists' packet. Not going to feed you with the script , surfing around in the help files will really help .
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