Introvert or Extrovert Quiz
Q&A for How to Make a Scary Batch File for Command Prompt
Coming soon
Search
-
QuestionWill it harm the computer in any way?Community AnswerNo. It will not harm your computer.
-
QuestionHow do I change the message?Community AnswerShutdown -s -f -c "Your Comment Here". Replace the "Your Comment Here" with your own message and that's it!
-
QuestionHow do I make a batch file that activates on startup?Community AnswerOpen Notepad and type in: @echo off start "" "cmdprank.bat." Save it as any name, but make sure it has .bat or .cmd at the end of the filename. Then, follow Method 1, not Method 2.
-
QuestionAll I have to do is turn the computer back on afterwards?Community AnswerTurning the computer back on after one of these programs crashes will not result in any problems. These programs will not do anything if you don't open them. However, putting one of them in the startup folder is not a very good idea, because they will start as soon as the computer starts, then crash it immediately.
-
QuestionCan I kill programs other than file explorer? Like Google Chrome?AasimTop AnswererYes, you can. Use "chrome.exe" for Google Chrome. You need to have the name of the process to kill a task.
-
QuestionIs kill -f explorer.exe for canceling shutdown?Community AnswerIt is how you can navigate in Windows. If killed, it will leave the desktop inacessible and only have the background in it. A critical task is wininit.exe, which will initiate BSoD.
-
QuestionCan this harm my PC?Community AnswerNo, it can't. It is safe. With the cmd spam way, just make sure to unplug the computer quickly.
-
QuestionWhy do I get sent back to the notepad when I open the file?Community AnswerYour default program is Notepad, so right click and choose Open With. You should be able to change the default program. If not, then it's not a bat file.
-
QuestionHow do you reopen the computer when it crashes?Stephen Dave MachicaCommunity AnswerIf it shows a blue screen with white letters, wait for it to restart, or if the whole PC crashes, restart the PC.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit