Logo

Fixing error 0xc000000e in Windows 10

If you encounter a Recovery Error code 0xc000000e, “Your PC needs to be repaired” error on your Windows 10 computer, then it means that there is some hardware failure or an incorrect drive configuration. Apart from the error, it may be accompanied by different error message such as:

  • A required device is inaccessible
  • The selected entry could not be loaded
  • A required device isn’t connected or cannot be accessed
  • The selected entry could not be loaded because the application is missing or corrupt
  • The boot selection failed because a required device is inaccessible.

As mentioned, the error code 0xc000000e or STATUS_NO_SUCH_DEVICE error indicates that there is a hardware failure or an incorrect drive configuration and to fix it, you have to check your cables as well as check the drive with the diagnostic utility available from the manufacturer of the drive. And if you are using older PATA (IDE) drives, then this kind of error also indicates an incorrect master/subordinate drive configuration.

There could be different causes for this error. It could be that the winload.exe file is not accessible or is corrupted or that the boot location for the operating system cannot be found. Thus, for you to boot into and access the operating system, you can try the suggestions given below.

Option 1 – Try rebuilding the Boot Configuration Data (BCD) file

  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, the following command to rebuild BCD files.

bootrec /rebuildbcd

  • Once the command line is successful in finding out a Windows installation, hit Y to let it boot from the list which will successfully rebuild BCD.
  • Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.

Option 2 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error code 0xC000000E. To do so, follow the steps below.

  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 3 – Try checking the physical device connections

You might also want to try checking if there are other devices that are connected to your PC. This is because of the configuration of the BIOS or UEFI might be configured in a way that any external device connected to the computer has a higher boot priority compared to the hard disk.  And if it’s really the case, the externally attached disk might be the drive your computer is trying to boot into and not the hard disk. In such cases, Pen Drives, USB storage devices, CDs, DVDs, and so on, are included in this category of physical device connections.

Option 4 – Try updating the BIOS

As you know, the 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 5 – Try resetting the BIOS/UEFI configuration

You might also want to reset the BIOS configuration which will lead to arranging the boot configuration since it is intended by the manufacturer. Note that this will get rid of any blockage in the boot process.

Option 6 – Try marking your Disk as Online

Marking your Disk as Online can also help in resolving the error code 0xC000000E. To do so, follow the steps below.

  • You need to first create a bootable Windows 10 Media and then boot from it.
  • After that, click on Repair your computer on the first window of the Windows 10 installation setup.
  • Now, choose the operating system partition from the options and click on Next.
  • Then select Command Prompt from the System Recovery Options box.
  • Next, type in “diskpart” and hit Enter to initiate the Diskpart utility inside the Command Prompt.
  • Now type in either “list disk” or “list volume” and hit Enter. Either of these commands will help you in listing all the Disk connects or all the partitions on those disks formed. So you have to select one command depending on the list command you entered.
  • Afterward, type in “select disk #” or “select volume #” and hit Enter to select the Disk or Partition you want to select.
  • Now type in “online disk #” or “online volume #” and press Enter to mark the disk you selected as Online.

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

Fix The group or resource is not in the ...
A couple of Windows 10 users recently reported getting an error that says, “The group or resource is not in the correct state to perform the requested operation” while opening UWP Applications as well as accessing the File Explorer. You can encounter this kind of error mostly on File Explorer, Microsoft Store application, and other UWP applications. This indicates that this error occurs during both the Windows Classic Application and the Universal Windows Platform Applications. There are several ways to fix this error. You can try to run a System File Checker scan, or run the DISM tool or the Program Compatibility troubleshooter or Windows Store Apps troubleshooter or try to reset or reinstall Windows 10 or the affected application that's not working. However, before you do any of these troubleshooting tips, you can try to perform System Restore first as it could undo the changes you’ve made in the system which might have caused the error.
  • 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 wasn’t able to fix the error, then you can refer to each one of the following options.

Option 1 – Try to use the DISM tool

You might want to repair potentially corrupted files in your system as having them could also trigger the “The group or resource is not in the correct state to perform the requested operation”. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the DCOM error is now fixed.

Option 2 – Run the System File Checker Scan

Aside from the DISM tool, you can also run a System File Checker scan. It is another built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the error. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Reboot your computer.

Option 3 – Try to run the Program Compatibility Troubleshooter

You might also want to run the Program Compatibility Troubleshooter. This built-in troubleshooter is available in the Windows Update & Security section. From there, select Troubleshoot. This will find a list of programs for you and since you have already downloaded the driver files, just click on Not Listed located at the top of the program list. After that, browse and select the driver files and then let the program do its job. In addition, you can try to run the Windows Store apps troubleshooter as it can also help you resolve the problem.

Option 4 – Reset your computer

  • 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 and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
Fix 0xc0000454, The Boot Configuration ...
If you are in the process of booting up your computer but suddenly encountered an error saying, “The Boot Configuration Data for your PC is missing or contains errors” with an error code of 0xc0000454, read on as this post will help you resolve the problem. The error code 0xc0000454 occurs when you boot your computer and when the Windows Boot Manager encounters an issue with the Boot Configuration Data or BCD. The error code 0xc0000454 (STATUS_INSUFFICIENT_NVRAM_RESOURCES) signifies that there are no sufficient NVRAM or Non-Volatile Random Access Memory resources to complete the API. NVRAM is a component of the system based on the software that stores the Boot Configuration Data in an operating system. Usually, a simple restart can resolve the problem. However, if you’ve already done that and it’s of no use, then there are other potential fixes you can check out to troubleshoot the problem. To resolve the error code 0xc0000454, here are some potential fixes that should help:

Option 1 – Try to repair corrupted BCD

As mentioned, the error could also be due to corruption in BCD, and to fix it, you can use Bootrec.exe – a built-in command-line tool used to troubleshot issues related to boot up and Windows Startup. Before you run this tool, make sure that you have inserted a bootable USB or DVD into your computer. Once you have that covered, follow these steps:
  • You need to go to the Advanced Startup Options.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, enter each one of the following commands and in the sequence that they are given to rebuild BCD files and repair MBR files:
    • Bootrec /Fixmbr
    • Bootrec /FixBoot
  • After you execute the commands given above, you should see a confirmation message that says, “The operation completed successfully”.
  • Now type the “Bootrec /RebuildBCD” command to rebuild BCD.
  • Finally, close Command Prompt and then restart your computer to successfully apply the changes made.

Option 2 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located on the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 3 – Disable the Secure Boot in the BIOS

Disabling the Secure Boot in the BIOS settings is definitely recommended to resolve the error. To disable Secure Boot, here’s what you have to do:
  • First, boot your computer into Windows 10.
  • Next, go to Settings > Windows Update. From there, check if there is anything that you have to download and install if you see any available updates. Usually, OEMs send and update the list of trusted hardware, drivers, and operating systems for your computer.
  • After that, go to the BIOS of your computer.
  • Then go to Settings > Update & Security > Advanced Startup options. If you click on Restart Now, it will restart your computer and give you all the advanced options.
  • Next, select Troubleshoot > Advanced Options. As you can see, this screen offers you further options including System restore, Startup repair, Go back to the previous version, Command Prompt, System Image Recovery, and UEFI Firmware Settings.
  • Select the UEFI Firmware Settings which will take you to the BIOS.
  • From there, go to the Security > Boot > Authentication tab where you should see Secure Boot. Note that every OEM has its own way of implementing the options so it varies.
  • Next, set Secure Boot to Disabled and set Legacy Support to On or Enabled.
  • Save the changes made and exit. Afterward, your computer will reboot.

Option 4 – Try to reset the BIOS

If updating the BIOS didn’t help in fixing the error, you can try to reset the BIOS instead.
  • Start your computer and tap the F10 key during the booting process to enter the BIOS. If it does not work, you can try tapping the F1 or F2 key as well as the Del key.
  • Once you’re already in the BIOS, tap the F9 key to get the prompt to RestoreLoad default configuration now for the BIOS.
  • Next, click on Yes and then follow the next on-screen instructions that appear to set the BIOS back to its default settings.
  • Once you’re done restoring the default settings of the BIOS, restart your computer and then check if it now boots properly.
Read More
Fixing the “Failed to register a VB Script dll” Error in Windows 10
If you open any program in your Windows 10 PC such as Outlook and suddenly get an error message saying, “Failed to register a VB Script dll. Reinstall or run Regsvr32.exe Vbscript.dll to self-register”, read on, as this post will guide you on what you can do to fix it. The obvious solution to this problem is by re-registering the “vbscript.dll” file on your computer. Refer to the instructions given below to re-register the VB Script DLL file and to fix the error.
  • Step 1: Open the Command Prompt as an administrator from the WinX Menu.
  • Step 2: After opening Command Prompt, type in the following command and tap Enter on your keyboard.
regsvr32.exe vbscript.dll
  • Step 3: Once you enter the command, it will re-register the VB Script DLL file using the Windows OS tool called Regsvr32 or regsvr32.exe. This tool is a command-line utility used to register and unregister OLE controls such as DLL and ActiveX (OCX) controls in the Windows environment. After the execution of the command, you should see the following pop-up on your screen which means the re-registering of the concerned DLL file has succeeded.
On the other hand, if re-registering the DLL file didn’t work, then you can try logging in using an administrator account and then register the DLL file again or you could also use the System File Checker to figure out what the problem really is and automatically fix it. System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
Read More
Windows 10 won't upgrade to a newer version
If when hovering over the upgrade icon on the taskbar you get:
Your version of Windows 10 would reach the end of service soon, Click to download a newer version of Windows 10 to stay supported. or An unsupported version of Windows will no longer receive software updates from Windows Update. These updates include security updates that can help protect your PC from harmful viruses, spyware, and other malicious software which can steal your personal information. Windows Update also installs the latest software updates to improve the reliability of Windows—such as new drivers for your hardware.
and you are unable to perform updates then this guide is for you. There are several things you can do to fix this issue presented here, it is advisable to follow them in a way how they are presented for best performance and system safety.
  1. Run setupdiag

    Download and run Setupdiag from the official MICROSOFT website. SetupDiag is a standalone diagnostic tool that can be used to obtain details about why a Windows 10 upgrade was unsuccessful. It works by examining Windows Setup log files to determine the root cause of a failure to update or upgrade the computer. Once the scan is completed, check the generated log files. The SetupDiagResults.log will be generated and saved in the same folder where you downloaded Setupdiag. Open SetupDiagResults.log using Notepad. You may need to take a look at these folders:
    • \Windows\Panther
    • \$Windows.~bt\sources\panther
    • \$Windows.~bt\Sources\Rollback
    • \Windows\Panther\NewOS
    If there are any issues or conditions that are blocking the upgrade, they will be listed here.
  2. Edit TargetReleaseVersionInfo Registry key

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type Regedit and press ENTER Locate: HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate Locate two DWORD files, if they do not exist, create them as: TargetReleaseVersion TargetReleaseVersionInfo Set the value of TargetReleaseVersion to 1 If you are stuck on Windows 10 1909 and want to upgrade to Windows 10 20H2 now, you need to set the value for TargetReleaseVersionInfo to 20H2 Reboot the computer
  3. Use Windows 10 update assistant

    Visit Microsoft.com and hit the ‘Update now’ button visible on the page Download tool and run it Click on Update now to start the upgrade process
Read More
Fix Adobe causes high CPU usage in Windows 11
adobe creative suiteIn today's world any professional, whatever be design, print, web design or similar is using one or more Adobe programs. Adobe has cemented itself as a must-have software for any kind of serious and even amateur work. Sadly in the latest Windows 11 adobe software in some instances can slow down your computer and put some hard load on the CPU. If you are one of these unfortunate users, keep reading because we have a few things you can do to solve this.

1. Run SFC scan

SFC scan is a built-in Windows tool aimed at diagnosing and repairing system files inside Windows itself. Running an SFC scan usually solves most issues of these kinds so we will try that one first.
  1. Press ⊞ WINDOWS + S to open the Search bar and type in cmd
  2. Select command prompt and on the right side click on Run as administrator
  3. Inside command prompt type in: sfc /scannow and press ENTER
  4. Wait for the whole process to finish and reboot your system

2. Update Windows

Windows updates are designed to fix issues and solve problems, check to see if a new update is available to install.
  1. Press ⊞ WINDOWS + I to open the Settings app
  2. Click on Windows Update in the bottom left pane
  3. On the right check visually if there is an update pending and if there is, install it

3. Temporary turn off antivirus and firewall

Antivirus and firewall can interfere with adobe applications and background services, try turning your preferred protection software temporarily off and check if your CPU is still under high load.

4. Reinstall Adobe suite

Uninstall and install a clean version of the adobe creative suite or individual applications that you are using. Check your CPU load after reinstallation.

5. Uninstall Adobe CEF Helper

This is not a really advisable course of action but if non of the previous solutions have produced results then this might be the only option if you would like to keep using the software. Open File Explorer and paste the following line in the path box on top: C\:Program Files>Adobe Systems>Adobe CEF Helper or Adobe Creative Cloud >Adobe CEF Helper_uninstall.exe. Double click on the file and uninstall the CFT helper.
Read More
An Easy Guide to Resolving Error 1032

Error 1032 - What is it?

If you are an iPhone or an iPad user and you sometimes open your email Yahoo Mail account on your phone, then you will most likely experience the MF Message Error Domain: Error 1032. This error may occur when you access your mail account. The MF Message Error Domain: Error 1032 may prevent you from composing new emails and even stop the inbox from loading.

Solution

Restoro box imageError Causes

The error 1032 can be triggered due to multiple reasons such as:
  • Overloaded History
  • Problems with the account log-in credentials
  • Outdated Yahoo Mail app
  • Authentication issues

Further Information and Manual Repair

To fix this issue on your iPhone or iPad, here are some methods you can try:

Method 1 - Delink and Re-setup Yahoo Email Account

If the error code 1032 occurs due to problems with the account log-in credentials, then try re-setting up your Yahoo email account. To do this, go to tap settings mail, contacts, and calendar, then remove your email account. Now repeat the process and provide valid log-in credentials to re-setup your Yahoo email account.

Method 2 - Update Yahoo Mail App

Another reason can be the outdated Yahoo Mail App. If this is the cause, then simply update it to the latest version. To do this, simply download the latest version from the iTunes store and run it. This will hopefully resolve the issue.

Method 3 - Manage App Connections to Resolve Authentication issues

If the error 1032 occurs due to authentication issues then there are possibilities of conflicts between account security settings. The best way to resolve the error in such a situation is to learn how to manage app connections. Here’s how it’s done: Use your desktop computer to sign in to your Yahoo account. Now click the menu icon and select account info. Enter your account password and sign in again. Now click manage apps and website connections under Sign-in and security section. A list of all authorized mobile devices and applications will be displayed to you. Remove any existing entries appearing for mobile devices. After this, try logging into your Yahoo account from your iPhone or iPad. You will not receive the error.

Method 4 - Clear History

When the cause of the issue is overloaded history, then the best way to go about it is clearing the clutter in the history. Also clear cache and cookies. The cache is the location where temporary files are saved for speeding up the file retrieval process. But sometimes it can get corrupt and the iOS may fail to retrieve data from corrupt cache contents. To clear history and cache, simply tap Settings, Safari, and then clear history, cookies, and data. The process may take some time depending on the cache file size.
Read More
Fix fatal error C0000034 applying update
Fatal error C0000034 happens during the installation of the Windows update and if you are one of the unlucky users who sadly run into this, keep reading as we will provide solutions to this error and how to get around it. Start from point 1 to the bottom and hopefully you will have your PC back into working order in no time.
  1. Run Windows Update troubleshooter

    Usually, a built-in Windows troubleshooter can solve issues painlessly and fast, my advice is to try this as the first option, it is a simple and clean solution worth trying and in 90% it solves the issue all by itself.
  2. Do a clean boot

    Using task manager, remove all nonessential applications and services from starting up, reboot your computer, and once it is cleanly booted try re-running the update process again, if the issue was running the application this time everything will work since the problematic application is not running.
  3. Reset Windows update components to the default

    This solution requires you to use the Reset Windows Update Agent Tool to reset Windows Update components to default or use this PowerShell script to reset Windows Update Client. You can also manually reset each Windows Update component to default and then re-run the update.
  4. Disable firewall and antivirus

    Altho not likely it is still a possibility that some firewalls and antivirus can detect windows updates as malicious software and cut them off. If everything else failed, disable the firewall and your PC protection and when it is fully disabled try updating.
  5. Do automatic startup repair

    This should be the last thing to do but if everything else failed, do it. Perform Windows 10 Startup Repair. Once the startup repair completes successfully, you can re-run the update. The update should install without errors.
Read More
Restore default Display Color settings in Windows 10
The color settings in a Windows computer certainly matter a lot especially when it comes to printing pictures. Users who are found or edit photos for a living change their computer’s color settings in order to ensure that the printout looks like the actual colors. However, those settings might not be appropriate for computer display and you can really tell right away that there something’s not right in the display. You might also notice some weird tint which isn’t easy to get rid of. You can’t actually tell the difference at first, not until you look at some other computers and then wonder what’s wrong with yours so, in this guide, you will know how to restore the display color settings back to their default state on your Windows 10 PC. Make sure to follow each one of the steps laid out below carefully to restore the default Display Color settings.

Step 1: Set the Color Management Settings to default.

  • In the Start search box, type in “color management”. Once you see it in the search results, open it.
  • Once you’ve pulled up the Color Management window, go to the Advanced tab. From there, make sure that every single option is set to default – from all the options in both the “Windows Color System” and “ICC rendering intent to WCS gamut mapping”.
Note: You also have the option to reset it for everyone by simply clicking on the “Change system defaults” button.
  • Finally, you can also try to calibrate your display.

Step 2: Set the Graphics Properties to default.

After making changes in the Color Management settings, you need to also set the Graphics Properties to default.
  • Start by right-clicking on any empty space on your desktop.
  • Then select the Graphics properties from the context menu. From the Graphics properties window, you will see that most sections have to restore defaults.

Step 3: Try using Nvidia Color Settings for Desktop

The next thing you can try is using the Nvidia Color Settings if you have Nvidia graphics installed on your Windows 10 PC. Just the Control Panel to reset the color settings.
  • From the system tray, launch the Nvidia control panel.
  • Next, go to Display > adjust desktop color settings.
  • From there, select the display and then select the Nvidia Settings.
  • After that, change the options accordingly in order to get the correct combination though you can always leave them to default.
Read More
Fix Windows Update Error 0xc1900403
Running the Windows Update service does not always go well as from time to time, you could encounter some errors when using it. One of these errors is the Windows Update Error 0xc1900403. In such cases, you will see the following error message under the Windows Update section:
“There were problems installing some updates, but we’ll try again later, If you keep seeing this and want to search the web or contact support for information, this may help – 0xc1900403”
The log files displayed in the error message may include, “0XC1900403 – MOSETUP_E_UA_CORRUPT_PAYLOAD_FILES”. This indicates that the payload files are corrupted which is why you’re getting the Windows Update Error 0xc1900403 and to fix it, you can try to restart your computer and install the updates again or reset the Windows Update-related folders. You could also run the Windows Update troubleshooter or use either the Standalone Installer or the Media Creation tool. For more details, refer to each one of the options provided below.

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

Restarting your computer can also help in fixing the Windows Update failed to install error 0x80240034. There are cases where the issue resolves on its own as it could just be some simple network or PC error.

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

You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update Error 0xc1900403. 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 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
Win Firewall and third party Firewall are off
As you know, the Windows 10 operating system, as well as other Windows versions, comes with the Windows Firewall. In Windows 10, the firewall allows users to install and run a third-party firewall. This kind of firewall works independently to block any suspicious activity on your computer. However, recently, some users reported that they are getting a notification on the Startup saying,
“Windows Firewall and <Third party firewall name> Firewall are both turned off; tap or click to see available options”.
This particular error could be caused by a lot of factors but when you manually check the firewall, you’ll find that there really is nothing wrong with both the Windows Firewall and the third party firewall. So if both the Windows Firewall and third-party firewalls like McAfee, Comodo, and many others are both turned off in Windows 10, then you need to do several things to resolve the problem – you need to check the supporting services that are required and uninstall and then reinstall the third party firewall on your computer. For more instructions, refer to the options provided below.

Option 1 – Try enabling all the supporting services for the firewall

The first thing you can do to resolve the error with the firewall is to check all of its supporting services by following these steps:
  • Tap the Win + R keys to open the Run utility and type “services.msc” in the field and then hit Enter to open the Windows Services Manager.
  • Next, look for the Windows Defender Firewall service among the given list of services.
  • Once you found it, make sure that its Startup Type is set to Automatic and that the status of the service is Running. So if it’s not running, just click on the Start button.
  • In addition, you also have to make sure that the following services’ status is set as follows:
    • Xbox Live Networking Service: Manual
    • Base Filtering Engine: Automatic
  • Once done, start the firewall again and check if the error is now fixed or not.

Option 2 – Try to uninstall and reinstall the third-party firewall

It is possible that the firewall error might be due to an error with the compatibility of the installation in Windows 10 and the third-party firewall. Thus, the next thing you can do is to uninstall the third-party firewall and then reinstall it again. Once you have uninstalled the third-party firewall, you can download its latest version from its official website and install it again. This should fix the error with the firewall.
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