Logo

Fix STOP 0XC000021A, error in Windows 10

Upgrading your Windows computer may not always go as expected as you could end up getting some error messages along the way. One of the error messages you can encounter is the “STOP 0XC000021A or STATUS_SYSTEM_PROCESS_TERMINATED” error. This error indicates that is some security issue within the Windows operating system. It could be that the system files have an issue and they have been modified incorrectly. Although this does not necessarily mean that malware is behind the modification, one of the applications you installed recently might have something to do with the problem. The application might have modified or corrupted some of the core system files. When you encounter this error, you will see a blue screen along with the following error message:

“Your PC ran into a problem and needs to restart. We’re just collecting some error info, and then we’ll restart for you. (0% complete)

If you’d like to know more, you can search online later for this error: 0xc000021a”

This error pops up when a user-mode subsystem like the WinLogon or the Client Server Run-Time Subsystem or CSRSS has been compromised fatally and security can no longer be guaranteed in the system. Thus, the operating system switches to kernel mode, and Windows won’t be able to run without the WinLogon or the Client Server Run-Time Subsystem. This is why it’s one of the few cases where the failure of a user-mode service can shut down the system. To resolve the issue, here are some fixes that might help.

Option 1 – Uninstall programs you installed lately

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

Option 2 – Perform System Restore

Performing System Restore can also help you fix the “STOP 0XC000021A or STATUS_SYSTEM_PROCESS_TERMINATED” error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.

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

Option 3 – Run the System File Checker or SFC scan

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 to good system files that might be the cause why you’re getting the “STOP 0XC000021A or STATUS_SYSTEM_PROCESS_TERMINATED” 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.

Option 4 – Rebuild the BCD and fix MBR

Rebuilding the BCD can help you in fixing the “STOP 0XC000021A or STATUS_SYSTEM_PROCESS_TERMINATED” error.

  • You can start by booting into the installation environment for Windows 10 from an installation media.
  • After that, click on Repair your computer and on the blue screen, select Troubleshoot and then select the Advanced options menu.
  • Next, select Command Prompt and type in the commands below one by one, and tap Enter right after you do so.
  • exe /FixMbr
  • exe /FixBoot
    • exe /RebuildBcd

The commands you entered should rebuild the BCD and repair MBR.

Option 5 – Run the CHKDSK utility

You can also run the Chkdsk utility to resolve the problem. 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 commands listed below, and don’t forget to hit Enter right after you type in each one of them.
  • chkntfs /t
  • chkntfs /t:10

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

Epic games and many more coming in Win store
Microsoft store is ready and prepared for Windows 11 official release on October 5th and it is coming with some surprises. Windows storeIt has officially confirmed that many open source and free applications will be in it like Opera, VLC, discord, Libre office, etc. It seems that Microsoft wants to place its store as one place to go for all of your software needs. Another great surprise is the coming of Epic games store implementation. It was officially confirmed but not explained in detail, will we have Epic store opened in Windows store or we will only get installer as a package we will see but this is some great news. As for how it states now, it seems that the Windows store aims to eliminate searching the web for applications and bring them all into one environment with reviews and ratings so you know which one to install and use. It also features a great search engine to find proper applications for your needs. The new store will come to Windows 10 as well but after all Windows 11 has been mostly released and adopted. So expect it via update in two or three months' time. It would be great if some larger companies decide to join MS stores like Autodesk, Adobe, the Foundry, etc so you can install everything you need from it but one can only hope.
Read More
Repairing or rebuilding the WMI Repository
There are times when the WMI Repository gets corrupted which results in the Provider Load Failure. To resolve this issue, you need to repair or rebuild the WMI Repository in your Windows 10 computer. In this post, you will be guided on how exactly you can do that. In case you don’t know, the WMI which stands for Windows Management Instrumentation is a set of specifications from Microsoft to consolidate the management of devices and applications in a network. The WMI is a database that stores meta-information and definitions for WMI classes. Using only these, the conditions of the systems can be known. You can find the WMI Repository in %windir%System32WbemRepository. It provides end-users with the status of the local or remote computer system. Keep in mind that you must not use this on the Server 2012 Cluster machine. Although there are command-line tools that can fix or restore the Windows Management Instrumentation repository. However, Microsoft suggests that it’s better if you verify if there is corruption. Here are a list of errors as well as permission issues you might encounter:
  • Unable to connect to root default or rootcimv2 namespaces. It fails with the error code “0x80041002” pointing to “WBEM_E_NOT_FOUND.”
  • 0x80041010 WBEM_E_INVALID_CLASS
  • When you open Computer Management and Right Click on Computer Management (Local) and select Properties, you get the following error: “ WMI: Not Found” or it hangs trying to connect
  • Trying to use wbemtest , and it hangs
  • Schemas/Objects missing
  • Strange connection/operation errors (0x8007054e)
To verify if there is corruption, you can try running the following command in an elevated Command Prompt:
winmgmt /verifyrepository
 After you enter the command, if there is a response saying, “repository is not consistent”, then the repository has an issue. If not, then something else is causing the problem. Since you are certain that corruption exists in the WMI repository, then here are some suggestions you need to check out to repair or rebuild the WMI repository.

Option 1 – Try to reset WMI Repository

  • Type “command prompt” in the Start Search and right-click on Command Prompt from the search results and then select “Run as administrator”.
  • After opening Command Prompt with admin privileges, type and enter this command: winmmgmt /salvagerepository
The command you entered is used when the winmmgmt command performs a consistency check. So if an inconsistency is detected, it will rebuild the repository.
  • Next, execute this command to see if the WMI repository now comes back as consistent: winmgmt /verifyrepository
This command will perform a consistency check on the WMI repository.
  • If it states that the WMI repository is not consistent, then you need to type and enter this command: winmgmt /resetrepository
This command is used to reset the repository to its initial state when the operating system was first installed.

Option 2 – Try to force recover the WMI Repository

The WMI Repository comes with a built-in self-recovery process so when the WMI service restarts or detects any corruption, it will automatically trigger the self-recovery procedure. This can happen in two ways:
  • AutoRestore: This will use the backup images if the Volume Shadow copy or VSS backup is turned on.
  • AutoRecovery: The rebuilding process will generate fresh images of the WMI repository based on the registered MOFs. The MOFs are available in the registry located at HKLMSoftwareMicrosoftWBEMCIMOM: Autorecover MOFs
Note: Autorecover MOFs is a key so double click on it to check its value. On the other hand, if the self-recovery procedure does not work, you can try to use the force-recovery process instead. How? Refer to these steps:
  • First, you need to check the reg key value is empty or not under this registry path: HKLMSoftwareMicrosoftWBEMCIMOMAutorecover MOFs
  • If the reg key value is empty, you have to copy-paste the reg key value from another computer. Just make sure that it’s from the System which is equivalent to the computer in question.
  • Next, type and enter this command: Winmgmt /resetrepository
  • After you enter the command, if you get an error that says, “WMI repository reset failed. Error code:0x8007041B. Facility: Win32”, then you have to stop all the Dependency Services on the WMI service by running the following commands:
    • net stop winmgmt /y
    • Winmgmt /resetrepository
This should fix the problem.
Read More
An Easy Guide to Fixing Error Code 800b0100

Error Code 800b0100 - What is it?

800b0100 is a typical Windows Update error. This error message occurs when you try to install the latest updates from Microsoft Updates and Windows Updates. The error message is displayed in the following format:
“Code 800B0100 Windows Update encountered an unknown error.”

Solution

Restoro box imageError Causes

Error code 800b0100 may pop up on your computer screen due to different reasons. However, some of the common causes include:
  • The file needed by Windows Update is corrupt or missing
  • Security software conflict such as Firewall
  • Incorrect Registry keys
  • Windows security .dll files are registered incorrectly

Further Information and Manual Repair

To resolve error code 800b0100 on your system, you don’t have to hire a professional. This error is quite easy to repair and requires no technical expertise. In other words, you don’t need to be a computer programmer or technically sound to repair this issue. Here are some of the easy and effective DIY methods that you can try to resolve error code 800b0100 on your system:

Method 1

Download System Update Readiness Tool from Microsoft’s website on your PC. This tool can help you fix this problem that might prevent Windows Updates from installing. Typically it will take 15 minutes or less to scan your entire PC.  The System Update Readiness Tool will scan your computer for inconsistencies that may cause errors to occur.

Method 2

Disable Security Software on your PC for example if you use Windows Vista then you will have Firewall already built in. Disable it to resolve error 800b0100. To do this, simply go to the start menu and open the control panel and then select security. Now locate the option Windows Firewall and upon finding, simply choose the option Turn Windows Firewall on or off. Select off (not recommended) option, then click Apply and OK to reset and confirm changes. After that, go back to the Windows Update screen and then click the try again button. The download and installation would start. After the installation is complete, restart your PC to activate changes. Once the updates are successfully installed, not re-enable the Firewall, to ensure your PC is not exposed to potential security threats or viruses.

Method 3

Remove Invalid Keys from the Registry by downloading Restoro. This is a PC Fixer deployed with a registry cleaner. It scans your entire PC and removes all the obsolete and unnecessary files like cookies, bad and invalid registry keys. It cleans and repairs the registry in a few clicks. Click here to download Restoro.
Read More
What to do if Windows 10 Disk Management is not working
The Disk Management tool in Windows 10 is a built-in tool that contains a user interface used to manage disk partitions to administrators of the computer. There are lots of instances when you have to change the size of the hard disk partition or reduce the size and so on. This is where the Disk Management tool comes in. It’s useful as the command line interface can be quite confusing and risky for some users. However, there are cases when this tool stops working. A proof of this the reports submitted recently by some Windows 10 users. Based on the reports, the Disk Management does not load or respond. If you are having the same problem, read on as this post will give you some suggestions on what you can do to resolve the problem.

Option 1 – Try restarting the Disk Management Service

  • Tap the Win + R key combination to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter or click OK to open the Windows Services Manager.
  • Next, scroll down in the service list until you see the Virtual Disk Service. Double click on it to open and then select Automatic.
  • Click on Apply and OK to save the changes made.
  • If it hasn’t started yet, you can just click on the Start button to start the Service. The Virtual Disk service provides management services for disk, volumes, file systems as well as storage arrays.
  • Now save all the changes you’ve made and restart your computer. Then check if you can now use the Disk Management tool without any problem.

Option 2 – Try using the System File Checker scan

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 that might be causing some issues with the Disk Management tool. To run the SFC command, follow the steps given below.
  • Boot your PC into Safe Mode.
  • 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.

Option 3 – Try using the DISM tool

Aside from the System File Checker, the DISM tool can also help you resolve the issue with the Disk Management tool. It helps in restoring the health of your computer.
  • Open the Command Prompt as admin.
  • Then type in this command: Dism /Online /Cleanup-Image /RestoreHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 4 – Try using Diskpart and Fsutil

If both the System File Checker and DISM tool didn’t work, you can use command-line tools like diskpart and fsutil. These command-line tools are powerful but you need to be careful especially if you’re not that familiar with using them. However, it’s recommended that you have somebody who knows if you’re really inexperienced with this kind of stuff.
Read More
How to Fix the Error 103

Error 103 - What is it?

The error 103 may occur either due to issues in your Google Chrome browser or system issues. If error 103 occurs when using Chrome, this means there is a conflict between Google Chrome and the antivirus program running on your PC. It is displayed in either of the following formats: ‘Chrome error 103 connection aborted’, ‘Chrome error 103 err_connection_aborted’ or ‘Error 103 (net: ERR_CONNECTION_ABORTED): Unknown error. However, if this is a system error code, it may be displayed in the following format ‘The semaphore cannot be set again’ or as ‘ERROR_TOO_MANY_SEM_REQUESTS’ or as the value 0x67.

Solution

Restoro box imageError Causes

The error 103 is triggered due to multiple reasons such as: The conflict between Google Chrome and anti-viruses arises because when the web browser attempts to update, the anti-virus programs on your PC may view the update as a threat. Due to this, the connection to the internet is terminated and the error 103 message is displayed on your computer screen. And besides, this keeps you from upgrading your Google Chrome browser too. Other causes include:
  • Viral infection
  • Missing Windows component called ‘expand.exe’
  • Registry overlaps
  • Incompatible drivers

Further Information and Manual Repair

Here are some of the easy and efficient ways to resolve error 103. Choose a method according to the error 103 messages displayed on your screen.

Method 1: Check for the ‘Expand.exe’ Windows component

This method is workable if the error 103 is triggered due to browser issues. To get started, follow these steps. First, go to the start menu, and in the search bar type ‘expand.exe’. If you are able to find it, move it to the following directory C:\Windows\system32. However, if you are unable to locate it, then copy the file from Windows installation CD. Once you copy the file to the directory, reinstall the updated version of Google Chrome.

Method 2: Change the Location of the Temporary File

If the error still persists, try method 2. Go to the start menu and open the Run window. Now type C: and press OK. Then go to File, then New, and then Folder. Now create a temporary folder and name it ‘test’. After that go back to the start menu and open the Run window again. Now enter the following text in the text field:cmd.exe then press OK. In the command prompt type set TMP=C:\test. After that try reinstalling Google Chrome by typing the following in the command prompt: start ChromeSetup.exe.

Method 3: Update Drivers

If the error message 103 is generated due to system issues, then try updating drivers. Sometimes the error may occur due to incompatible drivers.

Method 4: Perform an Entire PC Scan for Viruses

To resolve error 103, perform an entire PC Scan for viruses. Sometimes the error may occur due to viral infection. Removing viruses may fix the error.

Method 5: Clean and Restore the Registry

If the error is triggered due to registry issues, then it is advisable to download Restoro. This is a multi-functional PC repair tool integrated with powerful utilities including an anti-virus, a registry cleaner, Active X controls, and class scanner, and a system optimizer. The registry cleaner feature wipes out all the unnecessary files including cookies, junk files, and bad registry keys that corrupt the registry. It cleans and restores the registry instantly. The anti-feature removes all viruses and spyware while the system optimizer utility ensures your system works at its optimum speed. It can be downloaded on all Windows versions. It is safe and efficient. This software is a one-stop solution for all PC-related errors. Click here to download Restoro.
Read More
How to Repair BSOD Stop Error code 0xc000021a in Windows 10

Error code 0xc000021a - What is it?

Error code 0xc000021a occurs when the system is unable to start or there’s a failure in critical system processes. Normally, it would take about several seconds for the system to boot and while on the startup process, error code 0xc000021a may take place to block the system to boot up. Users will get a blue screen of death (BOSD) when this error occurs. When upgrading to Windows 10, be careful; you might encounter other error messages such as error code 8007002c

Solution

Restoro box imageError Causes

There are several reasons why error code 0xc000021a occurs. It is important to have a full understanding of what caused the blue screen of death before attempting to fix the error by yourself. See below for a few common causes:

Computer malware has infiltrated your device.

• Important files such as Winlogon.exe and Csrss.exe are damaged. Winlogon.exe file is responsible for handling the login and logout processes while Csrss.exe is a vital part of Microsoft Client or Server ‘Runtime Server Subsystem’. Once one of these files is damaged or deleted, a stop error will occur.

• When there are mismatched system files installed or system upgrading process failed or still incomplete.

• Premature unloading of Wbemprox.dll

• Newly installed third-party software is not compatible with the operating system.

• There are corrupted, outdated, or incorrectly configured device drivers.

• There’s insufficient space in the system partition. Once the system partition is full, certain errors such as error code 0xc000021a will manifest.

• Windows registry is corrupted or damaged due to a software or system change. This means there are registry entries that are not cleared after uninstalling an application.

Further Information and Manual Repair

In fixing error code 0xc000021a, you might want to try and manually do so. Manual repair methods can give users effective and efficient solutions, addressing the root problems in relation to Windows error codes. Once the manual repair method is correctly implemented, users will be able to resolve issues immediately. However, there might be instances when a Windows professional is needed. In such cases, seek help from a certified Windows expert or you might want to consider using an automated tool whenever necessary.

Method One: Convert the Drive or Partition from NTFS to GPT

In order to fix Error code 0xc000021a in Windows 10, you might need to convert the partition or drive from NTFS to GPT. See below for the procedure: 1. Shut down your device then put in the Windows installation USB key or DVD. 2. Boot your device to the USB key or DVD in UEFI mode. 3. Inside the Windows Setup, open a Command Prompt window by pressing Shift + F10. 4. Type diskpart in the Command Prompt window to open the diskpart tool. 5. Type list disk to identify which drive to reformat. 6. Select which drive to reformat by typing select disk in the command prompt. Afterward, type clean then hit Enter. Once done, type convert gpt to be able to convert the drive from NTFS to GPT. Finally, type exit and press Enter. You can now close the Command Prompt window. 7. Once the partition or drive is converted from NTFS to GPT, the user can now continue the Windows Setup installation. NOTE: Select Custom in choosing which installation type to use. The drive will then appear as a single area of unallocated space. Choose that unallocated space then select Next. At this point, Windows will now begin the installation.

Method Two: Fix System File Errors

There are times when system files get corrupted or damaged which will result in system failure. If this is the case, you can use a Windows free tool to repair corrupted or damaged system files. 1. Right-click on the Start button then selects Command Prompt (Admin) from the list to open a Command Prompt window. 2. Once the Command Prompt appears, type sfc /scannow then hit Enter. Wait until the process completes. If the process is completed and it doesn’t report any error or issues that remain unsolved, you might want to employ the next method.

Method Three: Reset Windows 10

Resetting Windows will delete all software and user accounts installed in the operating system and will reinstall a fresh Windows. 1. Boot your device using a Windows installation USB key or DVD. Select Repair your computer to locate the Troubleshoot option. Afterward, choose Reset this PC. NOTE: If the device is able to boot the system, you can reset Windows without using a Windows installation USB key or DVD. You just have to boot the device then navigate to Settings in the Start button. Choose Update & Recovery then select Recovery found on the left pane. Choose Reset this PC option then select Go back to an earlier build and Advanced startup. Select Get Started button found in the Reset this PC tab. 2. Depending on your device’s condition, you can either select Keep my files or Remove everything. Both options will remove all applications installed in the device and will revert to default settings. 3. Choose either Just remove my files or Remove files and clean the drive depending on the situation. If you choose the Remove files and clean the drive option, the procedure will take longer as it will erase all the files permanently. In this case, deleted files cannot be recovered. However, if you don’t want to remove files permanently, select Just remove my files. 4. Once you’ve decided how to reset your system, click on Next once the Warning screen appears. Afterward, choose Reset once prompted. When the process completed, click on Continue.

Method Four: Download an Automated Tool

Can’t seem to put up with the long and technical manual repair process? You can still fix this error by downloading and installing a powerful automated tool that will surely get the job done in a jiffy!
Read More
Fix Unable to terminate the process Error in Windows 10
There are times when you may find it hard to kill a particular process in the Windows Task Manager and every time you try to do so, you will only get an error message saying, “Unable to terminate the process, The operation could not be completed, Access is denied”. If you are one of the users who is constantly getting this error, read on as this post will provide you with a couple of options you can try to resolve the problem. Refer to the given instructions below if you are unable to terminate a process in the Task Manager but before you proceed you need to restart your PC and then try killing the process again, if you’re still not able to do it, you need to follow the options laid out below.

Option 1 – Try using Taskkill

  • Open the Command Prompt as admin from the WinX Menu.
  • After opening Command Prompt, type in the following command and tap Enter to execute it:
taskkill /IM "processname" /T /F processname – it is the name of the process which you can see on the Details tab of the Windows Task Manager. /IM – it is the one that specifies the image name of the process, which follows, that is to be terminated. /T – it is the one that kills not just the main process but also the child process. /F – it is the one that terminates the process forcefully.

Option 2 – Try using the WMIC

  • Open Command Prompt as admin from the WinX Menu.
  • From the Command Prompt window that opens, type in the following command and hit Enter to execute it:
wmic process where name='processname.exe' delete
Note: In the given command, you need to replace “processname.exe” with the name of the particular process you want to terminate which is found in the Details tab of the Windows Task Manager.

Option 3 – Try using PowerShell

  • The first thing you have to do is open an elevated PowerShell prompt.
  • From there, type in the following command and hit Enter to execute it:
kill -id pid
Note: In the given command above, “pid” is the Process ID number of the process you want to terminate. And for you to identify this number, you need to open the Details tab of the Windows Task Manager once again and take note of the number against the process you want to get rid of. Alternatively, you can also run the following command in the PowerShell prompt that you’ve pulled up to get the process ID number:
Get-Process
For example, “5364” is the process ID number for the DimScreen.exe process which is the process you want to terminate. In order for you to kill this process, you need to type in this command:
kill -id 5364
Read More
Upcoming Windows 11 features

22H2 update for Windows 11 will arrive later this year and although Microsoft is not releasing anything big there will be some interesting improvements and fixes. We take a look at some that caught our attention.

windows 11 new fetures full screen widgets

Phishing protection

One of the most interesting upcoming features is enhanced phishing protection. Microsoft Defender SmartScreen will be upgraded to alert users when they try to store passwords in plain text files and also if they accidentally type in a Microsoft account password on phishing sites.

"These enhancements will make Windows the world's first operating system with phishing safeguards built directly into the platform and shipped out of the box to help users stay productive and secure without having to learn to be their own IT department,"

Microsoft

File Explorer gets tabs, a modern sidebar, and contextual suggestions

Finally, Windows File explorer is getting tabs that will allow much easier management of folders and files inside it.

It is confirmed that Microsoft is also working on a new 'HOME' sidebar that should be modern in design and in features including OneDrive so you can find everything in one place.

Pinning of favorite files was also mentioned so you can easily pin favorites for quick access.

Full-screen widgets

Windows 11 has brought back widgets in a new way and from all the feedback users are loving them. Currently, you have a widget sidebar on the left part of the screen where you have your chosen store widgets but from the Microsoft teaser, we will have soon the option to have them in full screen.

If you are using a widget for reading news, blogs, etc. this feature will be very good since you will be able to use your whole screen for information and not just a part of it.

Suggested actions

Another new feature is 'suggested actions' which is going to be particularly useful in apps like Microsoft Teams. With this new feature, you can highlight a date in a Teams message and Windows will suggest actions.

For example, if you highlight a date, you'll see a recommendation to create an event in Microsoft Calendar for that day.

Read More
Fix Windows is not starting
Hello everyone and welcome to how to fix Windows when it is not starting tutorial. Here we will tackle some common problems and solutions in order to help you to get back both your computer and Windows in working order. Windows not booting and loading is an annoying issue that can even result in complete loss of your data and can also consume a lot of time if no other solution than clean install remains. Also if you are not tech-savvy, this issue can cost you as well since you will have to hire a professional to solve this problem for you. Here at Error Tools, we aim to help so you can overcome your PC issues yourself by providing you daily with tutorials, tips, and tricks and helping you with all of your Windows issues. All of that being said, let's see what are issues that can prevent your computer or Windows from booting up and get around them so everything is back in working order.
  1. Use repair tool

    Windows 10 comes with a startup repair tool that has the goal to repair and fix errors preventing Windows from booting up. To use this tool however you will need Windows 10 bootable USB stick. You can create a bootable USB directly on the Microsoft site. Once you have it ready, plug it in and reboot your computer, choose to boot from USB. When you are on the Windows setup screen, click on next and then on Repair your computer. Go to troubleshoot > Advanced options > Startup repair. When Startup repair is clicked, Windows will boot, scan files for issues, and if they are found he will automatically fix them.
  2. “Windows Failed to Start” 0xc00000f error

    If you get this error on your boot of Windows, then you have corrupted boot configuration data. In order to fix this error, you will also need a bootable USB with Windows 10 on it. Make one on the Microsoft site if you don't have it and reboot your computer, boot from USB, on the setup screen click on next and then on Repair your computer. Click on Troubleshoot and then on the command prompt. In the command prompt type the following: bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd exit Reboot your PC without a USB
  3. Boot into safe mode

    Safe mode for Windows loads only its core without drivers and with minimal services. If you can boot into safe mode then the issue is with some application or driver causing the problem. Try the selective boot option to eliminate what is causing the error.
  4. Make sure your hardware is connected

    Some RAM or hard drive out of socket can cause Windows not to be able to boot, check all connections just in case.
If everything else fails, perform a clean Windows installation. The reason for Windows not booting up can be caused by various viruses and malware also if that case it would be best to format and perform a clean install.
Read More
Windows 10 is stuck on Checking for updates
Over the years, the Windows 10 updates have smoothened but that does not mean that it no longer encounter some issues. One of these issues is when it gets stuck. As you know, Windows automatically checking for updates regularly or when you click the “Check for updates” button. However, if the Windows 10 update is taking forever and seems to be stuck, then you’ve come to the right place as this post will guide you on what you can do to resolve the problem. This kind of scenario in Windows Updates can be quite confusing especially since there is no response or any indication of what is really happening since you don’t know if the update is still downloading or if it’s already getting installed. To resolve this problem, there are several options you can check out. You can try to exit settings and restart your computer. You could also try to restart the services related to Windows Update or clear both the Software Distribution and Catroot2 folders, as well as run a System File Checker scan. For more details follow each one of the given steps below.

Option 1 – Restart your computer

The most basic thing you can do to fix the problem is to restart your computer. It usually works in fixing common issues like the Windows Update getting stuck at the “Checking for updates” screen. However, if it didn’t work, proceed to the next given options below.

Option 2 – Reset Windows Update components

If the first two options did not work then you might want to reset the Windows Update components manually. Follow the steps below to reset them.
  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 3 – Try checking Services Dependencies

Dependencies of a Windows Service in Windows 10 are when windows services depend on other services. Such is the case with the Windows Update service – it also depends on three different services such as the Remote Procedure Call or RPC service, DCOM Server Process Launcher, and the RPC Endpoint Mapper. Meaning to say, if two of these services are not working as expected, then the dependent service will also be affected. This could be the reason why the Windows Update service could not start.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter to open Windows Services.
  • From the list of Services, look for the following services:
    • Remote Procedure Call (RPC) Service
    • DCOM Server Process Launcher
    • RPC Endpoint Mapper
  • After you find these services, double click on each one of them and check whether the Startup type for all is set to Automatic and the Service status is set to Running or not.
  • If the service status is not running, then click the Start button. Afterward, check if you can now run the Windows Update service.

Option 4 – Check the Background Intelligent Service and the Cryptographic Service

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Background Intelligent Transfer Service – Manual
    • Cryptographic Service ­– Automatic
  • After that, check if the Service status of the listed services above is set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 5 – Try running the System File Checker

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 to good system files that might be the cause why your screen is stuck at “Checking for updates”. 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.
  • Restart your computer.
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