Crash Your Computer

If your computer is unresponsive, then you can crash it manually to recover it. Remember, all unsaved data will be lost.

Steps

Task Manager (Windows)

  1. Go hit Start.
  2. Click Run.
  3. Type in "taskmgr".
  4. Click OK. This will take you to the Task Manager.
  5. Under Windows Processes, right-click "Windows Start-up Application" and click End task.
  6. Click the check box saying "Abandon unsaved data and shutdown", and click Shut down.
  7. You should see a Blue Screen of Death appear. Restart your computer.

Command Prompt (Windows)

  1. Go hit Start.
  2. Type in "cmd".
  3. Right-click on cmd and click Run as Administrator. At the UAC prompt, type the administrator password (if required), and press Enter.
    • It is easier to start the administrative Command Prompt in Windows 8 and later. Right click the bottom-left corner of the screen, and click "Command Prompt (Admin)". At the UAC prompt, type the administrator password (if required), and press Enter.
  4. At the command prompt, type: taskkill /f /im wininit.exe.
  5. Enjoy your blue screen!

Terminal (Linux)

  1. Open a Terminal.
  2. Type: dd if=/dev/urandom of=/dev/mem.
    • Your computer should crash and it may show a kernel panic.
  3. Force restart your computer.

Warnings

  • You have to be logged in as an administrator to do this.
  • Only do this if your computer is unresponsive or is hanged or frozen.
  • All unsaved data will be abandoned, so if you can, save your work.

Related Articles

You may like