Logo

Fix The update isn’t applicable in Windows

There are times when you install a Windows update to your Windows 10 computer but you only got an error message saying, “The update isn’t applicable to your computer”. This is unusual as Windows was the one that downloaded them in the first place. To understand the reason behind this error, read on as this post will also give you a couple of suggestions you can try to fix the problem.

One of the main reasons why this error occurs is that your computer might not have the required installed updates and many more. Other reasons include:

  1. The update might be replaced. There are instances when a newer Windows version is already available on the computer and that the version you are trying to manually install is an older version which is why the Windows update failed.
  2. The update might already be installed. There are times when the update process is still in progress and the earlier payload might have already been installed.
  3. It could also be that it’s a wrong update for architecture. As you know, updates are designed accordingly based on the architecture of the computer so if the update you are trying to install does not match the architecture of your CPU then it’s no wonder you’re getting an error message.
  4. Your computer might be missing a prerequisite update. There are Windows updates that depend on other updates so if you missed one and you’re installing another one, it could be the reason why you’re getting the error.

To fix the problem, here are some suggestions that might help.

Option 1 – Try verifying the package and the Processor Architecture

As pointed out earlier, updates are made according to the Windows versions. Thus, if one of the updates failed to install, you need to check if it’s applicable or not. The best way to do that is by searching the Windows update name on the official website of Windows.

It could be that the Processor Architecture is not compatible with the Windows Update you are trying to install. If you have an X86-based processor, you can’t install x64-based installations of Windows and vice-versa. This usually happens when you’ve downloaded the update manually and then tried installing it.

Option 2 – Try checking if the update is old

The issue might be because you are trying to install an old Windows update which is why it didn’t work. To check, go to Settings > Update and Security > View Update history. From there, you can look for the update.

Option 3 – Try checking if the update is already installed

To verify the update, just go to the Windows Update history once more as you did in option 2, and then see if the update is already installed or not.

Option 4 – Try checking the prerequisites

AS mentioned earlier, there are some updates that depend on other updates before they get installed on your computer. The best way to verify is by checking the Microsoft Knowledge Base (KB). And to verify if the prerequisite updates are installed or not, just run the command below in PowerShell:

get-hotfix KB1111111, KB2222222, KB3333333

Note: In the command given above, you need to replace “KB1111111, KB2222222, KB3333333” with the actual update KB numbers.

Option 5 – Try running the Windows Update Troubleshooter

As you know, Windows 10 has various auto-repair built-in tools to help users fix small issues which used to get fixed manually. And in this case, you will need the Windows Update Troubleshooter to fix the issue.

  • Go to Settings and click on Update and Security.
  • From there, click Troubleshoot and click on Windows Update and then click the “Run the troubleshooter” option.
  • After that, it will try to detect and automatically fix common issues in the Windows Updates which can be resolved by Windows itself. Note that the process may take several minutes before it completes so you need to wait until it’s done. Once it’s done, in case you have some pending update that wasn’t realized by the system early on, it will apply the fix right away and restart the Windows Update service.

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 SAFE_OS phase error in Windows
As of late, users have been reporting about getting an error saying, SAFE_OS phase error during Replicate_OC operation when they tried to upgrade their Windows 7 or Windows 8.1 computers to Windows 10. Although the error code in this problem could vary, in this situation, it states:
0xC1900101 – 0x20017, The installation failed in the SAFE_OS phase error during Replicate_OC operation
To fix this issue, you need to follow the given options below. But before you do, you need to create a System Restore point first so that if anything goes wrong, you can always undo the changes you’ve made.

Option 1 – Try to change the Windows 10 installation

According to security experts, one of the main causes of this error is the KB3064209Windows Update. This particular update is the one responsible for updating the CPU Microcode for processors made by Intel. Thus, if you don’t use an Intel processor, you can skip this option and proceed to the next one. However, if you use Intel, make sure to follow the instructions in this option carefully. Take note that in this solution, C: partition is referred to as the OS Partition while H: partition is referred to as the USB Pen Drive.
  • First, you need to download the Windows 10 ISO from the Windows 10 Media Creation tool and then copy its contents to the Pen Drive H.
  • Next, tap the Win + X keys and click on the Command Prompt (Admin0 option. If a User Account Control appears, simply click Yes.
  • After opening Command Prompt, type the following command:
dism /Mount-Image /ImageFile:H:sourcesboot.wim /index:1 /MountDir:C:UsersUserDesktopmount
  • Now navigate to the following path in the Windows File Explorer:
C:UsersUserDesktopmountWindowsSystem32mcupdate_GenuineIntel.dll
  • From there, right-click on the file named “mcupdate_GenuineIntel.dll and click on Properties.
  • Next, go to the Security tab and click on Advanced. In the Advanced section, change the Owner to your User Account and click OK.
  • And then back to the Security tab, click on the Edit button and check on Full control to make sure that your User Account has all the privileges.
  • Now click on Apply and then OK.
  • After that, delete the file you saw earlier which is named mcupdate_Genuine.dll.
  • Then close all the Windows File Explorer instances and go back to the Command Prompt window and unmounts the image you mounted before by typing the following command:
dism /Unmount-Image /MountDir:C:UsersUserDesktopmount /commit
  • Afterward, repeat the steps from mounting up until here for these files:
    • wim /index:2
    • wim /index:1
    • wim /index:2
  • Now delete the mount folder and remove the USB Pen Drive and then boot with the installer.

Option 2 – Try to perform a Disk Cleanup

Chances are, some unnecessary files in your computer might be interrupting the installation process which explains why you’re getting SAFE_OS phase error during Replicate_OC operation instead so you need to perform a Disk Cleanup in order to fix the problem.

Option 3 – Try updating all your drivers

Every now and then, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the SAFE_OS phase error during the Replicate_OC operation. To fix the problem, you need to update all your drivers. Follow the steps below to update your drivers.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC.
Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it.

Option 4 – Try to update your system’s BIOS

Aside from outdated drivers, outdated BIOS could also be the reason why you’re getting the SAFE_OS phase error during Replicate_OC operation which is why you need to update your system’s BIOS in order to resolve the issue.

Option 5 – Try checking the Windows Services status

  • In the Cortana search box, search for “Services” and then click on the Services icon.
  • After that, the Services utility will be opened in a new window.
  • Next, look for the following services:
    • BITS (Background Intelligent Transfer Service)
    • Windows Update Service
    • Cryptographic Service
  • Then right-click on each one of the services and click on Properties. From there, select Automatic from the drop-down of the Startup Type menu.
  • Now click on OK for each one of them and restart your PC to apply the changes made.

Option 6 – Try to check the RAM modules

There are many times when all the components of the RAM weren’t able to be used by the computer so you need to check the RAM modules.
  • You need to first turn off your PC and then take out your RAM physically.
  • Next, clean it with a soft cloth and blow some air into the RAM slot in the motherboard.
  • After that, put your RAM back in the same slot.
  • Then try updating your computer system again.
Read More
Disable non MS store apps in Windows 11
Disable non MS store apps in Windows 11 post pictureYou can prevent starting of app installations files if they have not come from the MS store inside Windows 11. This can make your PC more secure because all apps in the store will have to be digitally signed and overall it can provide you with more control over what will be installed. Follow the guide below to find out how can you easily turn this feature ON.
  1. Press ⊞ WINDOWS + I to open Windows settings
  2. Select Apps and then choose Apps & Features
  3. Click on Choose where to get apps to bring a drop-down menu
  4. Select The Microsoft Store only (Recommended)
  5. Close settings
Settings will apply changes immediately and you continue using Windows right away. With these settings turned ON if you want to install a downloaded application or run the installer you will not be able to, and message The app you’re trying to install isn’t a Microsoft-verified app will show on your screen. You can always reverse this setting by choosing Anywhere in settings instead of Microsoft store only.
Read More
How to move Taskbar to the left in Windows 11
The standard icon place in the Taskbar inside Windows 11 is in the center. Some users welcomed this change, some not so much. If you are part of the user base that is not so much thrilled with this Microsoft’s idea of innovation, do not worry, there is an easy way to move all icons and start button on the left inside Taskbar.

Taskbar icons on leftMoving icons in Taskbar

  1. Open Windows settings by using ⊞ WINDOWS + I key combination
  2. Click on Personalization
  3. Select Taskbar
  4. Click on Taskbar Behaviors
  5. Click on the drop-down menu beside Taskbar Alignment
  6. Select your desired option of icon alignment
  7. Close settings
Your options will be active right away and you will see icons switching to the position of your choosing.
Read More
Google docs crush with repeating a word

A newfound bug in Google docs is causing it to crush and upon reopening it will crush again making it very difficult to re-access your document. The bug is manifested when a series of the same word is typed into a document and Show grammar suggestion is turned on.

google doc bug

How was it found

A Google Docs user, Pat Needham brought up the issue on Google Docs Editors Help forum.

"I've only tried in Google Chrome, with documents from three separate Google accounts (personal, G Suite Basic, and work one which might be enterprise). All three experience this same issue".

"It's case-sensitive. So trying with 'and. and. And. and. And.' doesn't cause it to crash."

While Needham publicly reported the bug, it appears that the issue was discovered by Eliza Callahan who was writing a poem novel for her novel using Google Docs.

Needham's findings have also been confirmed by other users running Firefox 99.0.1

Another user, Sergii Dymchenko, said strings like "But. But. But. But. But." triggered the same response. Some also noticed putting any of the terms like "Also, Therefore, And, Anyway, But, Who, Why, Besides, However," in the same format achieved the outcome.

A YCombinator HackerNews reader suspected the cause to be the "Show grammar suggestion" option in Google Docs.

A Google spokesperson confirmed the presence of the issue adding, "we're aware of this issue and the team is working on a fix."

How to recover your document

First thing first, turn off Show grammar suggestions so you do not run into issue by accident. In order to turn it off go to Tools and then into Spelling and grammar and untick Show grammar suggestions.

Now, if you already have a document that has been crushed, fear not because there is a workaround to access it. For some strange reason this bug does not manifest on Google Docs mobile app, so you can open the crushed document in the mobile app, delete words that have caused the bug and reopen the document on your desktop.

Until Google comes up with the solution this is currently the only way to address the issue.

Read More
How to install and remove fonts in Windows 10
Once a tedious and unfriendly task of installing fonts has been severely made easier and more user-friendly. As technology advances daily so do some tasks. One of these tasks which today look unnecessarily complicated is fonts installation in Windows. What was once complicated navigation to control panel with an administrative account, today is two-click with the mouse anywhere, well anywhere on your hard drive, but still a great improvement nonetheless. Ok, so you have found cool new font which you like very much and you are eager to try it out, but how do you install it in Windows so your other software can find it and use it? The task is incredibly easy, let's presume that you have downloaded desired font or fonts to your hard drive from the internet, they are nicely placed in a folder, all you have to do is select which one you would like to install, right-click on any one selected and click on install. That's it, that is all that you need to do. Now in order to remove fonts first, you will have to go to the folder which has all fonts installed in the system. The location of this folder is conveniently enough c:\Windows\Fonts. In there select all fonts that you would like to uninstall from the system and simply delete them, that's it.
Read More
SoftwareUpdater Malware Removal Guide

Software Updater is an ad-supported browser extension hijacker that claims to update your PC programs and drivers. In addition to managing the installation of your selected software, this install manager will make recommendations for additional free software that you may be interested in. Additional software may include toolbars, browser add-ons, game applications, anti-virus applications, and other types of applications. The hijacked homepage, softwareupdater.com, did not have valid legal privacy and disclaimer policies on its website as of publication date.

This software adds a Windows Task Scheduler in order to launch the program at various times, including system startup. The software has access to all installed applications on your PC and can install bundled products with unwanted malware. It is also commonly distributed in bundles with unwanted software. Several anti-virus programs have classified this software as malware and are therefore not recommended.

About Browser Hijackers

Browser hijacking means that a malicious code has control over and modified the settings of your internet browser, without your consent. They’re made to interfere with browser programs for several purposes. The idea is to force users to visit specific sites that are trying to increase their visitor traffic and produce higher ad revenue. It may appear harmless, but most of these sites are not legitimate and could present a severe threat to your online safety. Browser hijackers can even allow other malicious programs without your knowledge to further damage your computer.

How to determine if your web browser is hijacked

The common symptoms that indicate having this malicious software on your computer are: 1. home page is changed 2. you find new unwanted bookmarks or favorites added, typically directed to advertisement-filled or pornography websites 3. the default search engine has been changed and your browser security settings have been lowered without your knowledge 4. you find unwanted new toolbars added 5. you may find many pop-up ads on your computer screen 6. your internet browser has become unstable or starts running sluggishly 7. you can’t go to specific websites such as home pages of anti-malware software.

Exactly how browser hijacker infects computers

Browser hijackers infect PCs in numerous ways, including via a drive-by download, a file-share, or an infected email. Many web browser hijackings come from add-on software, i.e., browser helper objects (BHO), toolbars, or extensions added to web browsers to provide them additional functionality. Also, certain freeware and shareware can put the hijacker in your PC through the “bundling” technique. Some of the well-known hijackers are SoftwareUpdater, Conduit Search, Babylon Toolbar, OneWebSearch, Sweet Page, and CoolWebSearch. Browser hijackers may record user keystrokes to collect potentially valuable information leading to privacy issues, cause instability on systems, drastically disrupt user’s browsing experience, and eventually slow down the computer to a point where it will become unusable.

Browser Hijacker Malware – Removal

Certain hijackers could be removed by just uninstalling the related free software or add-ons through the Add or Remove Programs in the Windows Control Panel. In some cases, it can be a tough task to identify and get rid of the malicious piece because the associated file could be running as part of the operating system process. Besides, browser hijackers might modify the Computer registry so it can be extremely tough to fix manually, especially when you are not a very tech-savvy person.

How To Get Rid Of Malware That Is Preventing Anti-Malware Installation?

Malware can cause many different types of damage to PCs, networks, and data. Some malware is meant to restrict or prevent things that you want to do on your computer system. It may not permit you to download anything from the net or stop you from accessing some or all of the internet sites, especially the anti-virus websites. If you’re reading this now, you’ve perhaps recognized that a malware infection is a reason for your blocked internet traffic. So how to proceed if you need to install an anti-virus software like Safebytes? Even though this type of problem can be difficult to circumvent, there are a few actions you can take.

Install the anti-virus in Safe Mode

In Safe Mode, you can change Windows settings, un-install or install some software, and eliminate hard-to-delete viruses and malware. In the event, the virus is set to load immediately when PC boots, shifting into this particular mode can prevent it from doing so. To start the computer into Safe Mode, hit the “F8” key on your keyboard right before the Windows boot screen comes up; Or after normal Windows boot up, run MSCONFIG, check “Safe Boot” under Boot tab, and click Apply. As soon as you restart into Safe Mode with Networking, you could download, install, as well as update the anti-malware program from there. At this point, you could run the antivirus scan to remove viruses and malware without hindrance from another malicious application.

Switch to an alternate browser

Some malware only targets certain internet browsers. If this sounds like your situation, utilize another browser as it might circumvent the virus. The best solution to avoid this problem is to select a web browser that is well known for its security measures. Firefox contains built-in Malware and Phishing Protection to help keep you secure online.

Install and run anti-malware from your flash drive

To effectively remove the malware, you might want to approach the issue of running anti-virus software on the affected computer system from a different perspective. Adopt these measures to run the antivirus on the affected PC. 1) Download the anti-malware program on a virus-free PC. 2) Mount the USB drive onto the same computer. 3) Run the setup program by double-clicking the executable file of the downloaded application, which has a .exe file extension. 4) Pick a thumb drive as the place when the wizard asks you exactly where you want to install the program. Follow the on-screen instructions to complete the installation. 5) Disconnect the pen drive. You can now use this portable anti-malware on the infected computer. 6) Double-click the anti-malware program EXE file on the flash drive. 7) Run Full System Scan to detect and get rid of all types of malware.

Features of SafeBytes Anti-Malware

Want to install the best anti-malware software for your computer system? You can find many applications available that come in paid and free versions for Windows systems. Some of them do a great job in getting rid of threats while some will affect your PC themselves. You must be careful not to choose the wrong application, especially if you purchase a paid software. Among few good programs, SafeBytes Anti-Malware is the strongly recommended software for the security-conscious individual. SafeBytes anti-malware is really a powerful, highly effective protection application made to assist users of all levels of IT literacy in identifying and eliminating harmful threats from their computers. Through its cutting-edge technology, this software protects your PC against infections brought on by different types of malware and similar threats, including spyware, adware, computer viruses, worms, trojan horses, keyloggers, ransomware, and potentially unwanted program (PUPs). SafeBytes possesses a plethora of great features that can help you protect your laptop or computer from malware attack and damage. The following are some of the best ones: Real-time Active Protection: SafeBytes delivers complete and real-time security for your laptop or computer. They are very efficient in screening and getting rid of different threats because they are constantly revised with new updates and safety measures. Best AntiMalware Protection: This deep-cleaning anti-malware application goes much deeper than most antivirus tools to clean your personal computer. Its critically acclaimed virus engine finds and disables hard to remove malware that conceals deep inside your computer. Safe Browsing: SafeBytes gives an instant safety rating about the web pages you’re about to check out, automatically blocking unsafe sites and make sure that you’re certain of your online safety while browsing the net. Lightweight Tool: SafeBytes is a lightweight and easy-to-use antivirus and antimalware solution. As it uses minimal computer resources, this application leaves the computer’s power exactly where it belongs: with you actually. Premium Support: You may get absolutely free 24/7 technical support from their computer experts on any product queries or computer security issues.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove SoftwareUpdater without the use of an automated tool, it may be possible to do so by removing the program from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and removing it. You will likely also want to reset your browser. To ensure the complete removal, manually check your hard drive and registry for all of the following and remove or reset the values accordingly. Please note that this is for advanced users only and may be difficult, with incorrect file removal causing additional PC errors. In addition, some malware is capable of replicating or preventing deletion. Doing this in Safe Mode is advised.

The following files, folders, and registry entries are created or modified by SoftwareUpdater

Files: C:Program FilesSoftware UpdaterSoftwareUpdater.exe C:Program FilesSoftware Updatersuscan.exe C:Program FilesSoftware Updater C:Program FilesSoftware Updater cpprest120_xp_1_4.dll C:Program FilesSoftware Updater cpuidsdk.dll C:Program FilesSoftware Updater DriversHQ.SDK.REST.Win32.dll C:Program FilesSoftware Updater msvcp120.dll
Read More
A 3 Step DIY Guide to Repairing Error 501

Error 501 - What is it?

Error 501 is an error code that sometimes may occur while you are using Internet Explorer on your Windows PC. The error message is displayed as:

'Error 501: Not implemented or not supported.'

Solution

Restoro box imageError Causes

It is difficult to narrow down the ultimate cause of error 501. This is because this error code can be triggered by multiple reasons such as:
  • Third-party confliction or due to an incorrect HTTP 1.1 setting
  • Improper program installation
  • Changes in the “LocalAccountTokenFilterPolicy” registry key
  • Corrupted Registry Database

Further Information and Manual Repair

The occurrence of this error regardless of what the cause is may cause a lot of inconvenience to you. And if not fixed on the time it can lead to system failure too. To repair the error 501, identifying the cause for the error really helps. By identifying the cause, you can easily select the most suitable solution to fix it.

Let us walk you through the solutions to fix error 501 timely:

Cause: Third-party conflicts or due to an incorrect HTTP 1.1 setting

Solution: If the above cause is the reason for error 501, this means the Local Policy Rights Settings have been altered. And because of that, Windows is not running your desired program. To solve this error simply log on to Windows as an administrator. Then run local computer policy snap-in. Open it and click on the computer configuration. Here you will see the Windows settings option. Click on it and then open security settings, local policies, and click on properties. Now in the add users section select the user which you want to add to the policy and save by pressing OK. After you’ve made changes, now try using internet explorer again. If this is the cause for the error pop, the error will not occur. If it still occurs then this means there is some other underlying cause for the error. Read on to find out.

Cause: Improper Program Installation

Solution: Error 501 may also occur due to improper program installation. The best way to resolve it is to uninstall recently installed programs.

Cause: Changes in the “LocalAccountTokenFilterPolicy” registry key

Solution: Sometimes during installation registry keys also get damaged or changed. If changes in the LocalAccountTokenFilterPolicy” registry key is the issue, then you need to alter the registry key ‘LocalAccountTokenFilterPolicy settings and its value. This key inside the registry database allows Windows to control the various access options that you have. However, due to wrong settings, it denies access and shows error 501 when you open Internet Explorer. To alter registry key settings can be tricky and complex if you are not a computer programmer. In such as scenario it is advisable to download Restoro. This is a user-friendly and multi-functional repair tool embedded with a powerful register cleaner. In addition to this, it also functions as anti-virus and a system optimizer.

Restoro Solution

Restoro is simple and easy to use. To operate this tool on your PC and to reset registry settings you don’t need any technical expertise or sound knowledge. Its smooth navigation makes it easy for users to scan and repair errors like 501 due to registry misconfiguration in seconds.  With this helper, you don’t have to modify Windows registry settings manually. It will do it automatically. Furthermore, if Error 501 is triggered by a corrupted registry database, you can run it to repair this issue too. It cleans and wipes out all the unnecessary and obsolete files that could be corrupting your registry. This includes junk files, internet history, and invalid registry entries. It clears up your hard disk space and repairs your corrupted registry. If your PC’s registry is damaged due to malicious software like viruses and malware, then it uses advanced antivirus to remove them from your system. It has a value-adding backup feature that enables you to create a backup of your files for data safety and recovery in case of loss during repair. Restoro is compatible with all Windows versions.

Starting with Restoro

Here are 3 simple steps to get started:
  1. Click here to download Restoro.
  2. Once the installation is complete, run it to scan for errors
  3. After scanning the errors, simply click repair to resolve the issues including the error code 501.
Along with fixing error code 501 triggered by registry damage, it also repairs all other PC-related issues. It helps maintain a stable and error-free system for the longest time.
Read More
Fix Error 0x8004230F when creating Restore
Creating a System Restore point is definitely a must especially when you are about to make some changes to your computer. This will help make sure that the system settings and files can go back to an earlier point, should something go wrong, without affecting any personal files. However, there are cases when creating a System Restore Point does not go smoothly and you encounter an error that says, “The shadow copy provider had an unexpected error while trying to process the specified operation ( ox8004230F )”. Aside from creating System Restore Point, you can also encounter this error when you create a system image or backup. According to reports, this error pops up when the required services are not running or not properly responding. And to fix it, there are several recommendations that will be provided in this post to fix the Error 0x8004230F when creating System Restore point in Windows 10. You can try to check the Volume Shadow Copy Services status or run the VSSADMIN tool. You could also check the status of the Microsoft Software Shadow Copy Provider Service or create System Restore Point in a Clean Boot State. For more details, refer to the provided options below.

Option 1 – Try checking the status of the Volume Shadow Copy Service

  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • From the list of services, look for the Volume Shadow Copy service and double-click on it.
  • After that, this will open the Properties where you have to make sure that the Startup type is set to Automatic (Delayed Start) and then click on the Start button underneath it.
  • Once done, click on Apply and then OK to save the changes made.
  • Now try creating a System Restore Point again and see if the error is already fixed or not.

Option 2 – Try to run the VSSADMIN tool

In case you don’t know, the shadow copy provider is sensitive and some other backup, disk cloning, etc. can make it malfunction. To fix this, you can run the VSSADMIN tool by following these steps:
  • Tap the Win + R keys to open the Run dialog box and type “cmd” and hit Enter to open Command Prompt.
  • Next, execute this command to check if you have other third party VSS admin providers: vssadmin list providers
  • After that, if it finds any, you need to disable them but if it does not find anything, then proceed.

Option 3 – Try to check the Microsoft Software Shadow Copy Provider Service status

  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • From the list of services, look for the Microsoft Software Shadow Copy Provider Service and double click on it.
  • After that, this will open the Properties where you have to make sure that the Startup type is set to Automatic (Delayed Start).
  • Once done, click Apply and OK to save the changes and then try creating System Restore Point again.

Option 4 – Troubleshot the problem in a Clean Boot State

It is possible that some third-party program installed in your computer might be the one that’s causing the ox8004230F when you try to create a System Restore point. Thus, you can try to boot your computer in a Clean Boot State and then try to perform the task again.
  • 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 “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 to configure Windows to use the usual startup, just simply undo the changes.)
  • Once your computer has restarted try to create a System Restore Point again and if it now works, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Renaming items in the Win+X menu
As you know, the Win + X menu, which is the shortcut context menu, is a useful way to launch several utilizes in Windows such as Power Options, Windows PowerShell, Event Viewer, Device Manager, and so on. However, there are times when you might experience difficulty in identifying the required utility. This is actually a part of the Windows 10 shell that goes out of scope in the customization of Windows 10. However, there is an easy trick you can use to do that. So in this post, you will be guided on how you can rename the options in the Win + X menu in Windows 10. In case you don’t know, the context menu is divided into three groups. Microsoft has categorized the bottom-most part as Group 1, while the middle part is categorized as Group 2 and the first part as Group 3. To rename these options, you need to use File Explorer and follow the instructions laid out below. Step 1: First, tap the Win + E keys to open File Explorer. Step 2: Next, navigate to this path: %LocalAppdata%MicrosoftWindowsWinX Step 3: From there, you should see three folders as Group 1, Group 2, and Group 3. Open the appropriate folder of your choice. Step 4: After that, right-click on the shortcut option you want to rename and then select Properties. Step 5: Next, navigate to the Shortcut tab under the Properties window. Step 6: Now in the text field of Comment, enter the new name of the option you selected. Step 7: Click on the Apply and OK buttons to save the changes made. Note: You can now either Sign back in or sign out of your Windows 10 User Account to see the result of the changes you’ve made. You could also restart the process of File Explorer via Task Manager. This will close the File Explorer as well as the shell components and then only launch the shell components again. In addition, you can check the Win + X menu to see the customized name that you’ve just set for a particular option. As you can see, even though it does not add anything extra, it is still a lot better in knowing how you can customize it.
Read More
Fix Windows Update Install Error 0x80070020
Getting a few errors here and there when updating your Windows 10 computer is not uncommon. Some of these errors won’t allow the Windows Update service to initiate while the other ones will halt the process while it’s running. So in this post, we’ll show you what you can do to fix the Windows Update error 0x80070020. The Windows Update error 0x80070020 is most likely caused by some programs installed in the system which interferes with the Windows Update process. It might be an antivirus program, an incompatible program, a potentially unwanted program, or worse, malware. In addition, corrupted or missing files might also be the culprit. Whichever the cause may be, here are some suggestions you need to check out to resolve the problem.

Option 1 – Try to reset the Windows Update components manually

  • To manually reset the Windows Update components, first, you need to stop the Background Intelligent Transfer Service, Windows Update, and the Cryptographic Services. To do so, run the following command in Command Prompt and make sure to press Enter after you enter each one of them:
    • net stop bits
    • net stop wuauserv
    • net stop cryptsvc
  • Next, delete the “qmgr*.dat” file in order to reset the Windows Update components. To do delete this file, run the following command in Command Prompt:
    • Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat
  • Now you have to rename both the SoftwareDistribution and Catroot2 folders by entering the following command in Command Prompt:
    • Ren %systemroot%SoftwareDistributionSoftwareDistribution.bak
    • Ren %systemroot%system32catroot2catroot2.bak
  • Reset BITS and Windows Update service by entering the following commands in Command Prompt:
    • sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    • sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
  • Now enter the following command:
  • cd /d %windir%system32
  • RE-register BITS and other Windows Update related files by typing each one of the following commands:
    • regsvr32.exe atl.dll
    • regsvr32.exe urlmon.dll
    • regsvr32.exe mshtml.dll
    • regsvr32.exe shdocvw.dll
    • regsvr32.exe browseui.dll
    • regsvr32.exe jscript.dll
    • regsvr32.exe vbscript.dll
    • regsvr32.exe scrrun.dll
    • regsvr32.exe msxml.dll
    • regsvr32.exe msxml3.dll
    • regsvr32.exe msxml6.dll
    • regsvr32.exe actxprxy.dll
    • regsvr32.exe softpub.dll
    • regsvr32.exe wintrust.dll
    • regsvr32.exe dssenh.dll
    • regsvr32.exe rsaenh.dll
    • regsvr32.exe gpkcsp.dll
    • regsvr32.exe sccbase.dll
    • regsvr32.exe slbcsp.dll
    • regsvr32.exe cryptdlg.dll
    • regsvr32.exe oleaut32.dll
    • regsvr32.exe ole32.dll
    • regsvr32.exe shell32.dll
    • regsvr32.exe initpki.dll
    • regsvr32.exe wuapi.dll
    • regsvr32.exe wuaueng.dll
    • regsvr32.exe wuaueng1.dll
    • regsvr32.exe wucltui.dll
    • regsvr32.exe wups.dll
    • regsvr32.exe wups2.dll
    • regsvr32.exe wuweb.dll
    • regsvr32.exe qmgr.dll
    • regsvr32.exe qmgrprxy.dll
    • regsvr32.exe wucltux.dll
    • regsvr32.exe muweb.dll
    • regsvr32.exe wuwebv.dll
  • Now type each one of those commands below.
    • net start bits
    • net start wuauserv
    • net start cryptsvc

Option 2 – Install the updates in a Clean Boot State

You might want to try putting your computer in a Clean Boot state and then install Windows Updates again without any trouble. 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” 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.)
  • After that, try to install the Windows Updates or upgrade again.

Option 3 – Clear the contents of both the SoftwareDistribution and Catroot2 folders

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

Option 4 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update error 0x80070020. 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 5 – Try restarting the Windows Update Services

  • Open the Services Manager.
From there, make sure that you set the following services and Startup types:
  • Background Intelligent Transfer Service: Manual
  • Cryptographic Service: Automatic
  • Windows Update Service: Manual (Triggered)
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