Logo

Fix Windows Update error 0x80070422

If you were trying to run Windows Update or activate Windows Firewall or download from the Windows Store but encounter the Windows Update Error 0x80070422 instead, read on as this post will show you how you can resolve the problem.

This kind of Windows Update error occurs when the Windows Update or WUAUSERVE is not started or when the Background Intelligent Transfer Service or BITS can’t be started. It could be that they are disabled or because they have no enabled devices associated with them. Whichever the case is, you can check out the options given below to fix the Windows Update Error 0x80070422 and make sure that you create a System Restore point first before you start.

Option 1 – Check the status of some Windows Update Services

  • 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:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • 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 2 – Try to disable IPv6 in the Network Center

You might also want to disable IPv6 in the Network Center in order to fix the Windows Update Error 0x80070422. How? Follow these steps:

  • Tap the Win + X key combination on your keyboard and click on Network Connections.
  • This will open the Network Connections section under the Setting app. From there, click on the Network and Sharing Center link located at the right side of the panel which will open a Win32 version of the Windows settings known as Control Panel.
  • In the Control Panel, click on the network your computer is connected to.
  • A mini window will appear and in that window click on Properties which will open another mini window that will provide a list.
  • From this list, uncheck the option that says, “Internet Protocol Version 6 (TCP/IPv6)”.
  • Now click on OK and close all the other windows and see if it fixes the Windows Update error.

Option 3– Run the Windows Update Troubleshooter

If disabling IPv6 didn’t work, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including the Windows Update Error 0x80070422. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Try running the DISM tool

You can also try to run the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Upgrade error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.

  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows Update Error 0x80070422. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.

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 Windows Update Error 0x80071a91
Windows Update Error 0x80071a91, what it is? As you know, Windows Updates are very essential to the operating system since they push with them the important security updates that are crucial to the system. And if a Windows Update is delayed, it can the system vulnerable to potential threats. Thus, this kind of issue must be resolved right away. One of the errors that you can encounter while updating your computer is the Windows Update Error 0x80071a91. The error code 0x80071a91 occurs when the “Transaction support within the specified file system resource manager is not started or was shut down due to an error”. This happens when a service called “File System Resource Manager” or FSRM does not function due to some reason. To fix the Windows Update Error 0x80071a91, here are some suggestions that could help.

Option 1 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update Error 0x80071a91. 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 2 – Disable the antivirus program temporarily

There are times when the antivirus program installed in your computer blocks file access and even disk access. Thus, disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 3 – Try resetting the File System Resource Manager

As pointed out earlier, the error 0x80071a91 pops up when the FSRM service suddenly stops working and so resetting this service via Command Prompt might resolve the problem. To do so, follow the steps below.
  • In the Windows Search box, type “command prompt” and hit Enter.
  • Then right-click on Command Prompt from the related search results and click the “Run as administrator” option.
  • After opening Command Prompt as admin, type the following command and hit Enter:
resource setautoreset true C:
  • After that, exit Command Prompt and restart your computer and then check if the problem’s fixed by running Windows Update again.

Option 4 – Flush the contents of the SoftwareDistribution folder

You have to stop a couple of services such as BITS, Cryptographic, MSI Installer, and Windows Update Services. And to do that, you need to flush the contents in the SoftwareDistribution folder. The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. Aside from that, it also contains all the Windows Update History files and once you delete them, you will most likely lose the Update history. As a result, the next time you run the Windows Update, it may result in a longer detection time.
  • 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.
  • 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

Option 5 – Delete the Common Log File System transaction logs

You might also want to delete the Common Log File System or CLFS transaction logs to fix the Windows Update Error 0x80071a91.
  • Open an elevated Command Prompt.
  • Then type each of the commands listed below and press Enter after you type each one of them.
    • cd /d %SystemRoot%System32SMIStoreMachine
    • attrib -s -h *
    • del *.blf
    • del *.regtrans-ms
  • After you’ve executed the commands given above, restart your computer and try to update Windows 10 again.
Read More
How to Fix Error Code 0x80060100 on Your PC

Error Code 0x80060100

Error Code 0x80060100 is an error that relates to the Windows Update process. It most commonly occurs when the Update process runs and cannot be completed, as the system appears to have necessary files corrupted or absent.

Common symptoms include:

  • Inability to begin the Windows Update process
  • Inability to complete the Windows Update process

While it can be frustrating when users are not able to complete their necessary updates for Windows 10, there are several solutions that are available to fix the problem at hand. Some of the methods that can be used are simple and accessible, even for beginners, while advanced methods of resolution are also available for users who are more confident in their abilities.

Error Code 0x80060100 appears on Windows 10 and earlier versions of the Windows operating systems. In most cases, the steps to resolve the problem remain the same, regardless of the system on which the error appears. This error code is also related to Error Code 0x800b0100, which appears in similar circumstances.

If the solutions below are not successful in resolving Error Code 0x80060100 on your machine, you may need to get in touch with a qualified repair technician who can assist you in the resolution of the issue at hand. Any repair technician used should be familiar with the needs of the Windows 10 update process.

Solution

Restoro box imageError Causes

The primary cause for the appearance of Error Code 0x80060100 on a Windows machine is that the Update files have had damage to them or are found to have elements missing that are necessary for the completion of the Update process.

Further Information and Manual Repair

If Error Code 0x80060100 has appeared on your Windows operating system as you are attempting to download, install, or run Windows Update, there are several steps that you can take to attempt to resolve the error. Some of these methods require advanced knowledge or skills, so if you are not confident in your ability to undertake the steps below, contact a qualified Windows repair technician to assist you in the process.

Here are the best ways to resolve Error Code 0x80060100:

Method One: Run the Troubleshooter for Windows Update

As you attempt to run the Windows Update process and experience difficulty, there is a tool that will usually appear on the screen called the Windows Update Troubleshooter. This process can scan the files being used for the update process and attempt to fix the errors on its own, retrieving or repairing any damaged files as it comes across them.

In most cases, this step on its own will resolve Error Code 0x80060100 on a computer. However, if you are still unable to run Windows Update after using the Troubleshooter, you may need to run a disk repair tool before proceeding.

Method Two: Restart Your Computer

In some cases, Error Code 0x80060100 can be resolved simply by restarting the computer that is affected by the error. Even if this step is not successful on its own, restarting after each of the other methods can allow necessary changes to take place and refresh the progress of the Windows Update process.

Method Three: Use the DISM Tool

This method requires some skill and knowledge of your operating system. To use this tool, follow the steps below:

  • Step One: From the right side of the screen, use your mouse to swipe inward and select the “Search” option.
  • Step Two: When the search box appears, enter in the words “command prompt".
  • Step Three: From the results that appear, right-click on the “Command Prompt” option, then choose the option to “Run as Administrator.” An administrator password may be required at this point.
  • Step Four: In the window that comes up, enter in the following words, hitting the “Enter” key after each:
    • Dism.exe /online /cleanup-image /scanhealth
    • Dism.exe /online /cleanup-image /restorehealth
  • Step Five: Type in “exit” to close the prompt window and hit the Enter key.
  • Step Six: Attempt to run the Windows 10 Update process again, restarting your computer as needed beforehand.

If the methods above are not successful in the resolution of Error Code 0x80060100, a qualified Windows repair technician may be able to assist you.

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Update cannot currently check for updates
If you receive an error message saying, “Windows Update cannot currently check for updates because updates on this computer are controlled”, while trying to change the Windows Update preferences or manually update, then read on as this post will guide you in fixing it. You can mostly encounter this error in managed systems where an Administrator controls the permission on the operating system. The reason why you are not able to modify the Windows Update preferences or manually update your system is that a group policy prevents you from doing so and that the only user who can do these things is none other than the administrator of the system. Troubleshooting this kind of problem is the same as when you troubleshoot an error message that says, “Some settings are managed by your organization”. In such cases, you need to check both the Windows Update Group Policy and Registry settings. If you’re just a standard user, you have to contact your system administrator regarding this issue and if you are the administrator, you can make adjustments to the system settings via the Registry Editor and the Group Policy Editor. Refer to the instructions given below for detailed instructions.

Option 1 – via the Registry Editor

If you are using the Home edition of Windows 10 and you want to change the policy for non-admin users on your local computer, then you can use the Registry Editor for that. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to the following registry key:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows
  • From there, look for the key named “WindowsUpdate” in the Windows folder and if it does not exist, you can just right-click on the Windows folder and select New > Key.
  • Now name the new key “WindowsUpdate” and create a new sub-key under the newly created key and input “AU” as its name.
  • Keep AU selected and then right-click anywhere in the right pane and select New > DWORD (32-bit) Value.
  • Then name the Value as “AUOptions” and right-click on AUOptions and select Modify.
  • Next, change the value of the Value data to “5” and click OK to save the changes made to the settings. Note that the Value Data of 5 refers to the policy to allow the local admin to choose the setting.
  • Now restart your computer once you’re done and check if non-admin users can now modify the Windows Update settings or update Windows.

Option 2 – via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and then type “gpedit.msc” and hit Enter to open the Group Policy Editor.
  • Next, navigate to this folder: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  • Now look for the “Configure Automatic Updates” policy on the right pane and double click on it to open its Properties.
  • After that, shift the Radio button to “Enabled” and from the drop-down menu for Configure automatic updating, select option 5: Allow local admin to choose the setting.
  • Then click on Apply and OK to save the changes made to the settings.
  • Restart your computer and check if the problem’s fixed or not.
Read More
How to turn off check boxes in File Explorer
By default inside Windows 11 in File Explorer, once the file is selected, the small check box will appear beside it on left indicating visually that the file is selected. Older users will remember this feature from old Windows Vista and the feature itself is great if you are on some sort of touch device and need to select multiple files. windows 11 File ExplorerHowever, if you are working on a computer with a keyboard and mouse this feature might annoy you and seem like something that is not needed. Like many things inside Windows 11 this feature also can be customized and turned OFF if you do not want it. In this guide, we will see how to turn these boxes off. Microsoft has somewhat hidden this feature but luckily it is not difficult to find it if you know where to look.

Turning check boxes OFF

  1. Open File Explorer (if you do not have an icon on your Taskbar, right-click on the Start button and select File Explorer from the menu)
  2. Click on View on the top toolbar
  3. Select Show
  4. Uncheck Item Check Boxes
That is everything that needs to be done, after the checkbox is unchecked all check boxes from File Explorer will disappear. If you wish to turn boxes back ON, just follow the steps and check the box beside Item Check Boxes.
Read More
Babylon Removal Tutorial

What is Babylon?

Babylon is a self-published computer dictionary and translation program. Babylon is a tool used for translation and conversion of currencies, measurements, and time, and for obtaining other contextual information. The program also uses a text-to-speech agent so users hear the proper pronunciation of words and text. Babylon’s translation software adds the Babylon toolbar identified as a browser hijacker. This toolbar may modify the homepage of the browser. It adds a Scheduled Task, Startup file, and Registry Keys that allow it to run at any time. A Windows Firewall exception is also added for the software, allowing it to connect to the internet without content.

About Browser Hijackers

Browser hijacking is actually a type of unwanted software program, commonly a browser add-on or extension, which causes modifications in browser settings. Browser hijackers will do a number of things on your computer. Often, hijackers will force hits to internet sites of their choice either to increase targeted traffic generating higher ad revenue, or to obtain a commission for each and every user visiting there. It could seem harmless, but the majority of these websites aren’t legitimate and can present a significant risk to your online safety. Additionally, hijackers can make the entire infected system fragile – other harmful malware and viruses will take hold of these opportunities to get into your PC effortlessly.

Signs of browser hijacker malware

There are several symptoms of browser hijacking. Here are a few of them: the home page of your browser is changed all of a sudden; new bookmarks pointing to porn websites are added to your favorite pages; the default browser settings have been modified and/or your default search engine is altered; unsolicited new toolbars are added to your internet browser; you notice a lot of pop-ups on your computer screen; your web browser gets sluggish, buggy, crashes frequently; you cannot go to certain sites such as homepages of anti-malware software.

How it infects your computer

Browser hijackers may use drive-by downloads or file-sharing networks or perhaps an email attachment in order to reach a targeted computer system. They may also originate from any BHO, browser extension, toolbar, add-on, or plug-in with malicious intent. Sometimes you might have accidentally accepted a browser hijacker as part of a software bundle (usually freeware or shareware). Examples of well-known browser hijackers include Fireball, GoSave, Ask Toolbar, CoolWebSearch, Babylon Toolbar, and RocketTab. The existence of any browser hijacker on your system will considerably diminish the browsing experience, monitor your online activities that lead to troublesome privacy issues, produce system stability issues and finally cause your PC to slow down or to a nearly unusable state.

Browser hijacker removal tips

Some hijackers can be easily removed by deleting the free software they were included with or by eliminating any add-ons you’ve recently added to your computer system. Sadly, most of the software packages used to hijack a web browser are intentionally designed to be hard to eliminate or detect. And there’s no denying the fact that manual fixes and removal can be quite a difficult task for an inexperienced PC user. Besides, there are numerous risks associated with fiddling around with the pc registry files. Anti-malware application is extremely efficient when it comes to picking up and eliminating browser hijackers that regular anti-virus program has overlooked. To get rid of any kind of browser hijacker from your PC, you could download this top-notch malware removal tool – Safebytes Anti-Malware.

What To Do If You Cannot Install Safebytes Anti-Malware?

Practically all malware is inherently unsafe, but certain types of malicious software do much more damage to your computer than others. Certain malware types alter browser settings by adding a proxy server or modify the PC’s DNS configurations. In such cases, you will be unable to visit some or all websites, and thus unable to download or install the required security software to clear out the infection. So what you should do if malware prevents you from downloading or installing Anti-Malware? Even though this sort of problem can be tougher to get around, there are some actions you can take.

Boot Windows in Safe Mode

If the malware is set to run at Windows start-up, then booting in Safe Mode should prevent it. Just the minimum required applications and services are loaded when you start your laptop or computer into Safe Mode. To launch your Windows XP, Vista, or 7 computers in Safe Mode with Networking, follow the instructions below. 1) After switching on the computer, hit the F8 key before the Windows splash screen begins to load. This should bring up the Advanced Boot Options menu. 2) Use the arrow keys to select Safe Mode with Networking and press ENTER. 3) Once this mode loads, you should have the internet. Now, make use of your internet browser normally and navigate to https://safebytes.com/products/anti-malware/ to download Safebytes Anti-Malware. 4) Immediately after installation, do a full scan and allow the software to delete the threats it detects.

Obtain the antivirus software using a different browser

Certain malware may target vulnerabilities of a particular browser that obstruct the downloading process. The best way to overcome this problem is to opt for a web browser that is well known for its security measures. Firefox comprises built-in Phishing and Malware Protection to help keep you secure online.

Install security software on a flash drive

Another option is to store and run an antivirus program completely from a Thumb drive. Try these simple actions to clear up your affected computer using a portable antivirus. 1) Use another virus-free computer to download Safebytes Anti-Malware. 2) Mount the USB drive onto the same PC. 3) Double-click the exe file to run the installation wizard. 4) When asked, choose the location of the pen drive as the place in which you would like to store the software files. Do as instructed on the screen to finish up the installation process. 5) Remove the flash drive. You may now utilize this portable anti-malware on the infected computer. 6) Double-click the antivirus software EXE file on the pen drive. 7) Press the “Scan Now” button to start the virus scan. If all the previously mentioned methods are not able to help you in downloading and installing the anti-malware, then you have no option but to reinstall the computer’s operating system to wipe out all of the data, including the harmful programs which are obstructing the anti-malware installation. If you are unclear regarding which method works best for you, simply call 1-844-377-4107 to speak to our computer professionals who can walk you through the process to fix your infected computer system.

SafeBytes AntiMalware Overview

Today an anti-malware program can protect your PC from different kinds of internet threats. But how to decide on the best one among countless malware protection application that is available in the market? You may be aware, there are several anti-malware companies and products for you to consider. A few of them do a good job in eradicating malware threats while many will harm your computer themselves. While looking for an anti-malware program, pick one which provides dependable, efficient, and total protection against all known computer viruses and malware. With regards to commercial application options, many people select popular brands, like SafeBytes, and they are quite happy with it. Safebytes is among the well-established computer solutions firms, which offer this all-inclusive anti-malware program. When you have installed this software, SafeBytes' sophisticated protection system will make sure that no viruses or malware can seep through your PC. SafeBytes anti-malware provides a myriad of enhanced features which set it apart from all others. The following are some of the great features included in the tool. Optimum AntiMalware Protection: With its enhanced and sophisticated algorithm, this malware removal tool can detect and remove the malware threats hiding within your computer system effectively. Real-time Active Protection: SafeBytes offers entirely hands-free real-time protection and is set to monitor, block, and destroy all computer threats at its very first encounter. They’re highly efficient in screening and getting rid of numerous threats because they’re regularly revised with new updates and safety measures. Web Filtering: Through its unique safety score, SafeBytes notifies you whether a site is safe or not to visit it. This will ensure that you’re always certain of your online safety when browsing the world wide web. Light-weight: This program is not “heavy” on the computer’s resources, so you’ll not notice any performance difficulties when SafeBytes is operating in the background. 24/7 Guidance: You can obtain totally free 24/7 technical assistance from their IT experts on any product queries or PC security concerns. SafeBytes has put together an excellent anti-malware solution to help you conquer the latest computer threats and virus attacks. There is no doubt that your computer system will be protected in real-time as soon as you put this software to use. So if you’re trying to find a comprehensive antivirus program that’s still easy to use, SafeBytes Anti-Malware is exactly what you need!

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove Babylon 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 Babylon
Files: $APPDATABabylonToolbarBabylonToolbar $APPDATABabylonToolbar $PROGRAMFILESBabylonToolbarBabylonToolbar $PROGRAMFILESBabylonToolbar Registry: key HKEY_CLASSES_ROOT named Babylon.dskBnd. key HKEY_CLASSES_ROOT named Babylon.dskBnd key HKEY_CLASSES_ROOT named bbylnApp.appCore. key HKEY_CLASSES_ROOT named bbylnApp.appCore key HKEY_CLASSES_ROOT named bbylntlbr.bbylntlbrHlpr. key HKEY_CLASSES_ROOT named bbylntlbr.bbylntlbrHlpr key HKEY_CLASSES_ROOT named bbylntlbr.xtrnl” key HKEY_CLASSES_ROOT named bbylntlbr.xtrnl key HKEY_CLASSES_ROOT named escort.escortIEPane. key HKEY_CLASSES_ROOT named escort.escortIEPane key HKEY_CLASSES_ROOT named escort.escrtBtn. key HKEY_CLASSES_ROOT named esrv.BabylonESrvc. key HKEY_CLASSES_ROOT named esrv.BabylonESrvc key 09C554C3-109B-483C-A06B-F14172F1A947 at HKEY_CLASSES_ROOTTypeLib. key 2EECD738-5844-4a99-B4B6-146BF802613B at HKEY_CLASSES_ROOTCLSID. key 2EECD738-5844-4a99-B4B6-146BF802613B at HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects. key 3718D0AF-A3B8-4F5E-86F3-FAD8D02043BE at HKEY_CLASSES_ROOTInterface. key 4E1E9D45-8BF9-4139-915C-9F83CC3D5921 at HKEY_CLASSES_ROOTTypeLib. key 6E8BF012-2C85-4834-B10A-1B31AF173D70 at HKEY_CLASSES_ROOTTypeLib. key 706D4A4B-184A-4434-B331-296B07493D2D at HKEY_CLASSES_ROOTInterface. key 78868069-5D96-4B47-BE52-3D625EE3D7CB at HKEY_CLASSES_ROOTInterface. key 78888F8B-D5E4-43CE-89F5-C8C18223AF64 at HKEY_CLASSES_ROOTInterface. key 8B8558F6-DC26-4F39-8417-34B8934AA459 at HKEY_CLASSES_ROOTInterface. key 94C0B25D-3359-4B10-B227-F96A77DB773F at HKEY_CLASSES_ROOTInterface. key 98889811-442D-49dd-99D7-DC866BE87DBC at HKEY_CLASSES_ROOTCLSID. key 9E393F82-2644-4AB6-B994-1AD39D6C59EE at HKEY_CLASSES_ROOTInterface. key A3A2A5C0-1306-4D1A-A093-9CECA4230002 at HKEY_CLASSES_ROOTInterface. key AD25754E-D76C-42B3-A335-2F81478B722F at HKEY_CLASSES_ROOTAppID. key AD25754E-D76C-42B3-A335-2F81478B722F at HKEY_CLASSES_ROOTTypeLib. key B0B75FBA-7288-4FD3-A9EB-7EE27FA65599 at HKEY_CLASSES_ROOTInterface. key B12E99ED-69BD-437C-86BE-C862B9E5444D at HKEY_CLASSES_ROOTTypeLib. key B173667F-8395-4317-8DD6-45AD1FE00047 at HKEY_CLASSES_ROOTInterface. key B8276A94-891D-453C-9FF3-715C042A2575 at HKEY_CLASSES_ROOTCLSID. key BDB69379-802F-4eaf-B541-F8DE92DD98DB at HKEY_CLASSES_ROOTAppID. key BFE569F7-646C-4512-969B-9BE3E580D393 at HKEY_CLASSES_ROOTInterface. key C2434722-5C85-4CA0-BA69-1B67E7AB3D68 at HKEY_CLASSES_ROOTInterface. key C2996524-2187-441F-A398-CD6CB6B3D020 at HKEY_CLASSES_ROOTInterface. key C8D424EF-CB21-49A0-8659-476FBAB0F8E8 at HKEY_CLASSES_ROOTInterface. key D7EE8177-D51E-4F89-92B6-83EA2EC40800 at HKEY_CLASSES_ROOTTypeLib. key E047E227-5342-4D94-80F7-CFB154BF55BD at HKEY_CLASSES_ROOTInterface. key E3F79BE9-24D4-4F4D-8C13-DF2C9899F82E at HKEY_CLASSES_ROOTInterface. key E46C8196-B634-44a1-AF6E-957C64278AB1 at HKEY_CLASSES_ROOTCLSID. key E77EEF95-3E83-4BB8-9C0D-4A5163774997 at HKEY_CLASSES_ROOTInterface. key FFB9ADCB-8C79-4C29-81D3-74D46A93D370 at HKEY_CLASSES_ROOTCLSID. key BabylonToolbar at HKEY_CURRENT_USERSoftware. key BabylonToolbar at HKEY_LOCAL_MACHINESOFTWARE. key dhkplhfnhceodhffomolpfigojocbpcb at HKEY_LOCAL_MACHINESOFTWAREGooglechromeExtensions. key escort.DLL at HKEY_CLASSES_ROOTAppID. key esrv.EXE at HKEY_CLASSES_ROOTAppID. value 98889811-442D-49dd-99D7-DC866BE87DBC at HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerToolbar.
Read More
Fix Partner did not connect to router Error
One of the great remote assistance software that helps you remotely access and control computers is TeamViewer. However, despite how efficient it is, there are still times when it throws up some errors and one of them is when TeamViewer is not able to connect and throws an error that says, “No connection to partner, Partner did not connect to router, Error Code WaitforConnectFailed”. This kind of error in TeamViewer mostly occurs when the Partner computer is not connected to a network. On the other hand, it could also occur when they are connected to a network so there are various causes for this issue. It could also be that the installation of the program itself was at fault or there is an incompatibility between the TeamViewer versions installed on both the computers and so on. Although there are several causes for this error, the potential fixes are still the same. You can try to restart the network or allow Full Access Control to TeamViewer or flush the DNS cache. For more information, refer to the following options but before you proceed, make sure that both your Windows 10 computer and TeamViewer program are updated to their latest stable versions.

Option 1 – Reboot your router

The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.

Option 2 – Allow Full Access Control to TeamViewer

  • First, open TeamViewer, and then from the Menu bar, click on Extras.
  • After that, click on Options and select Advanced from the left side navigation panel.
  • Next, click on the “Show advanced options” button located on the right-hand side.
  • Then select Full Access from the drop-down menu of the Access Control option under the “Advanced settings for connection to this computer section”.
  • Now click OK and check if the error is now fixed or not.

Option 3 – Try to flush the DNS configuration

You could also try to flush the DNS configuration in your computer to fix the error. How? Refer to these steps:
  • Tap the Win + X key combination and click on the Command Prompt (Admin) option or you could also search “cmd” in the Cortana search box and right-click on Command Prompt from the search results and select the “Run as administrator” option.
  • After opening Command Prompt with admin privileges, enter each one of the commands given below sequentially in order to flush the DNS cache.
    • ipconfig/release
    • ipconfig/renew
    • ipconfig/flushdns
  • Now type the exit command to close Command Prompt and then restart your computer and see if the problem is fixed.
On the other hand, you could also try to reset Winsock as well as the TCP/IP.

Option 4 – Run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 5 – Try to perform Network Reset

You might perform a Network Reset to resolve the problem if none of the four given options worked. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.
Read More
How to Repair Error Code 33

Code 33 - What is it?

Code 33 is a typical Device Manager error. This error code occurs when Windows is unable to start a device that you are trying to use on your PC. The error code 33 is usually displayed in the following format:

“Windows cannot determine which resources are required for this device. Code 33”

Solution

driverfix boxError Causes

Error code 33 may be triggered due to two reasons. One reason can be the translator's failure to find the correct resource for the device driver.

And since this error code is associated with the Device Manager, another reason can be an outdated or corrupted device driver. In most cases, the underlying problem for Device Manager error code is outdated/corrupted drivers.

The good news is that Device Manager error code 33 is not detrimental. However, if the error is not resolved timely, it can lower the functionality and the performance of your PC. You may not be able to use the hardware device.

Further Information and Manual Repair

To resolve code 33, you don’t need to be technically sound or hire a professional computer programmer. Just like any other Device Manager error code, code 33 is also easy to repair.

To help you fix this issue on your system, below are some of the best, easy, and effective DIY solutions.

Method 1 - Configure Hardware Device

Properly configure the problematic hardware device to fix error code 33. It is important to understand that when you install a device that is not plug-and-play, the resource settings are not configured automatically.

This means for such devices you will have to perform device configuration manually.

For device configuration, here’s what you should do:

  1. Go to the start menu
  2. Click Control Panel, then click Performance and Maintenance, and then System
  3. Now on the hardware tab, click on Device Manager and then double click the device you wish to configure
  4. Click the resources tab and then click on the check box next to the Use Automatic Setting
  5. After that click, the ‘Setting Based On’ and then click the hardware configuration you wish to change
  6. Press the ‘Resource Type’ you will like to configure in the ‘Resource Settings’ box
  7. Now go to the Change Settings tab and type a new value for the Resource Type

Method 2 - Update the Problematic Drivers

Code 33 can also be generated due to driver problems. In such a scenario, it is recommended to update the outdated or corrupted drivers.

Identifying all problematic drivers and updating them individually can be frustrating and time-consuming. Therefore to save time and avoid the hassle involved in updating drivers manually, it is advisable to download DriverFIX.

Method 3 - Download DriverFIX to Update Drivers Automatically

DriverFIX is a next-generation and user-friendly program compatible with all Windows versions.

This software is exclusively designed to repair and resolve device driver-related problems and error codes.

Once installed, its intelligent and intuitive programming system detects all outdated, corrupted, and misconfigured device drivers on your PC. It automatically updates all the problematic drivers in a few seconds. It makes sure that the driver versions are the latest and compatible with your operating system.

Furthermore, it also ensures that drivers are continuously updated whenever new versions are available. So, you don’t have to worry about keeping device drivers up to date.

Click here to download DriverFIX to resolve Device Manager error code 33 today!

Read More
New Windows 11 keyboard shortcuts
New Windows brings new keyboard shortcuts, most of them are tied to new features and we are presenting you some new ones that are worth remembering. keyboad shortcuts⊞ WINDOWS + N - notification panel ⊞ WINDOWS + W - News and Interests feed With the News and Interests feed, Windows 11 offers users the ability to check the latest news, the weather, and more without opening a browser window. ⊞ WINDOWS + Z - Snap Layout Instead of the usual two windows snapping capability, Windows 11 allow users to snap their windows in a three-column layout. Users can access this by pressing Windows Key and Z to access the Snap layout. ⊞ WINDOWS + PRT SCN - taking screenshots This one isn’t exactly new, but pressing the Windows Key and Print Screen will automatically capture the entire screen and save a copy of the image on your PC. Once the screen flashes, you will know that the screenshot has been taken, after which you can find the file saved under your Pictures folder in a subfolder called Screenshot. ⊞ WINDOWS + C - Microsoft Teams chat Microsoft Teams app, the service allows anyone with a Microsoft account to quickly start a chat using the Windows + C shortcut.
Read More
Windows laptop turns off when unplugged
If your Windows 10 laptop suddenly turns off when you unplug its power cord, then you’ve come to the right place as this post will guide you on how you can fix this issue. One of the most common causes for this kind of issue is that there is some problem with your laptop’s battery. It is possible that it might have gone bad or has been damaged. However, this couldn’t be the case especially if the laptop is new. The problem could have something to do with the system settings, connections, laptop hardware, and so on. To fix it, there are various suggestions you can check out such as follows:

Option 1 – Perform a hard reset on your laptop

This option works in most cases when the laptop with a removable battery is charging slowly as it is plugged in constantly. Refer to the steps below to do a hard reset on your laptop.
  1. Switch off the power of your laptop.
  2. Disconnect your laptop’s charger and then remove the battery.
  3. Tap and hold the power button for at least 30 seconds – doing so will discharge the capacitors of the motherboard and reset the memory chips that were active constantly.
  4. Plug the battery back and then charge the laptop again.
Check if the problem is fixed, if not, proceed to the next option below.

Option 2 – Try to change the Power Options

  • Tap the Win + R keys to open the Run utility.
  • Then type “powercfg.cpl” and tap Enter to open the Power Options window.
  • Next, go to your selected power plan and click the “Change plan settings” option to open a new page.
  • From there, click on the “Change advanced power settings” option. This will open a new window where you can see various power consumption options.
  • Now on the next window that appears, click on “Change advanced power settings”. This will open another window where you have to expand the Processor power management > Maximum processor state.
  • Then change the value for On battery mode to 25% and enable Adaptive brightness.
  • Now shut down your computer and try to boot it with the power cord unplugged.

Option 3 – Try to run the Power troubleshooter

The next thing you can do is to run the Power troubleshooter. To do so, follow these steps:
  • Go to Settings and navigate to Update & Security > Troubleshoot.
  • After that, look for the “Power” option from the given list of built-in troubleshooters and click on it.
  • Next, click on the “Run the troubleshooter” button to run the Power troubleshooter.
  • Once the troubleshooter is done identifying the problems, follow the next on-screen instructions to resolve the problem.

Option 4 – Try to run the Power Efficiency Diagnostics Report

You could also try to run the Power Efficiency Diagnostics Report to fix the problem. This tool is helpful and will help you analyze the status of the battery but note that this can be quite overwhelming especially if you’re not well-versed in this matter.

Option 5 – Try to uninstall or reinstall the Battery driver

You might also want to uninstall or reinstall the battery driver as it can also resolve the problem. But before you start, you have to shut down your computer and remove the power chord as well as the battery. Once you’re done, follow these steps:
  • Plug the power cord and restart your computer.
  • Once your computer has restarted, tap the Win + R keys to open the Run utility and type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • After that, look for the “Batteries” driver from the list of drivers and expand it.
  • Then right-click on the “Microsoft ACPI-Compliant System” driver and click on the “Uninstall device” option.
  • Once it’s done, restart shut down your computer and remove the power cord and then attach the battery.
  • Now attach the power chord again and restart your computer to automatically install the driver.

Option 6 – Try to update the BIOS

Updating the BIOS can help you fix the problem but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.
Note: If updating the BIOS didn’t help, you might want to consider resetting it instead.
Read More
Create Custom Views in Event Viewer
The Event Viewer in the Windows operating system is used to troubleshoot any computer issues. It is one of the most useful tools that keep logs of both security and system events. It also monitors for both software and hardware problems in the computer. This tool is the only one with amazing features that maintain logs about everything that’s going on in the computer system. It keeps track of all the information to the point where going over them will take a lot of time. Luckily, the Event Viewer tool now allows users to create custom views where you can set the filters and sort the data recorded to limit the information details to only what you’re interested in seeing. For instance, if you want to troubleshoot with one hard drive, you can just create a special custom view to display only the hard drive warnings in the security logs. This will save you hassle and time. Take note that the logs in the Event Viewer are divided into two main categories namely the Window logs and the Application and Services logs. You can just set the filter to the logs by their event id, specific date, and many other events when you have to troubleshoot some problem in your computer. So if you are trying to troubleshoot a problem in your Windows 10 computer and you’re checking the Event Viewer, read on as this post will guide you in creating custom event views in the Event Viewer. To get started, refer to the instructions given below. Step 1: Go to the Start menu and in the search box, type “event viewer” and then click on Event Viewer from the search results to open it. Step 2: After opening Event Viewer, click on Custom Views located in the left pane of the window. Step 3: Next, click on the Administrative events under the Custom View to create special log views. Step 4: Then on the right side of the window, click on Create Custom View to open the Create Custom View window. Step 5: There is a logged drop-down list under Filter. From there, you have the option to choose an appropriate predefined time or use a custom time range for your Custom log views. Step 6: After that, select an appropriate event level for your custom view. You have fine entry-level options to choose from such as critical event level, error, warning, information and verbose.
  • Critical – select this if you want to see the events that require your immediate attention in the custom view.
  • Error – select this if you want your Event Viewer to display the events that are less critical but hints at the problems.
  • Warning – select this event-level if you want to see the event with the potential problem but may not bound to happen.
  • Verbose – select this if you want to see detailed information about all the events.
Step 7: After you’ve selected the event level, you now have to select how you want the events to be filtered. They can either be filtered By the log or By the source.
  • By the log – you can select two options called Windows log and, Application and Service logs. The Windows logs allow you to filter the logs created during events like setup, security, applications, and system events. While the Application and Service logs filter the log created by the installed applications in your system.
  • By the source – select this if you want your Custom View to search for information in event sources. It allows you to view events in detail for various applications and devices.
Note: You have the option to further customize the event logs with more filters like Event IDs, task category, keywords, User, and Computer. Using these additional filters, you can choose to filter the events in the special views by specifying event id numbers in the Event IDs, entering predefined Windows words in the Keyword, specify the user accounts in the User field, as well as choose the system from the server to maintain logs in the Computer field. Step 8: Once you’re done customizing the log filter, click on OK to apply the changes made. Step 9: After that, a Save Filter should be displayed in the Custom View window. Just enter the Custom View name and select the Event Viewer folder where you want to save the Custom view. The folder name should be Custom View by default. And if you want, you can also create your own folder if you want your custom views to be visible to all the system users. Step 10: Next, check all the Users box located in the lower corner of the window and then click the OK button after you’re done. You should now see the customized filter you just created on the left side of the window. Just click on it to check your filtered events in the center of the Event Viewer window. And for you to save the custom view logs, simply right-click on the Custom views you created and then click on Save All Events in the Custom View As from the drop-down menu. Then put a name on the file and select the appropriate location where you want to save the logs and click on the Save button. Note that the log file is saved with the “.EVTX” file extension and when you double click on it, it will open the file in the Event Viewer.
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