
Ryan
I had trouble with a game and the support place had me go to >run, then type in cmd, press enter, and he had me type something else in and all my system information popped up such as sound card info, hard drive info, and everything about my computer. How can I bring that back up to see everything that my computer has?
Answer
right click on my computer, property system info will appear
also start-run type dxdiag
right click on my computer, property system info will appear
also start-run type dxdiag
How to shut down a computer on my network using cmd?

Lamb
I have read a little about it online and it seems pretty easy. I put in the entry, the ip and tried to shut it down. Didn't work though. What I need to know is what to do with the computer I'm trying to shut down to give me more access. It's a different administrator but I know the password and have full access, my account on the same computer is also administrator. Do I need to set it up to allow remote access from my other computer? How do I do this?
both computers windows 7
Answer
If you have administrative access to that computer, cmd line to shutdown is as follows,
shutdown /s /m\\ComputerName
you have to enter the name of the computer you want to shutdown instead of 'computer name'.
If you don't know the name of the pc use 'net view' command to find it.
Also you can get the syntax info by using,
shutdown /?
command.
Use
shutdown -i
command to get the ui to shutdown remote pc.
If you have administrative access to that computer, cmd line to shutdown is as follows,
shutdown /s /m\\ComputerName
you have to enter the name of the computer you want to shutdown instead of 'computer name'.
If you don't know the name of the pc use 'net view' command to find it.
Also you can get the syntax info by using,
shutdown /?
command.
Use
shutdown -i
command to get the ui to shutdown remote pc.
Powered by Yahoo! Answers
Comments :
Post a Comment