<< Click to Display Table of Contents >> Navigation: Windows Tools > Logoff Delay > Usage |
Command Line Parameters
logoffdel /t <timeout> /l <logfile> /f /i
/t timeout |
Seconds after which the user will be logged off |
/l logfile |
Full path to a debug log file |
/f |
Force a logoff, no questions will be asked and unsaved data will be lost |
/i |
Detach from the console and become "invisible". The process can still be seen and controlled through task manager |
Examples
Example 1: Logoff a user after 5 minutes and hide the application
logoffdel /i /t 300
Example 2: Logoff a user after 10 minutes, write information to the logfile c:\logoff_delay.txt, hide and force a logoff
logoffdel /l c:\logoff_delay.txt /f /i /t 600