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

The boot configuration data store can not open
The Boot Configuration Data or BCD files have the instructions required by the Windows operating system in order to properly boot the computer. So if you experience any trouble when you boot your computer, then it is possible that it is due to some misconfiguration or even corrupted Boot Configuration Data files. And if you also encounter an error saying,
“The boot configuration data store could not be opened”
while you try to carry out any command on the bcedit.exe, then you’ve come to the right place as this post will guide you on how you can fix this error in Windows 10. This kind of error could pop up if the system is not able to locate the specified file. It is also possible that the requested system device can’t be found or that the boot configuration data store could not be opened. In addition, when you open the System Configuration or MSConfig, you might notice that there is no Boot data, and according to the reports, is that when you try to dual boot the computer, the installer will replace the default bootloader.

Explanation

In case you don’t know, Windows’ earlier versions were stored in the “Boot.ini” file. You can find the entry in the EFI firmware boot manager of the EFI-based operating system which is located at EFIMicrosoftBootBootmgfw.efi. Whatever the cause of the error is, there are several suggestions you can check out to resolve the problem. You can try to set an entry option value in BCD or enable the Advanced options menu, as well as rebuild the BCD. Before you proceed with the troubleshooting options provided below, make sure that you boot your computer into the Advanced Recovery Mode first since that’s where you can find Command Prompt under the Advanced Options. In addition, you also have to suspend or disable BitLocker and Secure Boot on your PC.

Option 1 – Try to set an entry option value in BCD

  • Once you’re in the Advanced Options, select Command Prompt.
  • Next, execute this command to set an entry point: bcdedit /set {current} Description "TheNameYouWant"
  • After the command has been executed, it will enable the system to trust a version of Windows that is not trusted by default. This should fix the problem, if not, follow the next given options below.

Option 2 – Try to specify the BCD file

  • In the elevated Command Prompt, execute this command: bcdedit /store c:BootBCD
  • Once done, the command will give you a list of options and then execute this next command: bcdedit /store c:BootBCD /set bootmenupolicy legacy
  • After that, restart your computer and select your Windows and then tap the F8 key right away.
Note: When you select the legacy option, the Advanced Options menu will be available during the computer boot up and then you can select into which operating system you can boot your computer into.

Option 3 – Try to rebuild the BCD files

The first thing you can do to resolve the issue is to Rebuild Boot Configuration Data or BCD files.
  • 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.
  • From there, select Command Prompt and once you open it, enter each one of the commands given below by sequence.
    • bootrec /FixMbr
    • bootrec /FixBoot
    • bootrec /ScanOS
    • bootrec /RebuildBcd
  • Once you’re done executing the commands given above, type “exit” to close the Command Prompt window and then restart your computer and see if it fixed error code 0xc000014c.
Read More
Some update files aren’t signed, 0x800b0109
Windows Updates are checked for their validity every time they are downloaded from Microsoft servers just like how browsers check websites for a valid certificate. And so if you got an error message saying, “ Some update files aren’t signed correctly, error code 0x800b0109 ” while trying to update your computer, it indicates that the Windows service was unable to verify the validity of the Windows Update. To fix this error, you can try out the options prepared in this post.

Option 1 – Reboot your computer and try again

Save your work and reboot your computer and then try checking for updates again. In some cases, all you need is a restart to fix errors like error code 0x800b0109.

Option 2 – Try to update Windows after an hour or so

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

Option 3 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like Error 0x8007001E. 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 – Delete the contents in the Temporary folder

You can also try deleting the contents in the Temporary folder – all the downloaded, pending, or failed Windows 10 updates. You can do that using the simple and easy steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%temp%” in the field and press Enter to open the Temporary folder.
  • After that, select all the folders and files within the Temp folder and delete all of them.

Option 5 – Clear the contents in the Software distribution 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 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 6 – 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.
Read More
Windows 10 Setup says I need to uninstall a program or utility in order to continue setup. I cannot find program it ask for or it was already uninstalled

What is this particular error?

One common issue when trying to upgrade to Windows 10 from Windows 7 or 8 is incompatible software. Any installed software or app that isn’t compatible with Windows 10 will prevent you from continuing with the set-up. Normally, you’ll get an error message “What needs your attention” and it will ask you to uninstall a list of apps manually. Unfortunately, some users reported that they couldn’t find the app it asks to uninstall. In some cases, users said they’ve already uninstalled the app but it still won’t start the Windows 10 Setup.

Solution

Restoro box imageError Causes

This type of issue normally occurs because of the following:

  • Incompatible software/apps
  • Corrupted software/apps
  • Incomplete uninstallation

Further Information and Manual Repair

Here are some steps you can take whenever you encounter this error.

Note: Before taking any steps, make sure that you’re highly equipped to do so. Some steps might affect the system and even do more damage to your computer. You might also want to consider using an automated tool instead.

Method 1 – Perform a clean boot, then retry upgrading

A clean boot is normally done to start Windows using the least set of drivers and startup programs available. By doing this, it eliminates possible software issues that happen when installing or uninstalling a program in Windows 10.

Before performing a clean boot, make sure to take note of the following:

  • You need administrative privileges in order to perform this action.
  • When doing this, your computer might lose temporarily functionality. However, it will return after start-up.
  • It is highly advisable to not use the System Configuration to change advanced boot options.

Here are the steps to perform a clean boot.

  • Step 1 – Go to Start and search for msconfig
  • Step 2 – Go to System Configuration
  • Step 3 – Under Services tab, click on the “Hide all Microsoft services” checkbox. Then, choose to Disable all
  • Step 4 – Go to the System Configuration’s Startup tab. Then, click on “Open Task Manager”
  • Step 5 – In the Task Manager dialog box, you will see a Startup tab. Choose items that you want to disable and then click the Disable button
  • Step 6 – Close the Task Manager dialog box.
  • Step 7 – Go back to the Startup tab of the System Configuration box. Click “Ok” then proceed with restarting.

Method 2 – Manually uninstall programs from the Program Files folders

Instead of using the “add or remove programs” feature in Windows, you might need to manually install the program directly from the C drive. To do this, follow the steps below:

  • Step 1 – Go to the C drive, and look for the Program Files folders. For 32-bit users, you can find it at C:\Program Files. If you’re using the 64-bit version of Windows, go to C:\Program Files (x86) folder.
  • Step 2 – Find the “uninstall” application file
  • Step 3 – Right-click, and run the file as administrator. Wait for the uninstallation to finish. In some software, you need to restart your system before the uninstallation will take effect.

Note: In some cases, you may also need to search for files related to the program. You can use the search bar under Drive C to do this. Delete those files as well.

Method 3 – Create a new user account

Before upgrading to Windows 10, create a new user account. Make sure it has administrative privileges. From there, run the upgrade.

Method 4 – Use third-party uninstaller services

If you still can’t run Windows 10 Setup after the above methods, you might need to rely on a third-party service. Microsoft recommends Revouninstaller that can help you.

Before using this software, reinstall the application or utility that Windows 10 wants you to install. Then, use Revouninstaller to delete the program completely.

Method 5 – Disable third-party antivirus software

Some users who experienced this issue reported that it was solved after disabling or completely uninstalling the anti-virus software installed in their system.

Method 6 – Use a trusted automated tool

If after trying the above methods, the problem still persists, it might be best to use a trusted automated tool to fix the issue.

Read More
Repair Windows 10 Error Code 0xC1900200, 0x20008

Code 0xC1900200, 0x20008, What is it?

Error Code 0xC1900200, 0x20008 (Code 0xC1900202 – 0x20008)  is an error that occurs when you attempt to upgrade to Microsoft Windows 10, but the minimum requirements have not been met by your computer. You will therefore be unable to upgrade to Microsoft Windows 10 until your computer is updated or upgraded to meet those requirements. Common symptoms include:
  • When attempting to upgrade a dialog box with Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008) is displayed.
  • Your computer is unable to begin the Microsoft Windows 10 upgrade process.

Solution

Restoro box imageError Causes

Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008)  occurs when you are unable to begin the Microsoft Windows 10 upgrade because your computer does not meet the minimum requirements to run Microsoft Windows 10.
  • You are unable to begin the upgrade because your computer does not meet the required system or hardware specifications.
  • You are not running the correct version of Microsoft Windows to be able to begin the upgrade.
  • You are not running the latest updated version of Microsoft Windows 7 SP1 or Microsoft Windows 8.1. Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008) as stated, simply means your computer does not meet the requirements to update and does not indicate a permanent problem or inability to continue to use your computer. This error only means that you will not be able to upgrade to Microsoft Windows 10 until your computer is made to meet these requirements.

Further Information and Manual Repair

There are several solutions that the user can complete at home that should fix the problem resulting in a manifestation of Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008). Below are several options that should resolve this error.

Method 1:

Verify what version of Microsoft Windows you are currently running, older, outdated, or no longer supported versions of Microsoft Windows are not able to upgrade to Microsoft Windows 10. If you are not running one of the following versions you will have to update before being able to upgrade.
  • The most current version of Microsoft Windows 7 SP1
  • The most current version of Microsoft Windows 8.1

Method 2:

Your computer's system specifications do not meet the requirements to be able to upgrade to and run Microsoft Windows 10. To check your system specifications do the following.
  • Click on the start button in the bottom left corner, then locate the control panel on the menu, click on it to open.
  • Once it opens, locate system and security on the menu and click to open, click on system and this will show you your amount of RAM and processor speed.
  • Find device manager on the left-hand side click this then select display adapter, and it will show you your current video card.
  • Click on the start button again, then click on the computer in the menu, this will show you your hard drive size, and available space.
If you have the option available you can simply run the get Microsoft Windows 10 app to check compatibility. Once you have your system specs make sure they meet or exceed the following.
  • 1 GHz or higher processor or SoC
  • 1 gig of RAM for 32 bit and 2 gigs of RAM for 64 bit
  • 16 GB available hard drive space for 32 bit, 20 GB for 64 bit
  • Minimum of DirectX9 that has 1.0 WDDM
  • At least an 800x600 display
If your computer does not meet these minimum requirements, upgrade the components necessary to meet them. If you do not possess the technical expertise required to accomplish this yourself or do not feel comfortable doing so, download and install a powerful automated tool to get the job done.

Method 3:

Your computer might not meet the aforementioned requirements to make an upgrade because of insufficient hard drive space or resources. Learn how to create space on your computer.

Method 4:

Many people hold on to and use the same computer for a very long time. It is possible that your computer cannot be upgraded to meet the requirements, or that the cost to do so would be so high that a new computer would be cheaper. If that is the case, your only option may be to replace your computer.
Read More
Fix Windows Update Error 0x8007001f – 0x20006
As you know, Microsoft’s Windows Media Creation Tool is a useful tool that helps you download and install the latest version of the Windows 10 operating system. However, there are times when it could encounter some problems during the update process. One of these programs is the following error message:
“0x8007001F-0x20006, The installation failed in the SAFE_OS phase with an error during REPLICATE_OC operation.”
The error pointed out the “Safe OS phase”. It is the phase that’s initiated to install all the required Windows Updates. Thus, the possible cause for this error could have something to do with an interrupted download, internet connection, and many more. Although this error could be caused by a lot of factors, fixing it shouldn’t be that hard. You can try to reset the Windows Update Components or delete the Windows Update cache. You could also disable both the Firewall and your antivirus program temporarily or run the Windows Update in a Clean Boot state, as well as run the Windows Update troubleshooter. To get started troubleshooting the error, follow each one of the suggestions provided below.

Option 1 – Try to reset the Windows Update components

Resetting the Windows Update components could help you resolve the Windows Update error 0x8007001f – 0x20006. How? Refer to the following steps:
  • 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
  • Now, 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
  • Exit Command Prompt and then restart your computer.

Option 2 – Try to delete the Windows Update Cache

You might also want to delete the Windows Update cache since there are times when existing corrupt or incomplete Windows Update files can cause some problems in downloading and installing Windows Updates. To achieve this, simply delete the “$Windows.~BT” & “$Windows.~WS” folders in your computer. Once you’re done, try to run Windows Update again and see if the error is now fixed.

Option 3 – Try to temporarily disable anti-virus and Windows Defender Firewall

As mentioned, the error could be due to the antivirus program or the Windows Defender Firewall installed on your computer. Thus, disabling them or any security software installed in your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like error 0x8007001f – 0x20006 due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not

Option 4 – Run the Windows Update in a Clean Boot State

It is possible that some third-party application is the one that’s causing the problem so it’s best if you put your computer in a Clean Boot state. 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 run Windows Update again.
Note: If you are able to install the app without any trouble at all then it means that the error is caused by some third-party application on your computer. You need to look for the culprit and uninstall it once you found it.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing error 0x8007001f – 0x20006. 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.
Read More
Fix Windows Update Error 0x8024000B
As you know, Windows Updates are essential for your operating system as it keeps it protected from potential threats, fixes bugs and improves your experience in using Windows 10. However, there are instances when Windows Updates also cause errors and one of them is the Windows Update Error 0x8024000B. One of the causes of this particular Windows Update error is that Windows was not able to read the Update Manifest file which is needed to install the Windows Updates. This means that the operation was canceled by either the service or the user. On the other hand, this error could also occur if you are not able to filter the results. When you encounter this error, you will see an error message that says, “WU_E_CALL_CANCELLED: Operation was canceled”. This indicates that the operation was canceled by the operating system itself. To resolve the Windows Update Error 0x8024000B, here are some suggestions you need to check out.

Option 1 – Try to run the Cleanup (Decline) Superseded updates PowerShell script

The first thing you can do to fix the Windows Update Error 0x8024000B is to run the Cleanup (Decline) Superseded updates PowerShell script. This is actually an easy fix since all you have to do is download and run it from the Microsoft Technet site. Once you’re done downloading and running the file, restart your computer and see if the error is fixed or not.

Option 2 – Try to rename the Spupdsvc.exe file

If the first option didn’t work, you can try renaming the Spupdsvc.exe file which is one of the reasons why you’re getting the Windows Update Error 0x8024000B.
  • First, tap the Win + R keys to launch the Run utility.
  • Next, type the following command and hit Enter to execute it in cmd:
 /c ren %systemroot%System32Spupdsvc.exe Spupdsvc.old
  • The command you entered will rename the troublesome “Spupdsvc(.)exe” file to “Spupdsvc(.)old”.
  • Now restart your computer after the command has been executed.

Option 3 – Try to restart various Windows Update-related services and components

You could also try to restart some Windows Update-related services to resolve the Windows Update error. Refer to the following steps to do so:
  • Tap the Win + X key combination and select Command Prompt (Admin) to open Command Prompt with admin privileges.
  • After opening Command Prompt, copy and paste each one of the commands listed below one by one and tap Enter right after you enter each command.
    • net stop wuauserv
    • net stop bits
    • net stop appidsvc
    • ren %systemroot%SoftwareDistribution SoftwareDistribution.bak
    • ren %systemroot%system32catroot2 catroot2.bak
  • Once you’ve entered all the commands given above, they will stop all the Windows Update services that are running on your computer as well as clear the SoftwareDistribution folder, and reset the Catroot2 folder. Now you have to start all these Windows Update services you’ve just stopped by executing the following commands:
    • net start wuauserv
    • net start bits
    • net start appidsvc
    • net start cryptsvc
  • After that, restart your computer and try to run the setup again, and see if the error is now fixed.

Option 4 – Try to run the Windows Update Troubleshooter

You should also try to run the built-in Windows Update troubleshooter as it could help you resolve the Windows Update Error 0x8024000B. To run it refer to these steps:
  • Go to Settings and then click on Windows Update from the given menu.
  • Next, click on the Troubleshoot option and select Windows Update from the given options to run the Windows Update troubleshooter.
  • After that, follow the next on-screen instructions and wait until the process is completed, and check if the Windows Update Error 0x8024000B is fixed or not.
Read More
Perform Voice Activation Troubleshooting
One of the smoother things that Microsoft did with the Windows 10 operating system is to separate Cortana from Search. This means that Cortana is strictly now a voice assistant and many users have seen it coming since not everyone uses Cortana. In addition, it also paved the way for other virtual assistants like Alexa to get on board with Windows 10. And now in the newly released Windows 10 v1903, Windows has brought the Voice Activation under Privacy. In this post, you will be guided on how to perform the Voice Activation troubleshooting on your Windows 10 computer. To use Voice Activation in Windows 10, follow, in the Start Search, type “voice activation” and click on “Voice activation privacy settings” listed in the search results. And from there, you can choose to allow apps to use Microphone, like listen in the background as well as select which app can access it. Each time enabled voice assistants continue to listen via microphone for the voice keyword, the app will activate itself for the keyword and will react depending on what you ask it. So if you are using a voice assistant and it didn’t respond when you speak the keyword, just go to Settings > Privacy > Voice Activation and follow these steps:

Option 1: Check the App permission to use the voice activation feature.

You have to make sure that the toggle button for the Voice activation feature is turned on globally. It can be found under the “Allow apps to use voice activation” section. You also have to ensure that the microphone is available for apps that use this feature.

Option 2: Voice activation is not working under the lock screen.

If you tend to use the voice assistant even when your computer is locked, Microsoft has a specific setting that you have to turn on. You need to make sure that the toggle button for the “Allow apps to use voice activation when this device is locked” option is turned on. However, keep in mind that the voice assistants are not locked to only recognize your voice as they also answer to anyone who will use the voice keyword.

Option 3: Check the individual permissions of apps.

If the voice assistant is not working, you have to check each one of the apps’ permissions for voice keyword, and the option to work under locked condition works.

Option 4: Run the Microphone troubleshooter.

If you’ve verified that the settings are in place, then you have to run the Microphone troubleshooter by simply going to Settings > Privacy > Microphone. From there, make sure that the toggle button for the following options is turned on:
  • Allow apps to access your microphone
  • Enable microphone access for the voice assistant
And if it’s a desktop app, you have to enable the toggle on at the end.
Read More
An Easy Guide to Resolving Error C00D11B1

Error C00D11B1- What is it?

Error C00D11B1 is a type of Windows Media Player error code. The error C00D11B1 hampers your ability to play videos, MP3 files and songs on Windows Media Player. The error is displayed in the following format:
Error C00D11B1:’Windows Media Player can’t play the file.’

Solution

Restoro box imageError Causes

The cause of error C00D11B1 message pop up on your computer can be narrowed down to one particular reason virtually because this error may be triggered due to several reasons, these include:
  • Corrupt DRM license
  • Enabled codec of the video in Windows Media Player codecs section
  • Registry Corruption
The good news is that this error is not fatal and does not pose serious PC threats like runtime and BSoD error codes. However, it is still advisable to resolve to ensure you are able to watch movies and listen to songs on Windows Media Player without any difficulty.

Further Information and Manual Repair

Here are some of the best and effective do it yourself methods to resolve the error C00D11B1 on your PC right away:

Method 1- Disable the codec of the video option in the Codecs Section

If you are unable to play downloaded movie files on your PC on Windows Media Player, then try this method to resolve the issue. Simply open Windows Media Player, Go to Tools, Options, DVD and then click Advanced Tab. Here find the codecs section, scroll down to the codec of the video you are trying to play and see if it says enabled. If it does, then disable it and then select a decorder for the codec. Now try running the video again on your Windows Media Player. This will hopefully resolve the issue. Nonetheless if the error still persists, try method 2.

Method 2- Delete DRM Licenses & cache and Download it Again

Sometimes the error C00D11B1 can also be trigged by corrupt DRM licenses & cache. To resolve the issue, simply delete all files. First open Windows Explorer (Windows key + E) and then go to C:ProgramDataMicrosoftWindowsDRM. Now delete all files in this folder. Once deleted, Let Windows Media Player download your license again. After downloading the DRM license again, run the Windows Media Player to see if it works.

Method 3- Disable Firewall Temporarily

Firewall can also be responsible for blocking the Windows Media Player streaming. Firewalls often block important ports that are required in order to run some programs. If this is the cause, then simply disable Firewall temporarily to resolve the issue.

Method 4- Repair the Registry

Registry is that part of your computer that saves all the activities performed on the PC and all the files too including both important and unimportant files like cookies, junk files and bad registry entries. If these unimportant and obsolete files are not removed frequently, the registry gets corrupt and damaged. And due to this reason you may experience error code C00D11B1 on your system. To resolve this issue, simply repair the damaged registry by downloading Restoro. This is a powerful PC Fixer integrated with a registry cleaner. The registry cleaner removes all unnecessary files, cleans and repairs the registry in seconds. Click here to download Restoro and fix error C00D11B1 on your PC right now!
Read More
A Quick Guide to Fixing Error 2738

Error 2738 - What is it?

Error 2738 is associated with the VBScript engine. VBScript is the abbreviation for Visual Basic Scripting. It is an Active Scripting programming language developed by Microsoft and modeled on Visual Basic. It is used with a fast interpreter in a large variety of Microsoft environments. Error 2738 indicates that the VBScript engine is not registered properly on your PC. It occurs when you try to install or uninstall VBScript-supported applications on your system. The error message is displayed in the following format:
"Error 2738. Could not access VBScript run time for custom action."

Solution

Restoro box imageError Causes

There are several reasons for the error 2738 message pop up. These include: Incorrect or corrupt registry entries on your system. These entries interfere with VBScript support in Windows thereby generating such error codes.
  • Removal of McAfee Antivirus
  • Windows registry values are not updated accurately during the uninstallation of McAfee Software
  • The Visual Basic Script is registered in the registry under the local user instead of the local machine
No matter what the cause of the error may be, it is recommended that you resolve the issue immediately without any delay.

Further Information and Manual Repair

Here are some of the easy and proven DIY methods to repair error 2738 on your PC:

Method 1

If the error 2738 occurs because the VBScript is not registered correctly, then follow these steps to resolve.
  1. Go to the start menu, open Run, and type RegEdit in the box and then press OK. This will open the Windows Registry Editor.
  2. Now type KEY_LOCAL_MACHINESOFTWAREClassesCLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}InprocServer32, if the key does not have a data value of C:\Windows\System32\vbscript.dll then simply add it.
  3. Now go to the All programs option and then Accessories.
  4. Here right-click on Command Prompt and then ‘Run as Administrator’.
  5. Now type egsvr32 vbscript.dll then press enter. After that type regsvr32 jscript.dll and then press enter.
  6. Restart your PC to activate changes.

Method 2

Sometimes error 2738 may occur when you uninstall preinstalled MacAfee antivirus software on your system. Un-installation usually leaves some trace components in the registry. These components must be removed completely otherwise error codes like 2738 may keep occurring on your computer screen. In such an event, the best way to resolve it is to download the McAfee Consumer Product Removal utility from McAfee's official website. Save this file on your desktop. Double click the file and follow the steps to remove this software completely and successfully from your PC. Proper removal of the McAfee program will resolve error 2738 right away. But if the error still persists then try other methods illustrated below.

Method 3

Download Restoro to remove incorrect and corrupt registry entries on your system that may be interfering with VBScript support. Restoro is a new and easy-to-use PC Repair Tool deployed with an intuitive interface and a powerful registry cleaner. The registry cleaner removes all entries corrupting the registry, cleans it, and resumes it to its normal state. Click here to download Restoro.
Read More
Fix Windows Activation Error Code 0x8007007B in Windows 10
If you recently upgraded your computer or if you’ve just switched to a new Windows 10 PC, the most common errors you might encounter are the Windows Activation errors. This issue boils down to the Windows Activation server which has either failed to validate or recognize the license tied to the digital account. In this post, you will be guided on how to fix an activation error in an organization with an error code 0x8007007B. It contains this exact error message: “We can’t activate Windows on this device as we can’t connect to your organization’s activation server. Make sure that you’re connected to your organization’s network and try again. If you continue having problems with activation, contact your organization’s support person. Error code 0x8007007B.” Various computers are activated via the KMS licensing (Key Management Server) in organizations. Computers that are activated using this process do not get a permanent activation and have to stay connected to the organization instead of for at least 7 months or 180 days. It is common in Pro and Enterprise versions that are deployed in bulk for at least hundreds or thousands of computers. So imagine a user with a personal computer in the office who decided to leave the organization but will still have an activated Windows key. And so to prevent that from happening, organizations use the KMS licensing. Another possible cause of the error is in case some user used an organization key and later on, the PC just got upgraded or downgraded to a version that is not compatible with that copy of Windows. To fix this Windows Activation error, here are some suggestions that might help.

Option 1 – You can try connecting to the organization’s network and activate the computer. But before that, you need to first check if the computer actually belongs to an organization or not.

  • Tap the Win + R keys to open the Run dialog box.
  • Type “cmd” and hit Enter to open an elevated Command Prompt.
  • After that type the vbs /dlv command and hit Enter to execute it.
  • Next, check if the Product Key Channel says “GVLK”. If it does, then it means that your computer was activated using volume licensing.

Option 2 – Change Licence Key

If you’ve recently left an organization then it’s best if you buy another copy of Windows 10 and then change the license key. This time, make sure that the license key is for the same version of Windows. However, if it’s different, you need to format your computer.

Option 3 – You can try activating Windows 10 using a mobile phone

Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
  • In the Start Search box, type in “Slui 4” and tap Enter.
  • Next, select your country and click on Next.
  • Keep the window open and call the toll-free number of the country you’re from.
  • Afterward, a confirmation ID should be given by the automated system which you must take a note of.
  • Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.

Option 4 – If you think that the issue is caused by some hardware changes, you can try using the Activation Troubleshooter.

There are times when users already have the license keys and were able to activate Windows. However, it doesn’t last long and only works for a while and it’s suddenly throwing up an activation error like this one. To use the Windows Activation Troubleshooter, just go to Settings and to Activation and then run the troubleshooter from there. If you've made some modifications to your hardware, you have to click the “I changed hardware on this device recently” option for further suggestions.
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