Logo

Fix BUGCODE_USB_DRIVER Error in Windows

This post will guide you in fixing yet another annoying Blue Screen of Death error, “BUGCODE_USB_DRIVER”. This particular BSOD error occurs due to some issue with usbhub.sys, winusb.sys, or usbport.sys system driver file. When you encounter this kind of Stop error on your Windows 10 PC, it indicates that an error has occurred in the Universal Serial Bus or USB driver. The USB driver is issued by Microsoft themselves and it comes along with the Windows 10 system which is why it is difficult to download its latest version using a web browser. Thus, you need to take some basic steps to resolve the problem.

Carefully follow the given fixes below to fix the BUGCODE_USB_DRIVER Blue Screen error and before you proceed, you need to create a System Restore Point, this way you have some backup in case something goes out of hand.

Option 1 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.

You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 2 – Check for any available Windows Updates

Another you can try is to check if there are any Windows Updates available to make sure that your Windows 10 PC has all the latest updates installed. All you have to do is go to Settings > Update &security. From there, just click on the Check for updates button.

Option 3 – Uninstall conflicting programs and services

There are certain programs like VMWare, Virtual Box, Hyper-V Virtualization services that might be in conflict with the USB port drivers on the parent operating system. Thus, you can try uninstalling the aforementioned programs and other similar ones to see if it fixes the BSOD error.

  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.

Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it.

If uninstalling the programs mentioned above didn’t help, you might want to try putting your PC in a Clean Boot State to help you find the faulty program.

  • 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 4 – Modify the Power Settings

  • In the Cortana Search box, type “power options” and then select Power Options from the search results.
  • After opening Power Options, click on Change plan settings for your selected power plan.
  • Next, click on Change advanced power settings.
  • Then look for USB Settings and click on it to expand it.
  • Now expand the USB selective suspend setting and then disable it.
  • After that, click on the Apply and then OK buttons to save the changes made.

Option 5 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.

You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.

  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:

chkdsk /f /r

  • Wait for the process to be completed and then restart your computer.

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

DirectX function GetDeviceRemovedReason
DirectX function GetDeviceRemovedReason error is a DirectX error that comes up during playing games on Windows 11 operating system. Usually, the error occurs in gaming systems powered by AMD and very rarely if any times at all on Nvidia or intel platforms. DirectX function GetDeviceRemovedReason errorIf you are one of the gamers affected by this error, fear not because we have a solution for you. Follow provided fix guide in order to correct this error and get back to gaming asap.

1. Update drivers

The first thing of course is to update your graphic card driver, you can do this with your graphic cards panel software or directly in Windows itself but the best practice and one that I would recommend is to go to your graphic card manufacturer’s website and download the latest driver there, and then install it inside Windows 11.

2. Change power mode

Changing power mode inside Windows 11 can solve this issue since sometimes Windows power manager if it is set to anything except best performance can interfere with the proper functioning of the graphic adapter, and because of this error. To change the power setting do the following:
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on the System tab
  3. Select power & battery on the right part
  4. Click on the menu beside power mode
  5. Select the best performance

3. Run SFC scan

Corrupted system files can also cause this error and if previous steps have not resolved it we will use Windows built-in tool SFC scan to find and repair all bad files in windows.
  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in Windows terminal and run it as administrator
  3. If prompted click on YES on UAC
  4. Press CTRL + SHIFT + 2 to run command prompt
  5. Type in sfc /scannow and press ENTER
  6. Wait for the whole process to finish and then reboot your system

4. Reinstall the problematic game

Sometimes game files can get corrupt and maybe even overwritten, try with game reinstallation if the problem still persists.
Read More
Fix Shell Infrastructure Host stopped working
The Windows 10 operating system supports the logging in of multiple users at the same time. Aside from that, it also allows administrators to create a Guest Account that has limited rights. However, there are some instances when you could encounter an error when you use the Guest Account. The error may state:
“Shell Infrastructure Host has stopped working. A problem caused the program to stop working correctly. Please close the program”.
This error indicates that the Shell Infrastructure Host or SiHost.exe process that is used for handling graphical elements, has crashed. And to fix this error, there are several options you can check out. You can try to reinstall the Microsoft Redistributable Packages or run a System File Checker scan. In addition, you can also use a new Guest Account or troubleshoot the problem in a Clean Boot State.

Option 1 – Try to install or repair Microsoft Visual C++ Redistributable 2013

A corrupted Microsoft Visual C++ Redistributable package or the absence of it can trigger the “Shell Infrastructure Host has stopped working” error – so if you do not have this package yet, you have to install it but if you already have it, follow the steps below to repair it.
  • Open Control Panel and proceed to Program and Features.
  • Under Programs and Features, look for Microsoft Visual C++ Redistributable package among the list.
  • Then right-click on it and click the Change button.
  • Next, you should see the Repair option – click on it to repair the installation of the Microsoft Visual C++ Redistributable package.
  • The process may take a couple of minutes before it finishes so once it does, you have to restart your PC.
After doing all these steps and you still encounter the problem, you might have to uninstall this package and download it directly from Microsoft’s website. However, if you are using Windows 10, you might not be able to do so since it only supports Windows versions up to Windows 8.1 so just proceed to the next option below.

Option 2 – Try to run a System File Checker scan

  • In the Windows Start Search, type “command prompt” and right-click on Command Prompt from the search results, and then select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, type the “sfc /scannow” and tap Enter to execute it.
  • Once the scan is finished, restart your computer and see if the Windows Script Host error.

Option 3 – Try using a new Guest Account

You might want to use a new Guest Account as it could help get rid of the error. All you have to do is have your admin delete the old Guest Account and create a new one and see if it helps in fixing the error.

Option 4 – Try troubleshooting the problem in a Clean Boot State

Setting your computer in a Clean Boot State can help you diagnose and later troubleshoot the problems in your computer. During this state, the system will start with a minimal number of drivers and startup programs that help in isolating the problem with the interfering software. To put your computer in a Clean Boot State, follow the given steps below.
  • Log onto your computer 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.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
How to Fix the Waol.exe Error

Waol.exe Error - What is it?

Waol.exe is an executable file located in a subfolder of "C:\Program Files" - usually C:\Program Files\America Online 9.0a. Waol.exe is not a core file but it is an important part of AOL (American Online) utilities. It ensures the AOL programs run smoothly on your system. The Waol.exe error occurs when the AOL program fails to execute and run properly. The error message is displayed in the following format:

“Waol.exe has encountered a problem and needs to close. We are sorry for the inconvenience.’

Solution

Restoro box imageError Causes

Waol.exe error typically occurs when this executable file gets infected by a virus, Trojan, adware, or spyware. When this happens the file location also changes. Therefore the best way to verify if your PC is under attack by malicious software is to check the Waol.exe file location on your PC. If the file is found in some other location instead of its correct disk location, then you must immediately fix this error before the damage sets it. Malicious software like viruses and spyware are notorious for slowing down PC performance and besides they give access to hackers to break into your system and manipulate your confidential and private data saved on your PC. This exposes you to serious privacy errors and data security dangers including identity thefts, cybercrime, and data breaches. Furthermore, viruses can also corrupt the computer’s registry and lead to system failure and crashes.

Further Information and Manual Repair

To resolve Waol.exe error many PC users seek an antivirus. Though this also helps resolve the issue but you should know that an antivirus has certain limitations. It is known to slow down the system speed and will only remove viruses from your PC. This means if the virus has affected the registry of your PC, it will not resolve that, and to repair your registry you may then have to download a registry cleaner separately on your system thereby reducing the PC speed even more. To ensure all kinds of malware are removed and registry issues resolved along with system speed optimization, it is recommended to download Restoro. This is an advanced, innovative, and multi-functional PC repair tool deployed with a variety of powerful utilities. These include a registry cleaner and a system optimizer. It is safe, efficient, user-friendly, and compatible with all Windows versions including Vista, XP, Windows 7, 8, 8.1, and 10. The antivirus feature embedded inside this software detects scans and removes all malicious programs infecting your PC immediately. It resolves all your system’s privacy issues and makes sure that your system is inaccessible to hackers. Besides this, the registry cleaner removes files cluttering and damaging the registry and also restores it. With the help of the system stability detector, it detects errors causing PC slowdowns and resolves them too thereby boosting the speed of your PC dramatically. To resolve Waol.exe error right away, click here to download Restoro today.
Read More
New calculator features in Windows 11 and more
Calculator GraphingWindows 11 will bring some old applications in new looks and some will get additional features as well. One of the old apps that will get new stuff is a calculator. The calculator was always a way to go application for quick calculations but Microsoft aims to expand on that and make the calculator a little more useful. The first thing that you will notice is the calculator look, the calculator has now an application theme setting that allows you to change the look of the application. It comes in standard and professional mode as usual but this time calculator will come with features that will enable it to handle some programming and engineering tasks. The new calculator features a full graphing mode that lets you visually analyze a graph to identify key features. It also packs a deep converter that can switch between more than 100 units and currencies.

Other Windows 11 apps

A new snipping tool will be delivered with this latest update as well packed with new functionality. We have covered new features of the snipping tool in another article, if you are interested you can find the article here: https://errortools.com/windows/new-snipping-tool-redesigned-in-windows-11/ Mail and Calendar apps will also get a redesign, sadly all redesign that they will include will be of visual nature to fit in the overall Windows 11 theme, functionality will remain the same.
Read More
Excluding a folder from Windows Defender scan
The Windows Defender program can both scan and monitor almost the entire folder on a Windows 10 computer. So if you have a folder that may have files that could trigger an alarm to Windows Security, then it would be better if you add an exclusion to Windows Security. Note that it is okay to do this as long as you’re certain that the contents of the folder you want to exclude are safe and that Windows Defender is only throwing out warnings for nothing. This way, Windows Defender won’t scan those folders in the future. And besides, there are also some Windows folders and files that you may exclude from the Antivirus scans, especially if you want to save your scan time. This kind of feature also comes in handy when you trust a file type or folder or any process that you believe is safe but the Windows Security considers as malicious. To exclude a folder or a file or process or a file type from the Windows Security scan, here are some steps you can follow. Make sure to do them carefully. Step 1: Search for “Windows Security” in the Search box and then click on it from the search results to open it. Step 2: Next, click on Virus & threat protection > Manage settings > Add or remove exclusions. Step 3: After that, on the next screen, click on Add an exclusion > Folder. It will show you a list that includes File, Folder, File Type, and Process. Step 4: Now click on “+Add and exclusion” on the next window and then select a folder you want to exclude and click OK to add it in the Exclusions list. Step 5: Click on the down arrow button to remove it and then click on the Remove button. Note: If you want to only ignore a few file types, it’s better if you configure your antivirus program to ignore these files with a specific extension. This way, it will ignore all of them no matter what their location is. Also keep in mind that when you select a folder, all the subfolders in it will also be excluded from the scan. Thus, you need to understand what you’re about to do. Once you’re done excluding the folder, it is recommended that you protect the folder using the Controlled Folder Access since this folder is not monitored for threat. The Controlled Folder Access will ensure that an external program does not alter it. This way, you can be sure that even though this folder is not included in the scan, it is still secure.
Read More
Valorant will enforce Windows 11 TPM 2.0
Valorant ingameBad or good news, depending on your view comes from RIOT for their game Valorant. It seems that Riot has decided to enforce Windows 11 TPM 2.0 feature into Valorant running on Windows 11 and there is a rumor that it will be de facto standard and that it will move to Valorant in general no matter on which system it runs. Furthermore, there is a rumor circling around that other developers are also talking about implementing TPM 2.0 requirements so they can harvest advanced security features of Windows 11 in order to prevent hacks and other cheats in their games. This is an interesting point to stand on, on one side, sure, advanced features that will prevent cheating and hacking is a great thing. On other hand denying access to many computers that do not support TPM 2.0 and removing them from the game can be a permanent loss of customers and therefore loss of money. It is a risk to be sure and I am not really sure that alienating gamers is a good choice for long-term income, especially when you will be able to install Windows 11 on an unsupported PC as stated by Microsoft. We will all see how this Riot decision will reflect on their business, as not a big Valorant player myself I am not impacted too much with this decision, but it will be interesting to see if others will indeed go with this trend or they will decide to wait a while until much more PC’s are upgraded.
Read More
Fixing the Java Error Code 1603 in Windows 10
You might have experienced a situation where you’re trying to install or update your Java application on your Windows 10 computer but were not able to do so for some reason. One of the problems you can encounter while updating or installing Java is Error Code 1603. There are two ways you can install Java – you have the option to choose where to get Java either from the online download or offline download. There are times when before you can install Java, you might have to disable the firewall first as it may interrupt the Java online installation. And while doing so, if you are getting the “Java Update or Install did not complete – Error Code 1603” error message, read on as this post will show you what you can do to fix it. At the time of writing, the exact cause of this error is still unknown. On the other hand, you must still check if you have fulfilled all the system requirements needed to install Java. You have to make sure that your Windows 10 PC has sufficient disk space available for the Java installation or update. In addition, you also have to make sure that you meet all the hardware requirements and you are using a popular web browser for the installation, and that you have administrative privileges for download and installation. To fix the “Java Update or Install did not complete – Error Code 1603” error, here are some suggestions you can try.

Option 1 – Restart your computer before you install the new Java package

You might have to restart your computer if you got the error code 1603 while installing Java through an offline download.
  • Restart your computer.
  • Next, download and install the offline installer of the Java package from the official site of Java and not some third-party source.
  • In the prompt box that appears while downloading the Java package, select the option Save in and save the package in your preferred folder.
  • After that, navigate to the saved, downloaded package on your computer and then double click on the file to begin the installation process.
After that, if it didn’t fix the problem and you’re still getting the error code 1603, follow the next given option below.

Option 2 – Uninstall the old versions of Java before you install the new package

  • Open the Control Panel.
  • After that, click on Programs and features.
  • Then select the old Java package and click on Uninstall.
  • Restart your computer and then try installing the new Java package again from its official site.

Option 3 – Disable the Java content in the browser you’re using via Java Control Panel and reinstall Java

  • Open the Control Panel again.
  • And then click on the Java icon to open the Java Control Panel.
  • Next, navigate to the Security tab and then uncheck the “Enable Java content in the browser” option.
  • Then click on Apply and then Ok to save the changes made.
  • Now install the new Java package again after you download it from its official website.
  • Once the installation is completed, re-enable the “Enable Java content in the browser” option in the Java Control Panel as it is essential especially if you are running Java content in your browser.
Read More
How to Fix a Windows PC Crash Dump
Crash Dump is a type of malfunction that can happen when a few portions of the processor's data or RAM memory are erroneously copied to one or more files. It is common among Windows PCs. It used to be most prominent on the Windows 95 edition but subsequent versions have mostly remedied the situation. Even with the remedies over time though, this error still occurs.

Error Causes

A Crash Dump usually points to some serious and critical errors with your Computer. Below are some of the possible causes for this error:-
  • Corrupt memory
  • Incorrect configurations on hardware
  • Programming errors.
  • Incompatible drivers
  • Faulty Operating system
Despite the listed causes for Crash Dumps. Nobody is ever ready for them. A crash dump is classified as an unexpected error simply because it can happen anytime.

Further Information and Manual Repair

Most PC users get scared and anxious when a crash dump happens. Which need not be the case. You can easily repair a Crash Dump without necessarily requiring a computer technician. Follow these simple steps and the malfunction will soon dissipate:

a) Re-Install the Operating System

Put the setup CD into the computer disk drive. Once you've completed this, reboot the pc.

b) Push F8

Push the F8 function key on your keyboard while the pc is re-booting. This takes you to a menu where you should choose “Advanced Boot Options”

c) Click "Repair My Computer"

As soon as you push the F8 option, and do what's suggested in the last measure above, you must click on "Repair My Computer" and press the "Return/Enter" key.

d) Click on the "Startup Repair"

Search for the start-up repair option, and choose it. Subsequently, move to Next. Using this method, the cause of the Crash dump will undoubtedly be recognized and ended after a thorough scan of your system. Additionally, it is smart to take note of the whole Crash Dump information that appears on your screen. Windows supplies you with detailed error messages. Write down each of the error codes in hexadecimal values as well as capital characters as displayed on the screen.
  • Disconnect Hardware  and Un-Install all Drivers

Disconnect and remove any new hardware that is causing your PC to crash dump. Uninstall any drivers you used to install the hardware. If this solves the problem, contact the hardware manufacturer and request the latest and updated device drivers. At length, prior to starting panicking, see the error information that appears on your own display. Browse to see whether it includes info on a certain driver that you ought to search for and install. Bottom line, remain calm when your computer crash dumps and use the mentioned steps to repair it.
Read More
Fix Google Chrome error “He’s dead, Jim!”
If you always use the Google Chrome browser in browsing the internet, then you might have come across an error message saying, “He’s dead, Jim!” along with a funny looking face that’s peeking its tongue out and another detailed message saying, “Either Chrome Ran out of memory or process for the webpage has terminated for some other reason. To continue, reload the webpage or go to another page”. This error message in Google Chrome is actually quite famous and it appears for various reasons but it may have something to do with a memory issue. The Google Chrome browser is known to consume a lot of memory and the more web pages you open and load, it takes up more resources. Thus, the first thing you need to do when you encounter this error is to simply click the Reload button to continue browsing the internet or close the browser and then open it again. On the other hand, if you keep seeing this error message, then that’s a whole different story as you have to take some action to prevent it from popping up again, for good. Follow the instructions given below to fix the error in Chrome.

Option 1 – Reduce Google Chrome’s memory usage

The first thing you can try is reducing the memory usage of the Chrome browser. However, this option has a bit of a disadvantage. If a website crashes, all the instances of that website will also crash although other open tabs and websites won’t be affected. This process is referred to as “Process-per-site” mode which you will have to launch Chrome within this parameter.

Option 2 – Run Google Chrome with Strict Site Isolation

Aside from reducing Chrome’s memory usage, you can also run the browser with the Strict Site Isolation which makes sure that the crashing of one tab in the browser won’t affect the entire Windows as this feature will run every website you open on its own isolated process.

Option 3 – 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.

Option 4 – Reset Google Chrome

Resetting Chrome can also help you get rid of the “He’s dead, Jim!” error message for good. 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 the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.

Option 5 – Perform a clean reinstall on the Chrome browser

Although reinstalling any program is easy, not so much for Google Chrome as you need to make sure that the User Data folder is deleted before you reinstall it.
  • Tap the Win + R keys to open the Run prompt.
  • Then type %LOCALAPPDATA%GoogleChromeUser Data in the field and hit Enter.
  • Next, rename the “Default” folder inside the path you were redirected to. For instance, you can rename it to “Default-old”.
  • After that, install the Chrome browser again.

Option 6 – Try to flush the DNS and reset the TCP/IP

There are instances when a network goes into haywire because of a bad DNS. Thus, a bad DNS might be the one that’s causing this headache so it’s time for you to reset the entire network to resolve the issue. To reset the network, here’s what you have to do:
  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
  • Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.
Note: You can also try changing the DNS server to the Google Server, i.e. 8.8.8.8, and then see if it works for you or not.

Option 7 – Disable both the antivirus and firewall temporarily

As you know, both the firewall and antivirus programs are there to protect the operating system from any malicious threats. So if they find that there is some malicious content in a website you are visiting, they will block the site right away. Thus, it could also be the reason why you’re getting the “He’s dead, Jim!” error so you need to disable both the firewall and antivirus program temporarily and then try opening the website again. If you are able to open the website, you need to add this site as an exception and then enable the firewall and antivirus program back.
Read More
Fix Windows errors 80240020, 8007002C, 80246007, 80070004
Upgrading your Windows 10 computer does not always go smoothly and you often encounter not just one but various errors so, in this post, we are going to cover several Windows 10 upgrade errors such as 80240020, 8007002C, 80246007, 80070004. All these upgrade errors are related to the Windows Update folder. Thus, you need to clear the Software Distribution folder, repair the System Image and fix System Health in order to resolve all these Windows 10 Upgrade errors. Before you get started on the steps to resolve these tons of errors, you have to disable your security program for the meantime, disconnect your peripherals, remove USBs connected to your PC and then make sure that your PC is connected to the main power supply. Once you have everything covered, carefully follow the options given below.

Option 1 – Delete Windows 10 Update Files 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. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • 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 stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • 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
Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.
  • Now Open Settings and check for Windows Updates. Windows 10 should begin the download right away.

Option 2 – Try using the DISM tool

Running the DISM Tool helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /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.
Note: If it happens that the Windows Update client is broken, you need to run the following command to repair it then restart your PC and click on Update once again.
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess
Note: The Windows Upgrade error, with error code 80240020 is an expected error message that happens when the upgrade requires customer user action. Thus, you need to do the following steps to resolve this particular Windows Upgrade error.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate
  • Now right click on WindowsUpdate located in the left pane and then create a new key and name it as “OSUpgrade
  • Next, right-click in an empty space in the left pane and create a new DWORD and name it “AllowOSUpgrade” and enter “1” as its value.

Option 3 – Try running the Windows Update in a Clean Boot State.

Putting your PC in a Clean Boot state can also help you install Windows Updates or Upgrades without any trouble because, during this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • 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” checkbox 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” checkbox.
  • 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.)
  • After that, try to install the Windows Updates or upgrade again.
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