G
Guest
Hi
I have a small .net Windows app that I need to run before the user logs off
the machine. This is a Windows App where a dialog is displayed to the user
and he/she needs to answer before the computer continues to logoff.
I currently have the application running as a logoff script. In other words
I use the Group Policy window to add the executable as a logoff script.
This works fine as long as the app is a console app. But if it's a windows
app that requires user input the logoff process hangs. It seems that windows
logs off before running the .exe and when it runs the .exe you can no longer
see the app window and windows hangs waitting for user input.
Any idea how I could run the app "before" the logoff happends?
I have a small .net Windows app that I need to run before the user logs off
the machine. This is a Windows App where a dialog is displayed to the user
and he/she needs to answer before the computer continues to logoff.
I currently have the application running as a logoff script. In other words
I use the Group Policy window to add the executable as a logoff script.
This works fine as long as the app is a console app. But if it's a windows
app that requires user input the logoff process hangs. It seems that windows
logs off before running the .exe and when it runs the .exe you can no longer
see the app window and windows hangs waitting for user input.
Any idea how I could run the app "before" the logoff happends?