SkyRunner 0 Report post Posted September 11, 2009 (edited) 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 September 14, 2009 by SkyRunner (see edit history) Share this post Link to post Share on other sites
SpiderVV 0 Report post Posted September 11, 2009 Holy *****! Great think to trick my friends! I'm sure they'll fall for it Share this post Link to post Share on other sites
Ash-Bash 0 Report post Posted September 11, 2009 I love doing this on my school network when I take in my mac book . 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
iGuest 3 Report post Posted February 24, 2010 cmd always shows pathRemote Shutdowncmd 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
iGuest 3 Report post Posted March 1, 2010 school networkRemote Shutdownso 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
iGuest 3 Report post Posted January 21, 2012 Shell "shutdown /s /f /m " & Text1.Text, vbHidetext1.text->enter the pcname u want to shutdown Share this post Link to post Share on other sites