How to Manually Cause BSOD in Windows: 6 Step-By-Step Ways

BSOD (Blue Screen of Death) is an error screen in Windows that is displayed to signify a fatal system error that causes the Windows operating system to crash. These crashes are sometimes forced, too, especially when you are a developer and want to test the capabilities of software and tools. In this article, we will guide you on how to manually cause BSOD errors in Windows. 

How to Manually Cause BSOD in Windows

Every Blue Screen of Death has a stop code that, when found and analyzed, lets you understand the real cause of the issue. We have covered one such error code, fltmgr.sys. In this article, we will show you how to simulate the Blue Screen error; in other words, how to manually cause a BSOD error in Windows. Let’s jump right into it.

Note: It is vital that you save your work before proceeding with the below-mentioned steps and methods.

1. How to Force BSOD in Windows Using Task Manager

Forcing the Blue Screen of Death using Task Manager is simple. However, you need to keep an eye on minute details. Follow the below steps.

Step 1: Press the Windows key on your keyboard, type Task Manager, and click ‘Run as administrator.’

Note: There are many ways to open Task Manager; however, the easiest way is to use the Ctrl+Alt+Delete hotkeys.

type Task Manager

Step 2: Under the Processes tab, scroll down to find ‘Service Host: DCOM Server Process Launcher.’

find Service Host: DCOM Server Process Launcher

Step 3: Select the Process and click End task from the top-right corner.

Note: Alternatively, you can right-click and select End task to end the process. 

click End task from the top right corner

Step 4: In the prompt, check ‘Abandon unsaved data and shut down,’ and click Shut down.

check Abandon unsaved data and shut down

And that’s it. Your PC will crash with a Blue Screen of Death, displaying the stop code as ‘Critical Process Died.’ If you are uncomfortable using Task Manager, there’s another way using PowerShell.

2. Use Powershell to Manually Cause BSOD in Windows

The method may seem complicated but it is not. This method barely has any steps and is the easiest way to manually cause BSOD in Windows. Let’s show you how:

Step 1: Press the Windows key on your keyboard, type PowerShell, and click ‘Run as administrator.’

type PowerShell

In the prompt, click Yes.

Step 2: Type the command mentioned below and press Enter.

Wininit

Type the command mentioned below

And there you go. When you press Enter, your Windows PC will crash, displaying a Blue Screen of Death with a crash code saying ‘Critical Process Died.’ The step isn’t complicated if you want to do it through Command Prompt. Jump to the following method and figure it out yourselves.  

3. Fake Blue Screen of Death in Windows Using Command Prompt

There is barely any task that cannot be performed using Command Prompt or Terminal. Follow the below-mentioned steps to force BSOD on your Windows computer.

Step 1: Press the Windows key on your keyboard, type Command Prompt and click ‘Run as administrator.’

type Command Prompt

In the prompt, click Yes.

Step 2: Type the following command and press Enter.

taskkill /IM svchost.exe /f

Type the following command

There you go. This is how you can fake Blue Screen of Death on your Windows PC. If you are someone who would be forcing BSOD errors on your Windows PC, it is ideal to create a shortcut for it instead of going through all the steps again and again. Jump to the next method.

4. How to Get BSOD Using Windows Shortcut

This is an extended version of the above method. Follow the below steps to create a shortcut for the BSOD error.

Step 1: Right-click on the desktop, go to New, and select Shortcut.

Right-click on the desktop

Step 2: In the text field, type the below command and click Next.

taskkill /IM svchost.exe /f 

type the below command

Step 3: Give a name to the shortcut and click Finish.

Ex: BSOD

Give a name to the shortcut

Step 4: Now, right-click the shortcut and select Properties.

go to Advanced

Step 5: Click on the Advanced button.

Click on the Advanced button

Step 5: Under Advanced Properties, select ‘Run as administrator,’ and then click OK.

select Run as administrator

Step 6: Finally, click Apply and OK.

click Apply and OK

There you have it. You have set up the shortcut. From now on, double-click on the shortcut and select Yes in the prompt to force the BSOD error on your Windows PC.

5. How to Force Crash Windows Using Registry Editor

This method is more complex than the above one, but the steps are pretty simple to follow and execute to simulate a blue screen crash in Windows. However, because we will be using Registry Editor, we strongly advise you to back up the Windows Registry before proceeding with the steps below. 

Step 1: Press the Windows key on your keyboard, type Registry Editor, and click ‘Run as administrator.’ 

Note: You can also press ‘Windows key + R’ to open the Run dialog box, type regedit.exe, and click OK to open Registry Editor.

type Registry Editor

In the prompt, select Yes. 

Step 2: In the top address bar, enter the mentioned address.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\i8042prt\Parameters

If you are using a USB keyboard, ignore the above command and type the below command

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters

Note: You can manually navigate to the section too. 

enter the mentioned address

Step 3: Under the Parameters folder, right-click, select New, and choose ‘DWORD (32-bit) Value.’

Under the Parameters folder

Step 4: Type CrashonCtrlScroll in the name field.

Type CrashonCtrlScroll

Step 5: Double-click on CrashonCtrlScroll, type 1 in the Value Data field, and press OK.

Double-click the new value

Finally, restart the system to implement the changes. And that’s it! When the system boots back, all you need to do is, press the ‘(right) Ctrl key + Scroll lock’ twice to force your Windows PC to display the BSOD error.

If these steps are complicated, jump to the next method.

6. Use a Third-Party BSOD Simulator on Windows

We will be using the ‘Not My Fault’ app, which is more or less, a BSOD simulator that forces your Windows PC to go Blue Screen of Death with a click of a button. Follow the steps mentioned below.

Step 1: Go to the ‘Not My Fault’ app download page using the link below and click on Download.

Not My Fault' app download page

Step 2: Install and run the app on your computer.

run it on your computer

Step 3: When you open the blue screen simulator app, you will be given choices to force the Windows crash. Under the Crash tab, Select any option (Ex: High IRQL fault) and click Crash.

blue screen simulator app

That’s it, your PC will crash, and you will see a Blue Screen of Death. The Stop Code will be dependent on the option you choose to crash. For this example, the Stop Code is ‘DRIVER IRQL NOT LESS OR EQUAL.’

If you have any further queries, check the FAQ section below.

FAQs on BSOD in Windows

1. Can re-installing Windows remove BSOD?

Many factors can cause BSOD errors. So, when you reset your Windows PC to factory settings, you are only fixing small problems and not eliminating all the root causes.

2. Can corrupt files cause BSOD?

Yes, corrupt files, bad drivers, software problems, and hardware problems can all contribute to the BSOD error.

3. Can Safe Mode fix BSOD?

Whenever you encounter multiple BSOD errors, it is recommended to start Windows in safe mode first to configure settings or execute the solution.

Initiate the Windows Crash

So that’s how you can manually cause BSOD in Windows. Now that you know how to do it, you must understand that, at times, overdoing BSOD simulation may result in Windows functional and operational errors.

Was this helpful?

Thanks for your feedback!

Last updated on 30 November, 2022

Leave a Reply

Your email address will not be published. Required fields are marked *

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.