How To: Shutdown Computer In Different Way
This trick will show you how to create a shortcut to shutdown the Windows.
- Create a new notepad (.txt) file and type in the as following
shutdown.exe -f

- Save as any filename you like with a .bat extension

- An icon will be created on the desktop and that will reset your Windows by clicking on it

- Create another new notepad (.txt) file and type in the as following shutdown.exe -s -t 60 -c “this will shutdown computer in 60 seconds”
where -s = Shutdown the computer ; -t xx = Set timeout for shutdown the computer in xx seconds ; -c “type your comment”

- Save as any filename you like with a .bat extension
- An icon will be created on the desktop and that will shutdown your computer in 60 seconds by clicking on it
- A dialog pop up displaying system shutdown in 60 seconds
- Press
, tab to Applications and right click on “system shutdown” > Go to process, then click End process to cancel it


Another trick to share: open up your Command Prompt which locates at Start > Run > type in ‘cmd’ (without the quote).
How to change the password for network account:
net user computername *
(replace computername with your own computer name)
Popularity: 10% [?]

thanks it is very interesting
December 11th, 2008 at 12:43 ami like it
December 11th, 2008 at 1:26 am