Navigation:  Command Line Applications > Logoff Delay >

Usage

Top  Previous  Next

Command Line Parameters

 

logofdel <timeout> [logfile] [/force] [/hide]

 

timeout

Seconds after which the user will be logged off

logfile

Full path to a log file where Logoff Delay will write information to



/force

Force a logoff, no questions will be asked and unsaved data will be lost

/hide

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

 

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