Display popup on logoff

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to display a popup message to users when they logoff
clients. We are currently using SmartCards. I would like to display a
message to remind users to remove the smartcard as they log off the system.
In ADUC, the logoff policy is missing under Computer
Configuration\Administrative Templates\System\Logoff. This may or may not
contain an option that would allow me to do what I need though.
 
Have you looked at
User Configuration
Windows Settings
Scripts
Logoff


MsgBox ( "Please remove security card")
 
Back
Top