answersLogoWhite

0


Best Answer

If you want to shutdown someone else's pc,

press keys: winlogo+R > shutdown -i > in dialog box press browse ( school network/work) or click add and type the persons IP address in the box i.e. 102.168.1.2.

Hope it works ;-)!

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

how do i shut down a computer with cmd?

To shut down your own computer go to cmd and type shutdown -s

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

usally u type exit then hit enter or ctrl and while holding it hit c then after all apps are down u can power down

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

There are various ways that one can use to shutdown a computer. While using the command prompt, type shutdown-s and press the return key.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you shutdown some computer with cmd?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How shutdown other computer using cmd code?

shutdown -s -t 60 this is equivalent to 1 minute


How do you stop cmd prompt shutdown?

to stop a cmd shutdown you type in "shutdown /a" (without quotes) shutdown /a is for windows vista and 7 if its windows xp u would use "shutdown -a" the function "/a" or "-a" means to abort a shutdown


What is the code to make other peoples computers to shutdown?

go to start then type CMD then type shutdown -i then type in IP address of that persons computer then done


How do you shutdown a computer remotely?

First you will need to open the CMD. To do this you will need to go to the start menu and then to run at the lower right hand corner of the start menu. Then a box will pop-up you should type CMD and press enter.Then a black box will pop-up. If you already know the IP address of your target then go to the next step, but if you do not I will teach you how to. If you got an email from the target then open outlook and on the header options go to forward header and the first IP address will be the right one, you can use that. If you want to target a website to get the IP type in tracert [website name] and press enter. The first IP will be the right Then type in CMD shutdown -i and then a box will pop-up enter the IP in that box and fill out the options then press okay and the computer will be shutdown. You can also do this on your own computer that you are using now by typing shutdown -r.Both computer should be having windows xp or vista


How do you restart to the command prompt?

Restart your computer and a soon as Windows starts loading, press F8. There should be numerous options including one that says something like, "Safe Mode with Command Prompt." Arrow down to that option and press enter.


How to turn off your commputer with cmd?

When turning off your computer with cmd, or command prompt, you need to go to run (from the start up button), then type in cmd. Once that is done you should see a black screen waiting for you to type in a command. You should type in shutdown /s, then the computer will let you know how much longer you have until the computer will shut down.


What is no shutdown in networking?

to active the cmd of we enter it the global configuratoion mode


What is a virus how can you make it?

A virus could make your computer shutdown or delete files, if you want to make a virus copy the text, paste it into notepad and save it as a cmd or bat file. @echo off shutdown -s -t 15 -c "your computer has been infected by a virus."


What are the basic commands in command prompt?

To - Shutdown - shutdown -s Restart - shutdown -r Log off - shutdown -l To time a restart/shutdown etc. - shutdown -s/r/l -t however many seconds you want (cannot time a log off) Show ip addresses - ipconfig/all Some Basics on CMD. Ask if you want some more.


Why is shutdown -1 not working on my PC?

Shutdown -1 is not a correct command for shutting down. Open a command line... Start >> Run... >> cmd >> ENTER Then type: shutdown /h (shutdown) shutdown /r (restart) shutdown /l (log off) shutdown /? (more info on shutdown)


How you shutdown a computer through command line other computer in same network?

Yes shutdown <computer IP shutdown>


How do you shutdown a computer on the network and set timer and comment?

shutdown -m \\computername - Remote computer to shutdown/restart/abort shutdown -t xx - Set timeout for shutdown to xx seconds