Press "Enter" to skip to content

How to Access UEFI Firmware Settings in Windows 10

Changing the boot order, booting from USB or fixing possible boot issues. There could be a number of reasons why you would want to access the UEFI settings.

How to Fix a SYSTEM_SERVICE_EXCEPTION BSOD in Windows

If you get a Blue Screen of Death in Windows 10 or 11 with the stop code SYSTEM_SERVICE_EXCEPTION, there could be many causes, though a bad driver is always a likely culprit. The usual bug check code that goes with a SYSTEM_SERVICE_EXCEPTION is 0x3B. Interestingly, the numeric code has numerous (7!) associations in the Microsoft Error Lookup Tool, so this one is best researched using the text-based stop code by itself, or in combination with the numeric code.

Microsoft’s bug check page for this error provides this explanation for its cause: “This stop code indicates that executing code had an exception, and the thread that was below it, is a system thread.”

File System Fix For SYSTEM_SERVICE_EXCEPTION

Microsoft also notes on the bug check page for SYSTEM_SERVICE_EXCEPTION that “If a driver that is responsible for the error can be identified, its name is printed on the blue screen…” Indeed, I’ve personally experienced this error with the Windows 10 NTFS file system driver (Ntfs.sys) identified as the culprit. This identification is a mixed blessing, because it does tell you some kind of file system error occurred. That said, one cannot and should not replace OS-level drivers for Windows as one might do for a device driver of some kind.

Such repairs are best left to the DISM and SFC commands. Thus, my first response to the SYSTEM_SERVICE_EXCEPTION stop code after a reboot would be to run these commands in an administrative Command Prompt or PowerShell session:

Dism /online /cleanup-image /restorehealth

SFC /scannow

The first command will find and replace any corrupted or missing files in the Windows Component Store (usually C:\Windows\WinSxS). The second command will examine all Windows system files (SFC stands for System File Checker, in fact) and replace any damaged or missing files it identifies. The afore-cited DISM command usually takes 3-5 minutes to complete, and the SFC command can take longer (especially if it makes any repairs). If SFC finds and fixes errors, repeat that same command until you get a clean bill of health in its final follow-up:

If SFC finds and fixes corrupt files, keep running the command until it reports “. did not find any integrity violations.” Here, it took only two tries to achieve that state. (Image credit: Tom’s Hardware)

Using the Driver Verifier Tool to Fix SYSTEM_SERVICE_EXCEPTION

Windows 10 and Windows 11 both include a built-in driver verification tool named verifier.exe. It resides in the C:\Windows\System32 folder (where Windows keeps many of its admin and repair tools). Drivers are indeed often involved in the SYSTEM_SERVICE_EXCEPTION error because they belong to the class of Windows code elements allowed to access protected system code (along with OS components themselves, of course). Pretty much any device driver can provoke this error, so it’s not uncommon to see it pop up when you install new hardware, or plug in some kind of removable storage device (usually through a USB or Thunderbolt port).

If the previous system repairs (DISM and SFC) don’t dispel the SYSTEM_SERVICE_EXCEPTION BSOD, the Windows Driver Verifier may be able to help you identify the culprit that’s causing this BSOD to occur. This tool comes with a warning: be sure to create a current image backup for your PC before using it, because the verifier checks all device drivers and intentionally causes a BSOD when it finds a driver that cannot be verified or is corrupt or damaged.

The information you seek should show up in the crash dump that gets written when a BSOD occurs. That crash dump will either occupy a file named memory.dmp or minidump.dmp. The former resides in the Windows root, usually C:\Windows. The latter resides in C:\Windows\Minidump. I wholeheartedly recommend using Nir Sofer’s BlueScreenView tool for viewing and inspecting crash dumps. It will happily target either of those crash dump files, and tell you what’s what.

Turning Driver Verifier On

1. Enter “verifier.exe” at an administrative Command Prompt or PowerShell This will open the Driver Verifier Manager program.

2. Click Next and leave the default setting, “Create standard settings” in place.

(Image credit: Tom’s Hardware)

3. Select “Automatically select all drivers installed on this computer.” If you’d rather focus on a list of drivers by name, click “Select driver names from a list” instead. Either way, click Next to continue.

(Image credit: Tom’s Hardware)

Unless you want to let your computer take hours testing possibly hundreds of drivers, I have some tips for narrowing this list down and picking suspect drivers from the list.

Tip A: Use DriverStore Explorer to Get Driver Names and Info

A free GitHub project called DriverStore Explorer offers a handy focused software tool for inspecting and managing Windows drivers. I used it on my test system to confirm it had over 200 drivers present, and to clean up enough of the old ones to bring that count down to a “mere” 195. This shows that selecting all drivers can involve a huge number of checks and take a great deal of time. Thus, I tend to concentrate on drivers by name using DriverStore Explorer and focus on drivers by category (e.g. Network adapters, Human Interface Devices, Display adapters, and so forth).

Tip B: Restrict Driver Checks to Suspect Categories or Items, When Possible

Let’s say I just switched from the Lenovo OEM video driver to the Intel DCH video driver on my test PC, after which the SYSTEM_SERVICE_EXCEPTION error started up. DriverStore Explorer tells me the name of that driver is iigd_dch.inf, so that’s the one I want to check for a close match in Driver Verifier Manager’s driver list. Usually igd is shorthand for “Intel graphics driver,” so I choose the item named igdkm64.sys.

(Image credit: Tom’s Hardware)

4. Click Finish to proceed through your checks. Next you’ll see a warning from Driver Verifier Manager that you must restart your PC to start running its driver checks.

5. Click OK, restart your PC, and you’re on your way! When the system reboots, it may take a little longer to get through the boot-up sequence, as Driver Verifier Manager does its thing. Be patient. As Driver Verifier Manager finds unsigned or suspect drivers it will cause BSODs.

6. Record any bluescreen messages that pop up (it’s handy to snap them with a smartphone), so you can investigate later.

Any BSODs will need subsequent investigation, and should prompt certain actions. In most cases, replacing or upgrading drivers identified in crash dumps after using Driver Verifier will set your system back to rights.

If you find yourself stuck in a boot loop (repeated BSODs that Driver Verifier is causing), you’ll need to boot into Safe Mode (insert link). Then you can access Driver Verifier (type verifier into the Command Prompt or PowerShell). Once you’re into the Driver Verifier Manager UI, choose “Delete existing settings,” then click Finish. After your next restart, your self-induced BSODs will stop.

(Image credit: Tom’s Hardware)

Beyond the Driver Verifier, It’s Last-Ditch Repairs

If you still can’t get out of the BSOD loop, you may need to take more drastic measures. Restore the OS image you created as a precautionary backup, and you will be back where you started. On the other hand, you could try a 30-minute repair reinstall of WIndows or, if that’s not enough, choose to reset Windows entirely which is the same as a clean install. The last two are obviously maneuvers of last resort.

Stay on the Cutting Edge

Join the experts who read Tom’s Hardware for the inside track on enthusiast PC tech news — and have for over 25 years. We’ll send breaking news and in-depth reviews of CPUs, GPUs, AI, maker hardware and more straight to your inbox.

By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.

How to Access UEFI Firmware Settings in Windows 10

Changing the boot order, booting from USB or fixing possible boot issues. There could be a number of reasons why you would want to access the UEFI settings.

In this tutorial, I’ll show you three ways to access the UEFI settings in Windows 10:

  • Using the designated key at boot time
  • Using the UEFI settings from within Windows 10 (requires reboot as well)

Method 1: Use F2/F10 or F12 keys at boot time to access UEFi settings

This is the classic method of accessing UEFI or the BIOS system.

Turn on your system. At the screen that shows the logo of your system manufacturer, press the F2 or F10 or F12 key. You may try pressing all of them one by one if you are not sure. But be quick when you do that otherwise it will boot into the operating system.

This key is different for different brand of computers. Some may even use Esc or Del keys for this purpose.

Quickly press F2, F10 or F12 keys at the screen showing your system manufacturer’s logo

If it works, you should see the familiar BIOS screen. UEFI is underlying mechanism and it adds a few options in the boot settings. But the boot settings interface looks the same as the legacy BIOS system in many computers.

Most system will have UEFI settings interface same as the classic BIOS settings

I have seen some newer computers have a totally different boot settings interface. This could differ from system to system.

Some newer systems have a different UEFI interface

This should work on your system but if it keeps on booting to Windows, no need to be disappointed. You may access the UEFI settings from within Windows as well. The next method shows the steps.

Method 2: Access UEFI firmware settings from within Windows 10

Windows 10 provides a way to access the UEFI settings from within Windows itself. Please bear in mind that while you may opt to access UEFI this way, your system will be restarted and boots into the BIOS/UEFI.

Follow the steps below for accessing UEFI settings in Windows 10.

Step 1: Login to Windows and click on Menu. Search for UEFI and go to Change advanced startup options:

Go to ‘Change advanced startup options’

Step 2: In here, click on the Restart now button under Advanced startup option.

Click on Restart now button
Alternative shortcut

What you did just above can be achieved with an alternative way. You may click on the Windows menu, hit the power icon to display Shutdown, Restart and Sleep option. Press and hold the shift key and click restart at the same time. This will have the same effect as going to the ‘advanced startup option’ and clicking the ‘restart now’ button.

It will not restart your system immediately. Instead, you should see a blue screen with ‘Please wait’ displayed.

After a few seconds, you should see a blue screen with a few options to choose from. At this screen, you can choose to:

  • Exit and continue using Windows 10 without restarting your system
  • Turn off your system
  • Boot into a USB device
  • Access the Troubleshoot option for more advanced settings

You have to click on Troubleshoot option.

Now, some systems will give you the UEFI Firmware Settings on this screen. Some system may require you to choose an Advanced options.

If you see the UEFI Firmware Settings option, well, click on it. Otherwise, click the Advanced options.

When you see the UEFI Firmware Settings, click on it.

It will notify that you’ll have to restart in order to change any UEFI firmware settings (or UEFI settings in short). Click on the Restart button.

Your system will restart now and when it boots again, you’ll find yourself in the BIOS/UEFI settings interface.

UEFI/BIOS Settings Interface

That’s it. This is what you needed to do to access UEFI firmware settings in Windows 10. Whenever I dual boot Linux and Windows, I use this method for using the live USB of Linux.

I hope you find this tutorial helpful. Any questions or suggestions? Please feel free to leave a comment below.

Comments are closed, but trackbacks and pingbacks are open.