Posted in
Computer on 24 May 2009 at 11:28 pm
Useful Command Line Tricks:
Window Key + R
Type-“cmd” to get the command line window
Commands:
- “ipconfig” – Look up all information about your network
- “shutdown” – Shutsdown your computer
- “tasklist” – All running processes on your computer
- “ping” – Displays lantency to a remote address
- “net stop wuauserv” – Disables the Restart warning that pops up after every Windows update
System Shutdown Shortcuts
Create a New Short Cut and type:
- “shutdown – s -t -60 -c” – Computer Will Shutdown in One Minute
- “shutdown -a” – A shortcut to Abort the shutdown procedure
No comments yet.