Jump to content
xisto Community
coolcat50

Remote Shutdown Windows Computers

Recommended Posts

Well... I know a way to call the Blue Screen of Death (Windows' blue screen with an error on it, guess you've all seen it), it doesn't provide any names like shutting down does, so it can be done in class without any worries, so here is how it's done:

 

1. Start -> Run -> Write cmd or command and press Enter.

2. Write \\PC-NAME\Folder\CON\CON and press Enter. (or it can be written in the Run window)

 

Where:

- PC-NAME is the remote PC you want cause this screen to appear.

- Folder a shared folder on that computer

 

But there's one but: it might not work in Windows 2000 and later versions.

 

You can try something interesting too, every version of Windows has a file called autoexec.bat on the system drive (C: usually), by adding a couple of lines in it, you can prevent others from running Windows unless they press Ctrl + C (batch break command), here are those lines, add them in the begining, I'll comment each one after the '#':

 

@echo off #turns off message displaying, unless you write echo message to display the message

:loop #creates a label, will be used later

echo Error: Fatal system error (code: 0x00fb43) #displays the error message (you can use this one, I didn't copyright it ;-) )

pause #pauses and asks for a key to be pressed

goto loop #goes back to the loop label

 

You only need to add the text marked with bold, enjoy! And remember, only Ctrl + C can stop it, so it can be used as some sort of password to prevent "wrong" people from using the computer.

Edited by SkyRunner (see edit history)

Share this post


Link to post
Share on other sites
:P I love doing this on my school network when I take in my mac book :lol:. It is very fun to do as the school have total crap protection and don't know how to block commands like that over the network etc...

Share this post


Link to post
Share on other sites
cmd always shows pathRemote Shutdown

cmd always shows C:documents and settingsmilankumar mali>

I cant back space it

I made batch file but I cant

I want to shutdown mali sir computer

but when I type ,cmd shows 

C: documents and settingsmilankumar mali> shutdown -mmali sir computer -t 60 -c"your computer has commited suicide'

but it doesnt work

-question by Milan mali

Share this post


Link to post
Share on other sites
school networkRemote Shutdown

so we are learning a bit of networking in school,

we have a big open source network with all win7 computers

now off course we have been trying to shutdown other people's computer

win7 has remote assistance, but this is not actived on any of the computers

is there any way to shutdown my collegues pc?

 tnx 

-reply by Wens

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.