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.