Thread: Auto Logoff
View Single Post
  #2  
Old 11-27-2007, 11:37 PM
Snuffy's Avatar
Snuffy Snuffy is offline
Elite Members
 
Join Date: Nov 2006
Location: S.W. Kansas
Posts: 2,841
Snuffy is on a distinguished road
Send a message via MSN to Snuffy

http://www.sbsfaq.com/Lists/FAQs/DispForm.aspx?ID=13

like I use Shutdown and Restart from script- faster than mouse 2 orb--> arrow to shutdown or switch or restart
all files are listed in system32...

so I'm sure link to c:\windows\system32\logoff.exe -t 00 = delaytime will work.

easy to make review my post of 1 click shutdown or 1click restart or
follow these super easy instructions..
Quote:
Originally Posted by Snuffy
Right click an empty part of your desktop and choose New > Shortcut.
In the Create Shortcut wizard type: %windir%\System32\rundll32.exe user32.dll, LockWorkStation Then click next.
Now name the Shortcut, and click finish.

And your all done. Now when you click the shortcut, the desktop is locked and you must press CTRL+ALT+DEL and enter your username and password to unlock it.

Here are the other codes.
shutdown -s -t 00 (for shutdown)
shutdown -r -t 00 (for restart)
shutdown -l -t 00 (for logoff)
you will have to play with the timer for what you think is correct.

last is Put a shortcut on your desktop to
%windir%\System32\rundll32.exe user32.dll,LockWorkStation

and make sure that fast user switching is enabled in Control Panel --> User Accounts.
__________________
The only Stupid Question is the one you failed to Ask!
Beta Tester since Pre Win 95.
Reply With Quote
 
Page generated in 0.09894 seconds with 9 queries