Global Toad News
Politcal and Computing News
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
-
No Comments
With the proliferation of operating systems and the need to do testing in a “sandbox” one of the great tools is VMWare. It comes in two free flavours at the moment the vmware player and strangely enough the vmware server appears to be free now.
Maybe its something worth checking out.
-
1 Comment
Under Windows XP the Shutdown command is installed as part of the system (you need to install the program under Windows 2000).
The help has the following information:
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
No args same as -?
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t Set timeout for shutdown to xx seconds
-c “comment” Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdownu is the user code
p is a planned shutdown code
xx is the major reason code (positive integer <256)
yy is the minor reason code (positive integer < 65536)My usage is as follows:
shutdown -f -r -t 0 (shuts down and restarts, forcing all windows to close)
shutdown -f -s -t 0 (shuts down the computer forcing all windows to close)
shutdown -f -l -t 0 (logs off the current user quickly)
Â
-
No Comments
This page is designed to allow for someone who is getting started in the computer field. It will explore several areas that I believe will allow for more profitable outcomes in their life.
For starters some good tools for network testing on the internet are NwTools.com and DnsStuff.com. Some other interesting tools are Netstat (shows connections to a computer) and ipconfig.
