Navigation: Command Line Applications > Logoff Delay > Usage |
Command Line Parameters
logofdel <timeout> [logfile] [/force] [/hide]
Examples
Example 1: Logoff a user after 5 minutes and hide the application
logofdel 300 /hide
Example 2: Logoff a user after 10 minutes, write information to the logfile c:\logoff_delay.txt, hide and force a logoff
logofdel 600 c:\logoff_delay.txt /force /hide |