What you can do with cmd

There are lots of cool things that you can do with cmd.  Here are a few.

1. remote computer shutdown
   a. open cmd and type   shutdown -s -t 00 -m \"computer name" and push enter
   b. to get the computer name, type    net view and push enter if the computer is on your server.  if not, click here.
2. how to change a windows xp password
   a. open cmd and type   net user and push enter   b. this brings up all the users on the computer.   c. type net user "username" *   and push enter (don't forget the *)   d. now enter the new password (when you type, nothing will show up on the screen, this is for security reasons.
   e. now push enter and the password will be changed

click here to continue