Jump to content

Recommended Posts

Posted

Hi everyone,

I'm trying to find out a way of executing an autoIT exe file on log off, and was wondering if I could get some advice.

Basically I'm going to apply the autoIT exe in group policy (log off scripts)...and the autoIT script will simply execute a program.

e.g.

shellexecute (URI of program)

The only problem is this doesn't seem to work.Can anyone help me.

Thanks

Posted

I've managed to get a msgbox to appear on log off.

But when I try and execute a batch file it shows quickly and then dissapears.

However running the same script when logged in works fine. It just doesn't seem to work on log off

hmm

Posted

During log-off, all processes owned by the user logging off are sent termination messages, including your batch file. You can register the shutdown event (WM_QUERYENDSESSION), but the ability to block the shutdown process until yours completes was patched out of Vista and above, I think.

:D

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

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
×
×
  • Create New...