As you know, the Settings app is a vital part of Windows 10 as it helps in fixing issues in the system and offers users access to various Troubleshooters, as well as the Reset function and many more. So if you want to Reset this PC or a Windows Store app, you need to use the Settings app to do so. However, one of the most annoying errors you can encounter when using the Settings app is that it crashes or sometimes does not open at all. Thus, if you are having issues with this app, worry not for there are alternative ways you can try to reset your Windows 10 PC.
For you to reset your Windows 10 PC without using the Settings app, the main option you have is to use the Advanced Startup options and there are different methods by which it can be accessed. It can be accessed via Lockscreen, Command Prompt window, or via Start Menu.
Option 1 – Reset Windows 10 via Lockscreen
You need to first boot into the Advanced Startup options from the lock screen. If you’re already logged in to your account, you have to hit the Win + L keys to get on the lock screen.
Next, click on the Power button located at the bottom right corner of the screen.
After that, hold the Shift key and click on Restart to restart your computer into the Advanced Setup option mode. And from there, you can reset your Windows 10 computer.
Option 2 – Reset Windows 10 via Command Prompt
Search for “cmd” in the Cortana search box or hit the Win + R keys to open the Run box and type “cmd” in the field and hit Enter to open Command Prompt.
If a User Account Control or UAC prompt appears, click Yes to proceed in opening Command Prompt.
After that, type the following command and hit Enter to execute it:
shutdown /r /o /f /t 00
After you execute the command, it will restart your computer into the Advanced Startup options where you can reset your Windows 10 computer.
Option 3 – Reset Windows 10 via Start Menu
Tap the Win key or click on the Start button located in the Taskbar.
Then click on the Power button at the bottom right portion of the screen.
Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen
Afterward, select either the “Keep my files” option or the “Remove everything” option depending on your preference, and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer.
One of the most critical errors inside your Windows operating system is The Extended Attributes Are Inconsistent error. This error means that your operating system has been corrupted and it may produce many annoying issues like for example time lags, random crashes, and even freezing of the system when running multiple applications.
There are a lot of reasons for this error, from the registry to faulty application installations to sometimes even hardware issues like bad RAM memory or bad hard drive. Mostly issue is due to corrupted files inside Windows and most often people only think that resetting the PC or complete reinstallation is the only way to fix this problem.
Although reinstalling the system or resetting the PC will solve this error for sure there are other less time-consuming ways to fix this error.
In this guide, we will show you common ways in fixing Extended Attributes are inconsistent errors inside your Windows that are easy to do and less time-consuming than complete reinstallation of the system.
Fixing Extended Attributes Are Inconsistent error
Run SFC scan
Press ⊞ WINDOWS + X to open the hidden menu
Click on command prompt (admin)
In command prompt type in SFC /scannow and press ENTER
Wait for the operation to complete
Reboot your PC
Use System Image Repair Tool
Press ⊞ WINDOWS + X to open the hidden menu
Click on command prompt (admin)
In command prompt type in Dism /Online /Cleanup-Image /RestoreHealth and press ENTER
Wait for the operation to complete
Reboot your PC
Change all user accounts to the administrator
Press ⊞ WINDOWS + R to open the run dialog
Type in netplwiz and press ENTER
Select a first user account and click on Properties
Click on the Group Membership tab
Choose Others from the options
Select administrator (if all accounts are already administrators change all to users)
Repeat process for all other accounts
Click OK to save settings
Change Windows Sound scheme to default
Right-click on the sound icon in the taskbar
Click on Sound options
Go to the Sounds tab
In Sound Scheme click and choose Windows Default
Under Program Events choose Windows User Account Control
Click on the drop-down menu and choose None
Click on Apply
Click on OK
Downgrade the Sound driver
Press ⊞ WINDOWS + X to open the hidden menu
Click on Device Manager
Find your Audio driver and right-click on it
Click on uninstall and then on OK
Reboot your system
Do System Restore
If none of the provided solutions have worked, perform a system restore to the last point where everything was working fine.
Reset PC
If even system restore has not solved the issue or you do not have valid point in system restore time, perform Reset this PC and hopefully, the error will be finally fixed.
Conclusion
If all of the provided methods have not managed to repair this error that checks your hardware, your computer might have some faulty components if after complete PC reset error persists.
nslookup is a command-line tool that helps in finding the DNS records of a website. It sends a name server query to the DNS and obtains the corresponding IP address. Aside from that, it can also perform some complex functionality such as finding details about FTP server, Mail server and many more but most of them are used by administrators. The best thing about nslookup is that it queries the DNS server directly and it does not rely on the cache.
On the other hand, there is another tool called PING that is used to verify connectivity. PING sends a packet of information to the IP address or Domain and gets back a response in the form of packets. So if everything goes well, all packets are received but if not, it will help you find out where the delay in the network exactly is. However, the ping command does not always attempt a DNS lookup which means that it might be using the DNS cache and use the IP address available in that table.
Although both nslookup and PING help you in identifying the host or IP address, however, they don’t always work and sometimes fail. So if your nslookup works but ping fails on your Windows 10 PC when querying the IP address of a website then it could be caused by many reasons. It could be that the nslookup queries work for you but when you try to use PING, it fails. For instance, if you open the abc.com website, here’s how it will look like:
nslookup xyz.comServer: dns.company.comAddress: 192.168.1.38C:> ping xyz.comPing request could not find host xyz.com. Please check the name and try again.
The domain is converted into an IP address and then data is sent to that IP address when you use PING. So when a reply comes back it means that the data is going back and forth to that domain without any problem. However, if the DNS fails to resolve the IP address of the website or if your PC does not attempt a DNS lookup, you will receive a similar error message that says, “Could not find host” and so on. To resolve this issue, here are some options that might help.
Option 1 – Reset Winsock, TCP/IP & Flush DNS
Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue with nslookup and PING. To do so, follow these steps:
Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
netsh winsock reset – type in this command to reset Winsock
netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
ipconfig /flushdns – type in this command to flush the DNS cache
Next, restart your PC and check if the problem’s fixed.
Option 2 – Force Windows to do a DNS lookup using FQDN
Go to Settings > Network & Internet > Status > Change adapter options.
From there, right-click on the network and select Properties.
Next, in case you’re using IPv6, from the list of connections available in the list, select Internet Protocol Version 4.
Then click on Properties and click Advanced.
After that, switch to the DNS tab and select “Append these DNS suffixes (in order)” and click on the Add button and then add “.” as a suffix so that each time you query using PING and another tool, it will add a “.” at the end and will force the lookup.
Option 3 – Make sure that there is only one default gateway
If your computer has more than one NIC connected and there are multiple default gateways, then it will most likely create confusion which is why you need to remove the default gateway from the configuration of all NICs and make sure that there is only one default gateway.
Option 4 – Use the Google Public DNS
You might want to change your DNS to Google Public DNS as it could also help you in fixing the nslookup and PING issues. To do so, follow the steps below.
The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
Next, click on the “Change Adapter Settings” option.
After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
Right-click on your network connection and click on Properties.
Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.
Option 5 – Check the Windows Host file
You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked, because if it is, then it’s no wonder why PING fails even when nslookup works. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.
Option 6 – Delete the WLAN Profiles
Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles might help you in fixing the issue with nslookup and PING.
Option 7 – Reinstall the Network Adapter Drivers
Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
Then right-click on each one of the Network drivers and select “Uninstall device”.
So, you have finished with work, game, movie, music, email, or whatever on your PC, you look at the clock, it is late, you decide to go to sleep or outside, you click on the power button and choose shutdown. Now when a PC is shut down you feel good and go with your business but the next time you power it up you get the same error like the computer never really shut down in the first place. You wonder why and reboot it, just in case and all of the sudden error is gone.
If something similar has happened to you or you had the feeling that after shutting down your computer has not really felt like shutting it down, do not seek professional help, everything is OK with you because when you click on shut down, your computer does not really shut down!
Truth is that Microsoft has changed how to shut down works and how rebooting works in Windows with an update but has not publicly said anything about it so some users may experience this feeling of not shutdown phenomenon and might even think there is something wrong with their PC.
Why this change?
A few years ago shutdown button and option in Windows were really shutting down OS, but things changed when Microsoft wanted to increase boot-up speed. Now when that decision was made shutdown option was changed. So, what was changed? Well in order to increase Windows booting time, the shutdown will now turn off power to PC components and it will look like everything is indeed shutdown but the Windows kernel will actually be saved to a hard drive with all settings and just awaken once the PC is turned back ON. This will result in all errors and other stuff being just still present same as they were once the system was instructed to be turned off.
Rebooting your PC will now clear kernel and file from the hard drive and you will get a clean system startup without any issues tied with the kernel itself.
Workaround
Now that we know why and what change has been made to Windows logical question is can we shut down our PC at all properly? Luckily for us, the answer is yes and we will not need any external application to do it, we can still do it inside Windows itself and it is quite quick and easy.
Bringing back the old shutdown
In order to bring the old shutdown functionality of your PC please follow the instructions but be aware that by doing this your PC will boot a little bit slower since it will have to load the kernel from scratch each time computer is turned ON.
First thing is to go to settings and go to System
Then once you are inside the system, navigate to the power and sleep and click on it to select it. Once you have it selected to all the way to the right and click on additional power settings.
When you click on advanced power settings you should be led to the control panel's power options. Inside this panel click on top left link where it says Choose what the power button does.
Inside options, you will need to untick the box next to Turn on fast startup (recommended), this option has been ticked ON by the Windows update and probably without notifying you. Option means exactly what was described, it will save kernel state on the hard drive for faster boot time but sadly it can cause some issues since it will never be reloaded from 0.
If you are unable to uncheck the box click on the text beside the shield icon that says: Change settings that are currently unavailable (you will have to be logged in as administrator).
Conclusion
Altho turning off fast startup and shutting down the PC completely will for sure extend your bootup time I still believe that it is the right choice since sometimes a lot of clutter and bad things accumulate over time inside the OS and can cause a vast variety of problems in a long run. So stay safe and shut down that PC as it used to be in the past.
For PC users that are blind or have low vision, the Narrator accessibility feature in Windows 10, lets you use your PC without a display or mouse to complete common tasks – it reads and interacts with things on the screen, like text and buttons. The narrator can be used to read and write an email, browse the internet, and work with documents.
In Windows 10, there are a lot of options for Narrator that you can customize. You can change its keyboard shortcuts, personalize Narrator’s voice, enable Caps Lock warnings, and more. You can choose the voice for the Narrator, adjust the speaking rate, pitch, and volume.
To change the default audio output device used to play the voice of the Narrator in Windows 10:
Press the ⊞ WINDOWS + I
From the Settings menu, click Ease of Access.
Click Narrator on the left pane.
In the Narrator window, on the right pane, toggle the button to On to enable Narrator if required.
Scroll down to the Personalize Narrator’s voice section.
For the Select where you hear Narrator’s voice option, click the drop-down and select the audio output device you want from the list. Please know that you will not be able to choose if you do not have multiple audio output devices connected to your Windows 10 computer.
Exit Settings when done.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Virtual Reality is slowly becoming standard in gaming. More and more affordable headsets are coming out lowering entry prices and making them affordable for all. But in a sea of new VR headsets, it is important to at least purchase a decent one that will perform nicely and hopefully last longer.
Therefore in today’s article, we will address some of the best options currently available on the market,
Oculus Quest 2
With its Rift model, Oculus set itself as a big player in VR. Now the company is slowly bowing out of the dedicated, tethered VR headset with its latest Quest 2 designed to primarily be a standalone headset.
In case you do not know, tethered headset means that the headset itself is connected to your PC and is using its power to drive your VR experience.
Now technical specifications of Quest 2 are pretty OK and it can drive stuff pretty decently and if you want you can purchase the dedicated cable to connect it to your PC for the full experience of games requiring more capable hardware.
Oculus Quest 2 is the cheapest headset on this list and with its stable performance, is highly recommended.
Valve Index VR
Although the headset itself is nothing revolutionary or special its controllers are. They can track individual finger movements, making games (that take advantage of them) much more immersive than the standard trigger grips on other controllers.
The Index's higher refresh rate makes for smoother action, as well, which is another nice bonus. If you already have an HTC Vive or Vive Cosmos Elite, and their base stations (not the regular Cosmos), you can buy only the controllers.
Sony PlayStation VR
The PlayStation VR is compelling thanks to Sony backing its development, plus the PlayStation 4's affordability and availability compared with gaming PCs. All you need is the headset, a PlayStation 4, and a PlayStation Camera (now included with most PlayStation VR bundles).
Not really the best of the bunch but still one of the top ones for console gaming. Sony is working on a new PlayStation VR system for the PlayStation 5, with redesigned controllers. The new headset hasn't been revealed yet, but the company has released a preview of the new controllers.
HP Reverb G2 VR
HP headset is one which you get if you want the best image quality in VR headset, sadly controllers did not follow the same quality of headset itself. But this is still a pretty decent headset overall and worth the purchase.
HTC Vive Cosmos
HTC's Vive Cosmos is the upgraded version of the Vive. It features a higher resolution and replaces the external base stations with outward-facing cameras for motion tracking. It's a comprehensive package for whole-room VR.
HTC recently released the Vive Pro 2, a high-end VR headset targeting both enterprise users and consumers. This new headset features a 2,448-by-2,448 resolution display for each eye, making it the highest-resolution headset currently available. It's also more expensive than the Cosmos Elite.
Sadly one thing that is bringing this headset down is the price.
Windows 7 was an operating system that had one thing which no other Windows had, even today. Official Microsoft desktop widgets.
With an attractive design, users loved to exploit the adequacy and neatness of these gadgets. However, Microsoft had to discontinue these gadgets as they posed a serious security threat to the Operating System. It was believed that a potential attacker could even use a gadget to take complete control of your PC.
With Windows 10, things have changed big time. You have all the fantastic apps and live tiles at your disposal providing a more native experience.
Despite all this, if you still have a fondness for fancy gadgets, we have just the right tool for you to get started with similar “Widgets” on Windows 10. Win10 Widgets is a tool that places the most important information right in front of you, on your desktop.
Win10 Widgets
Win10 Widgets is a desktop app package provided by Rainmeter which is an effective system customization engine for Windows. It brings some informative widgets to Windows 10 which look almost native with their intuitive and sleek design. You can pin them on your desktop to keep an eye on various system figures like CPU usage, data storage, battery usage, detailed computer performance, etc.
Native looking Widgets for Windows 10
These widgets are designed in such a way that it looks totally indigenous to the Windows 10 UI. With a similar design language, visual style, accent color, and even font settings, these widgets almost look like an inseparable system component.
You can choose between different size variants to pin on your desktop and arrange them in an orderly fashion to make the most of it.
Highly customizable desktop gadgets
Apart from the default size variants, you can configure several other parameters pertaining to the look and appearance of any widget. As Rainmeter is an open-source program, you are provided with the .ini configuration files which you can customize as per your wish. You can make adjustments to the widget coordinates, position and transparency as well. You can even create your own skins (.rmskin package) using the built-in Skin Packager and publish them for general usage through Rainmeter.
Illustro Skins
Over and above the cool widgets, Rainmeter also contains Illustro, a simple collection of skins that shows the range of Rainmeter’s capabilities. You can load the skins on your desktop for a brief look at your system internals. You can also start editing these skins to make them yours by taking advantage of the Rainmeter manual and forum link provided on the Welcome screen.
Win10 Widgets is a great tool if you like widgets or gadgets on your Desktop. It blends into the background and puts the important piece of information right on your desktop without you having to look somewhere else. If you already have the Rainmeter application, you can download the Win10 Widgets .rmskin file from here, else you can download the combined bundle for both Rainmeter and Win10 Widgets from here.
Hello and welcome to another great tutorial from errortools.com. Today we will be making Windows START menu full screen.
First introduced in Windows 8.1, the start menu has been shifted from full screen to gadget like in Windows 10 but if you prefer to have it over the entire screen with all of its glory and large icons you can do so and we will be happy to show you how.
Press ⊞ WINDOWS and choose settings.
From the settings screen, choose Personalization.
Under personalization options click on START.
And then on the right part click on the button under Use Start full screen to turn it ON
That's it, your start menu is now full screen.
Toolbar.Dll is one of the most destructive software you will encounter on your Personal Computer.
For every report out there you read about threats to your Windows PC, a significant number speak about Toolbar.Dll. Technically, this is non-essential to the functioning of your computer yet poses great dangers to your computer's security. It can cause massive destruction if not properly resolved.
Solution
Error Causes
As suggested below, the sources of Toolbar.Dll are many and broad:
a) Misconfigured System: Nothing causes this malfunction on your own Computer a lot more than having a misconfigured system. You ought to anticipate this malfunction and repair the situation before it gets worse.
Especially if you have Toolbar.Dll files on your computer. More often than not the situation can only get worse.
b) Broken Windows OS File: the 2nd trigger of Toolbar.Dll, and that is linked to the primary aforementioned one, is a broken Windows OS file. Fix it as soon as you realize its existence.
c) Installation Issues: If you poorly install Windows on your PC, you generate a loophole by which Toolbar.Dll malfunction might appear. You essentially provide a massive possibility to the Toolbar.dll error to affect your Computer, if you neglect to finish an install or uninstall procedure.
d) Removing Programs and Hardware Incorrectly: When you decide to remove programs and hardware, you need to exercise caution. Should you be rash with this specific procedure, you raise the odds of striking the Toolbar.Dll malfunction on your Personal Computer.
e) Incorrect Shut-Down: unless you want to strike this malfunction, ensure that you shut down your Computer procedurally. Regardless of what hurry you might be in, always power down your computer correctly.
Further Information and Manual Repair
In the event you strike the Toolbar.Dll malfunction on your Personal Computer, you shouldn't get frightened. But, prior to starting considering of ways that to fix this malfunction, you should look for the signs, to be able to recognize it.
The malfunction exists in your Computer in circumstances where software programs can't load properly.
The situation might be repaired in numerous methods, as revealed below:
Switch on your computer, and log in as the superuser/admin. Next, select All Programs, subsequently go to Accessories. Under Accessories, choose System Tools. Click on System Restore from the menu.
A fresh window will appear. In the new window, find the choice designated "Restore My Pc To An Earlier Time", before you click next.
Search for the newest System Restore update from "On This List, Click a Restore Point" before you click Next once more.
Pick Next when a verification window appears on the screen. After the complete procedure is done, reboot the pc and the Toolbar.Dll malfunction will soon be no further.
Each of the measures suggested previously, are for advanced pc users. You must obtain the very best software on the web to eliminate this malfunction, in case you are a non-techie. Alternately, contact a tech to help fixing the problem.
In Installing or upgrading your Windows 10, there really is no guarantee that everything will go smoothly as there are times you encounter errors like the “ We couldn’t install Windows 10, 0x8007002C - 0x400D ” error message among other Windows update/upgrade errors. When you encounter this particular error message you will the following message on your screen:
“We’ve set your PC back to the way it was right before you started installing Windows 10.0x8007002C-0x400DThe installation failed in the SECOND_BOOT phase with an error during MIGRATE-DATA operation”
This kind of Windows upgrade error indicates that some of the files needed for the installation are locked out for some reason and that Windows was not able to migrate them to a new version. It could be that your computer does not have sufficient space for those files. Thus, no matter how many times you try to upgrade your computer, you always end up going back to the previous version of Windows. To fix the “0x8007002C – 0x400D, The installation failed in the SECOND_BOOT phase with an error during MIGRATE-DATA operation” error, here are some suggestions that might help:
Option 1 – Disable your antivirus program
There are times when the antivirus program installed in your computer blocks file access and even disk access. Thus, disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.
Option 2 – Perform a Disk Cleanup to free up disk space
Chances are, some unnecessary files in your computer might be interrupting the installation process which explains why you’re getting the “0x8007002C – 0x400D, The installation failed in the SECOND_BOOT phase with an error during MIGRATE-DATA operation” error instead so you need to perform a Disk Cleanup in order to fix the problem.
In the Cortana Search box, type “disk cleanup” and click on the related search result.
Then select the disk you want to clean and click OK.
Wait for the process to be completed and then restart your PC and try to install the Windows upgrade again.
Option 3 – Get rid of any file protection software
The Windows setup migrates the folder from one version to another during the upgrade. However, if some of your folders, if not all, are protected using some file protection software, then Windows won’t succeed in moving the folder and you will encounter this Windows upgrade error instead. Thus, you need to unlock all those protected files or better yet uninstall the file protection software after you remove the locked files. After that, try installing the upgrade again.
Option 4 – Rename the SoftwareDistribution folder
The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. Aside from that, it also contains all the Windows Update History files and once you delete them, you will most likely lose the Update history. As a result, the next time you run the Windows Update, it may result in a longer detection time.
Open the WinX Menu.
From there, open Command Prompt as admin.
Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauservnet stop bitsrename c:windowsSoftwareDistribution SoftwareDistribution.bak
After entering these commands, it will stop the Windows Update Service, the Background Intelligent Transfer Service, and rename the SoftwareDistribution folder.
Next, got to the C:\Windows\SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauservnet start bits
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
Option 5 – Run the DISM tool
As mentioned, the “0x8007002C – 0x400D, The installation failed in the SECOND_BOOT phase with an error during MIGRATE-DATA operation” error might also be caused by corrupted files in the computer. Thus, you can try using the DISM tool to repair them. Running the DISM tool can repair the Windows System Image and Windows Component Store in Windows 10.
Open the Command Prompt as admin.
Then type in this command: DISM /Online /Cleanup-Image /RestoreHealth
Do not close the window if the process takes a while as it will probably take a few minutes to finish.
Option 6 – Run the Windows Update Troubleshooter
Running the built-in Windows Update troubleshooter could also help you resolve this particular Windows upgrade error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button.
You also have the option to run Microsoft’s online troubleshooter which could help you fix Windows Update errors including the “0x8007002C – 0x400D, The installation failed in the SECOND_BOOT phase with an error during MIGRATE-DATA operation” error.
One of the common causes of Blue Screen of Death or BSOD errors is system driver files due to varying reasons. So if you encounter a Stop error caused by some system driver files such as isapnp.sys, gv3.sys, storahci.sys, or myfault.sys, on your Windows 10 PC, then this post should help you fix the problem.
These system driver files are associated with different error codes. The isapnp.sys file is related to the following error codes:
SYSTEM SERVICE EXCEPTION
PAGE FAULT IN A NONPAGED AREA
KERNEL DATA INPAGE
SYSTEM THREAD EXCEPTION NOT HANDLED
IRQL NOT LESS EQUAL
KMODE EXCEPTION NOT HANDLED.
While the gv3.sys file is related to the following BSOD error codes:
IRQL NOT LESS EQUAL
KMODE EXCEPTION NOT HANDLED
PAGE FAULT IN NONPAGED AREA.
On the other hand, the storahci.sys file is related to these error codes:
IRQL NOT LESS EQUAL
KMODE EXCEPTION NOT HANDLED
PAGE FAULT IN NONPAGED AREA.
And the myfault.sys file is associated with this error code:
SYSTEM SERVICE EXCEPTION.
Although this system driver file causes different kinds of Blue Screen errors, some of their potential fixes are quite the same so you need not carry out tons of troubleshooting steps. But before you troubleshoot the problem, you might want to check out System Restore first, especially if you create a System Restore point from time to time. To perform System Restore, follow these steps:
Tap the Win + R keys to open the Run dialog box.
After that, type in “sysdm.cpl” in the field and tap Enter.
Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first and boot your computer into Safe Mode.
Option 1 – Use the System Configuration utility
Note that this first fix is only applicable for Blue Screen errors associated with the myfault.sys file.
In the Cortana Search box, type “MSConfig” and click on the “System Configuration” entry to open it.
After opening System Configuration, go to the Processes tab.
Then scroll down and look for the “Digital Line Detection” process and disable it.
Now restart your computer and check if the Stop error is fixed or not.
Option 2 – Try to update, rollback or disable related device drivers
Incompatible and outdated drivers can also cause computer malfunctioning or crashing as well as Blue Screen errors. To fix that, you can update, roll back or disable the device drivers in your computer.
Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
After opening the Device Manager, from the list of device drivers, look for the “WIN ISA Bus Driver” if you are facing a Stop error related to the isapnp.sys file. While you have to look for the Sony Recovery CDs PCG-Z1RAP Series device drivers if you face a Stop error concerning the gv3.sys file. For the storahci.sys, on the other hand, look for any outdated drivers and update them.
To update or roll back or disable these drivers, just right-click on each one of them, and depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
After that, restart your PC and see if it helped in fixing the Blue Screen error.
Option 3 – Use System File Checker
One of the built-in tools in Windows that you can use to fix Blue Screen errors is the System File Checker. This built-in command utility can help you restore corrupted or missing files as well as replace bad and corrupted system files. Chances are, any of the aforementioned system driver files might be corrupted so to fix them, use System File Checker.
First, right-click on the Start button and click on the “Command Prompt (Admin) option.
Next, type in the sfc /scannow command and hit Enter to execute it.
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Now restart your computer.
Option 4 – Run the Blue Screen Troubleshooter
Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors. You can find it in Settings, under the Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options.
Note that you might have to boot your PC into Safe Mode.