Jump to content

is there a way to tell that someone is on the CAD screen?


gcue
 Share

Recommended Posts

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)??

Link to comment
Share on other sites

  • 10 months later...

if you can run a script on that remote system

Then 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]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 .

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