Logo

Fix Windows Update Install Error 0x80070005

If you are checking for an update on your Windows 10 PC and you got the error 0x80070005 due to some ACCESS DENIED permissions issue, then read on as this post will show you what you can do to fix the problem.

For some reason, the Windows Update does not have enough rights or permissions to continue further which is why you’re getting an error instead. Thus, the first thing you can do before you troubleshoot further is to make sure that you’re logged in as admin. However, if you’re already logged in as one, then here are some suggestions that might help you fix the Windows Update Install Error 0x80070005.

Option 1 – Restart your computer and try installing the Updates again

You can restart your computer and then try installing the updates once again. There are instances when a simple restart resolves Windows Update errors. Thus, after you restart your computer, check for updates once again and see if you’re still getting the error or not.

Option 2 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • 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 wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go 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.

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:

  • Type each one of the following commands.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 3 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error 0x80070005. 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. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Take control of the User App Data

There are times when permission to access the files is not configured correctly. As a result, it blocks the downloading of the updates. Thus, you have to take full control of the User App Data which is placed at C:/Users/USERNAME/AppData.

  • First, go to C:/Users/USERNAME/AppData and right-click on it then select Properties.
  • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
  • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
  • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
  • Now edit the permission to Full Control for “Everyone”.
  • Click OK to save the changes made and then exit.

Option 5 – Try to update Windows after a couple of minutes or an hour

There are times when the issue is from Microsoft’s end. It could be that there’s some issue with Microsoft’s server so it would be better if you give it a couple of minutes or an hour or so before trying to run Windows Update again.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

CHKDSK cannot open volume for direct access
One of the most useful built-in tools in Windows 10 is the Check Disk or CHKDSK utility. It is the one that maintains the integrity of the disk that’s connected to a computer which can be launched using the GUI or graphical user interface and using the command line. There are a lot of things that warrant the running of this built-in utility and one of these things is the readability of the disk. Recently, a number of users reported that they encountered an error when they tried to run the CHKDSK utility – the error states, “Cannot open volume for direct access”. This kind of error in CHKDSK appears each time the command line is launched according to the affected users. As per the users who encountered this issue, they receive the following error messages when they tried running a ChkDsk command:
“C:WINDOWSsystem32>chkdsk /f g: Cannot open volume for direct access. C:WINDOWSsystem32>chkdsk /f f: The type of the file system is NTFS. Volume label is 0529357401.”
To fix the “Cannot open volume for direct user access” error, here are some suggestions that might help. Follow them carefully.

Option 1 – Try running the CHKDSK utility on Boot

On the other hand, you can also try to run the CHKDSK utility on Boot so you can fix the error and recover any damaged segments of the drive.
  • Open an elevated Command Prompt and enter this command: chkdsk /x /f /r
  • After that, you will a message that says, “Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)”
  • Type Y and tap Enter to schedule a CHKDSK scan once your computer reboots next time.

Option 2 – Try to run the Primary Hard Disk Self Test

The next thing you can do to fix the problem is to run the Primary Hard Disk Self Test by following the steps below.
  • You need to boot your computer into the BIOS first.
  • After that, go to the Diagnostics tab and select the “Primary Hard Disk Self Test” option. Note that it may be different depending on the motherboard with different manufacturers but they should imply the same thing.
  • Now, wait until the test is completed, and then boot your computer normally.

Option 3 – Try to check the hard drive’s health

The next thing you can do to resolve the issue is to check the health of your hard drive using the WMIC utility in the Windows Command Prompt. This utility will check if your hard drive has any problems which resulted in the “Cannot open volume for direct user access” error.

Option 4 – Try to disable various restrictions on your hard drive

You might also want to disable the various restrictions on your hard drive since it is possible that it is encrypted or restricted which explains why you are unable to perform any operations in it and throws the “Cannot open volume for direct user access” error instead. For instance, if you have BitLocker, you can try to disable it and see if it fixes the error or not.

Option 5 – Try to uninstall or disable the Drive Locking feature on your hard drive

You could also look for any Drive Locking feature on your hard drive that tricks disk changes as it might be the root cause of the problem. Thus, if you find one, you need to either uninstall or disable it and then execute a check disk command to resolve the problem.

Option 6 – Try to disable the application service

Disabling the application service can also help you fix the problem. How? Refer to these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and then hit Enter to open the Services Manager.
  • Next, scroll down among the list of services and look for the service related to the security software or disk checker software.
  • Once you find it, right-click on that service and select Properties.
  • After that, change its Startup type to Disabled and click on the OK and Apply buttons to save the changes made.
  • Now restart your computer and don’t forget to enable the service back once the disk check is completed.

Option 7 – Try to use Repair Volume via Windows PowerShell

You could also try to use the Repair Volume using Windows PowerShell. All you have to do is open PowerShell as admin and type the “repair-volume -drive letter <DRIVE LETTER>” command and then tap Enter to run Repair Volume. This should resolve the error.
Read More
There is no internet when WIFI is connected
If your WIFI signal is strong but you can not connect to the internet then keep reading in order to find out why this happens and what can you do to fix it. One very important thing to know and understand is that WIFI and the internet are two different things and that they altho connected and working together are basically 2 things. WIFI is a name for a group of technologies that are using radio vawes to connect to the router in order to access the internet. The Internet itself is series of computers all connected in LAN. Think of WIFI like some invisible cable that connects your computer to the router. When we put things into perspective this way it becomes clear that we can indeed have a strong WIFI signal and that we are connected to the router but the router itself is not connected to the internet. So basically troubleshooting an internet connection is troubleshooting the router itself. The most common approach is to reset the router, turn it off, then back on, check cables, etc. But be sure that if your WIFI signal is strong and you can not access the internet it is a router issue.
Read More
Fix Windows Update Error 0x80071a91
Windows Update Error 0x80071a91, what it is? As you know, Windows Updates are very essential to the operating system since they push with them the important security updates that are crucial to the system. And if a Windows Update is delayed, it can the system vulnerable to potential threats. Thus, this kind of issue must be resolved right away. One of the errors that you can encounter while updating your computer is the Windows Update Error 0x80071a91. The error code 0x80071a91 occurs when the “Transaction support within the specified file system resource manager is not started or was shut down due to an error”. This happens when a service called “File System Resource Manager” or FSRM does not function due to some reason. To fix the Windows Update Error 0x80071a91, here are some suggestions that could help.

Option 1 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update Error 0x80071a91. 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. After that, follow the next on-screen instructions and you should be good to go.

Option 2 – Disable the antivirus program temporarily

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 3 – Try resetting the File System Resource Manager

As pointed out earlier, the error 0x80071a91 pops up when the FSRM service suddenly stops working and so resetting this service via Command Prompt might resolve the problem. To do so, follow the steps below.
  • In the Windows Search box, type “command prompt” and hit Enter.
  • Then right-click on Command Prompt from the related search results and click the “Run as administrator” option.
  • After opening Command Prompt as admin, type the following command and hit Enter:
resource setautoreset true C:
  • After that, exit Command Prompt and restart your computer and then check if the problem’s fixed by running Windows Update again.

Option 4 – Flush the contents of the SoftwareDistribution folder

You have to stop a couple of services such as BITS, Cryptographic, MSI Installer, and Windows Update Services. And to do that, you need to flush the contents in 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 wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go 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 wuauserv net start bits

Option 5 – Delete the Common Log File System transaction logs

You might also want to delete the Common Log File System or CLFS transaction logs to fix the Windows Update Error 0x80071a91.
  • Open an elevated Command Prompt.
  • Then type each of the commands listed below and press Enter after you type each one of them.
    • cd /d %SystemRoot%System32SMIStoreMachine
    • attrib -s -h *
    • del *.blf
    • del *.regtrans-ms
  • After you’ve executed the commands given above, restart your computer and try to update Windows 10 again.
Read More
Change system font in Windows 10
In previous versions of Windows changing the system, the font was a pretty straightforward process, but it seems Microsoft did not want this feature to keep for whatever reason and there is no option as of the time of the writing of this article to do it in standard options in Windows 10. But do not worry, you are still able to customize your Windows and choose which font would you like to see inside it in all of its dialogs. You can choose whichever font you desire, the only prerequisite is it to be installed on your system. This guide will require you to change values in the registry of Windows itself so please follow step-by-step instructions and always make a backup of the registry before changing it in order to prevent some permanent Windows issues. All of that being said, let's start.

Setting new font

First thing is to open notepad, in the notepad paste the next block of code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] "Segoe UI (TrueType)"="" "Segoe UI Bold (TrueType)"="" "Segoe UI Bold Italic (TrueType)"="" "Segoe UI Italic (TrueType)"="" "Segoe UI Light (TrueType)"="" "Segoe UI Semibold (TrueType)"="" "Segoe UI Symbol (TrueType)"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] "Segoe UI"="NEW_FONT"
Where in "Segoe UI"="NEW_FONT" instead of NEW_FONT you need to write the exact name of the font that you wish to use as a system font. Once you have replaced the default system font with your desired one, go to File and save as, from file type drop-down menu, choose all files and save this file as .REG type giving it whatever name you wish. When the file is saved, close notepad, right-click on the saved file and choose the merge option. Confirm with YES and click on OK. Reboot your system and your Windows will now use the font of your choice as its default system font.

Restoring default font

If you wish to return the old default system font as it was, follow the same steps but in your notepad paste this code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] "Segoe UI (TrueType)"="segoeui.ttf" "Segoe UI Black (TrueType)"="seguibl.ttf" "Segoe UI Black Italic (TrueType)"="seguibli.ttf" "Segoe UI Bold (TrueType)"="segoeuib.ttf" "Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf" "Segoe UI Emoji (TrueType)"="seguiemj.ttf" "Segoe UI Historic (TrueType)"="seguihis.ttf" "Segoe UI Italic (TrueType)"="segoeuii.ttf" "Segoe UI Light (TrueType)"="segoeuil.ttf" "Segoe UI Light Italic (TrueType)"="seguili.ttf" "Segoe UI Semibold (TrueType)"="seguisb.ttf" "Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf" "Segoe UI Semilight (TrueType)"="segoeuisl.ttf" "Segoe UI Semilight Italic (TrueType)"="seguisli.ttf" "Segoe UI Symbol (TrueType)"="seguisym.ttf" "Segoe MDL2 Assets (TrueType)"="segmdl2.ttf" "Segoe Print (TrueType)"="segoepr.ttf" "Segoe Print Bold (TrueType)"="segoeprb.ttf" "Segoe Script (TrueType)"="segoesc.ttf" "Segoe Script Bold (TrueType)"="segoescb.ttf" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] "Segoe UI"=-
Reboot your system and your Windows will now revert the font of your choice as its default system font.
Read More
ERR_CERT_COMMON_NAME_INVALID error in Chrome
In case you don’t know, when you visit a website that uses HTTPS, it also offers an SSL certificate to the browser in order to verify the website’s identity. Although it may contain lots of things inside it, one of them is the URL of the website. So if the certificate does not match the URL to what you entered, you will most likely get the “Server’s certificate does not match, ERR CERT COMMON NAME INVALID” error which indicates that the connection is not private and the site may try to steal your data but worry not, as this post will guide you in resolving this issue. To fix the ERR_CERT_COMMON_NAME_INVALID error, here are some suggestions that might help.

Option 1 – Check the website’s certificate

If you own the website where you’re getting the error, then you might have to check if the website’s certificate is installed properly and configured on the server as it could be the reason why you’re suddenly getting the error.

Option 2 – 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 you’re getting the ERR_CERT_COMMON_NAME_INVALID error. 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 3 – 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 ERR_CERT_COMMON_NAME_INVALID error in Chrome. 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 4 – Run the built-in Malware Scanner and Cleanup Tool in Chrome

In case you don’t know, there is actually a built-in malware scanner and cleanup tool in Chrome that helps you get rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and other things that could affect the performance of the browser. In addition, this built-in tool in Chrome might also help in fixing the ERR_CERT_COMMON_NAME_INVALID error.

Option 5 – Reset Chrome

Resetting Chrome can also help you get rid of the error. Resetting Chrome means restoring its default settings, disabling all the extensions, add-ons, and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
  • Open Google Chrome, then tap the Alt + F keys.
  • After that, click on Settings.
  • Next, scroll down until you see the Advanced option, once you see it, click on it.
  • After clicking the Advanced option, go to the “Restore and clean up option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
Changing the Left & Right mouse buttons
As you know, all computer mouse devices are designed ergonomically for users who are right-handed. Although that’s mostly the case, there are also other mouse devices that are designed specifically for left-handed users or the ones that can be used by either the right or left hand. But before you look for these kinds of mouse devices, there is actually an option you can try so that your mouse device can work with either the left or right hand. All you have to do is configure your mouse device. Aside from setting the device to work on either hand, you can also switch mouse buttons, from left to right, using only a couple of simple steps. As mentioned earlier, most mouse devices are created for right-handed users. Meaning to say, these mouse devices are configured to be right-handed with their primary button on the left and the second one on the right. The primary button is used for certain functions such as selecting and dragging. Now you can configure your mouse to be left-handed by swapping its predefined functionality. How? Refer to each one of the given instructions below.

Option 1 – via Control Panel

  • First, go to the Start Menu and search for “control panel” in the Start search.
  • Once you see it from the search results, click on it to open it and then go to the Hardware and Sound section.
  • From there, click on Mouse under the Device and Printers section. This will open the window for Mouse Properties.
  • Now you have to check the Switch primary and secondary buttons box.
  • Then click on OK to save the changes made. After that, your primary select button on your mouse device is your right button while the secondary button, also known as right-click, is now the left button.

Option 2 – via Windows 10 Settings

This is the second option you can check out to change the configuration of your mouse from being right-handed to being left-handed.
  • First, right-click on the Windows icon and select Search.
  • Next, type “mouse” and from the search results that appear, click on Mouse Settings.
  • After that, select “Right” from the “Select your primary button” drop-down menu. This should set the mouse device from being right-handed to being left-handed.
Read More
Moving Taskbar to second monitor in Windows
If you are using a multi-monitor, then you might find it quite useful. It helps many users with their work and brings more productivity. And over the past few years, Windows has managed to offer one of the excellent multi-monitor features where users can plug in an additional monitor and access their work or use their computer seamlessly on both displays. This is really handy, especially for users who are graphic designers, gamers, and other professionals who have to use a larger screen for their work. One of the biggest inconveniences for users who use multi-monitor is that the Taskbar is switched on, on both displays, by default. This default arrangement is most likely to cause clutter on the second display. So if you are one of these users who find such a thing annoying, then you will find this post useful for you as we will walk you through how you can move the Taskbar to a second monitor. To get started, follow the instructions laid out below. Step 1: The first thing you have to do is right-click on the Taskbar. Step 2: Next, uncheck the “Lock the taskbar” option. Step 3: After that, click and hold the taskbar and drag it to the second monitor. Step 4: Once done, click the mouse button on the place where you want to place the taskbar. Step 5: Now right-click on the “Lock the taskbar” option to lock the taskbar. Once you’re done carrying out the steps given above, there are Advanced Options you can explore. This array of advanced options are offered by Windows 10 to fine-tune the multi-monitor experience of users. For instance, you have the option to choose to show the taskbar on an active screen only or combine the buttons on other taskbars. It would be better if you try out different variations and stick with the best one. In addition, you could also move the taskbar from one display to another.
Read More
Desktop widgets in Windows 10
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.
Read More
Communication with service process failed
The Intel Driver and Support Assistant automatically identifies, finds, and installs drivers in a computer and is pre-installed in newer Intel-supported systems. If you are using one of those newer Intel supported systems but encountered an error that says, “Communication with service process failed, Tray cannot start” when you launch a program, read on as this post will guide you in fixing this problem. This kind of issue in Intel supported system could be due to some third party application that’s meant to update drivers could be interfering. It is also possible that the Intel Driver and Support Assistant application is corrupted. Whatever the cause may be, here are some suggestions you have to check out to resolve the problem.

Option 1 – Try to uninstall all the third party driver update applications

One of the reasons why some users install third-party driver update software is that it is kind of tiresome to update each one of the drivers manually. However, as tiresome as it might be, it is still better than using a third-party driver update application as these kinds of applications could mess up the drivers, and the Intel Driver and Support Assistant is still much better. To fix the error, you have to uninstall the previously installed third-party driver update application on your computer.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the third-party driver update application you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 2 – Try to disable the DSATray in Startup

Another thing about the “Communication with service process failed, Tray cannot start” error is that it keeps on popping up each time you boot your computer. And so to resolve this bug, you can just disable the DSATray from Startup. How? Refer to these steps:
  • Tap the Ctrl + Alt + Del to pull up the Security options window.
  • From there, select the option to open the Task Manager.
  • Once you’re in the Task Manager, go to the Startup tab and look for “DSATray” and right-click on it and then select the Disable option.
  • Now restart your computer and you should be good to go.

Option 3 – Try to reinstall the Intel Driver and Support Assistant

If the Intel Driver and Support Assistant is corrupted, you need to uninstall it from your computer. All you have to do is go to Programs and Features like what you did in the first option to uninstall the program. Once you’ve uninstalled it, download the newer or latest version of the Intel Driver and Support Assistant from the official site of Intel and then install it.
Read More
Fix The driver detected a controller error
One of the worst problems users can encounter on their computers is Blue Screen of Death errors as some of them are quite hard to fix. One of them is the “The driver detected a controller error” Blue Screen error. It could be followed by “DeviceIdeIdeport0 OR”, “on deviceharddisk0dr0”, or “DR3” or the name of the drive or port that’s causing the problem. If you are one of the users who encountered this error, then the suggestions provided in this post would definitely help you in fixing the problem.

Option 1 – Try to disconnect and reconnect all hardware and cables

A lot of users reported that they were able to fix the problem by disconnecting and reconnecting cables and hardware like scanners, printers, cameras can help in fixing the problem. In addition, you can also boot your computer in a Clean Boot State so that you can find the problematic hardware by hit and trial method. Refer to the steps below to do so:
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)

Option 2 – Update the device drivers

Updating the outdated device drivers in your computer can also help in fixing the problem. To do so, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for any outdated device drivers and click on each one of them.
  • After that, right-click on each entry of the device drivers and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.

Option 3 – Try to update the BIOS

Updating the BIOS can help you fix the ATTEMPTED_WRITE_TO_READONLY_MEMORY BSOD error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.

Option 4 – Try running the Blue Screen Troubleshooter

You might also want to run the Blue Screen troubleshooter. It is one of the built-in tools in Windows 10 that helps users in fixing system issues including Blue Screen errors. It can be found in the Settings 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.

Option 5 – Try running the Memory Diagnostic Tool

The Memory Diagnostic tool in windows can help resolve the “The driver detected a controller error” Blue Screen error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 6 – Replace your motherboard

If your computer is still under warranty, you should consider replacing your computer’s motherboard in case the options given above failed to work in fixing the Blue Screen error.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status