computer info command line image

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.
How do i send a file to my email using batch coding?

Tanner
I am trying to make a log file that when activated is deleted on my computer but sent to my email before hand.
Answer
There are a few command line email clients you can use which can ba automated with a batch file, or you can write a script in VBS. See this link for info:
There are a few command line email clients you can use which can ba automated with a batch file, or you can write a script in VBS. See this link for info:
Powered by Yahoo! Answers
Comments :
Post a Comment