Logo

Enumerating user sessions to generate ...

There are times when the Windows Search doesn’t work and you wouldn’t have a clue as to why it happened since it does not give any error codes. In such cases, you have to check the error logs in the Event Viewer to find out more about the problem. From there, look for an error with the Event ID 3104 in the Windows error logs and if you see an error message that says, “Enumerating user sessions to generate filter pools failed”, read on as this post will guide you in fixing the problem. Apart from the error message, you might also see more information in the details section of the log that says, “(HRESULT: 0x80040210) (0x80040210)”.

This kind of error is most likely caused by something that prohibits the search function from initializing. A lot of users assumed that it could be due to Cortana but it’s actually not. While some users also reported that they encounter the issue after they restarted their computers. This error was also reported with the same event ID 3104 on the Windows Server. According to security researchers, this error could be caused by problems in the Registry entry of Windows search. It could also be due to an issue with the SYSTEM account where it hasn’t been added to the DCOM Security. It is also possible that the Windows Search function has not been initialized.

To fix this error, you can try to rebuild the Search Index manually or run the Search and Indexing troubleshooter. You can also check the startup type of the Windows Search service or try some registry tweak.

Option 1 – Try to rebuild the Search Index manually

The first thing you can do to fix the problem is to manually rebuild the Search Index. You can do that by going to Control Panel > Indexing Options and from there, click on Advanced. After that, go to the Index Settings tab and then click on Rebuild > OK. Once you’re done, check if it fixed the problem.

Option 2 – Try running the Search and Indexing troubleshooter

You could also run the Search and Indexing troubleshooter in Windows 10 as it checks whether the settings are in place and automatically corrects any issues with the Windows 10 search function. To run this troubleshooter, just click on the Start button and select Settings > Updates and Security > Troubleshoot. From there, select the Search and Indexing Troubleshooter. Once the troubleshooter is done, restart your computer and see if it fixed the error.

Option 3 – Try checking the startup type of the Windows Search Service

In this option, you have to check the startup type of the Windows Search service since the service won’t start. To do so, refer to these steps:

  • Tap the Win + R keys to open the Run utility and type “services.msc” in the field and then tap Enter to open the Services Manager.
  • Next, from the list of services, look for the Windows Search Service or WSearch. Once you find it, right-click on it and select Properties.
  • After that, change the Startup type to Automatic and click on the Start button if the service is in the Stop state.
  • Now click on the Apply and OK buttons to save the changes made and then restart your computer.

Option 4 – Try changing the Registry entry for Windows Search

Before you apply some registry tweak, you need to create a System Restore point first. Once you have that covered, follow these steps:

  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and tap Enter to open the Registry Editor.
  • If a User Account Control prompt appears, just click Yes to proceed.
  • After opening the Registry Editor, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows Search
  • From there, click on Windows Search and look for the key named “SetupCompletedSuccessfully” and change its value to “0”. Just right-click on it and select Modify.
  • Then input “0” as its value data and click on OK to save the changes made.
  • Exit the Registry Editor and restart your computer.
  • Now check if the Enumerating user sessions to generate filter pools failed is fixed or not.

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

Windows Update Keeps Turning Off in Windows
Keeping your system updated is a must and Windows updates are definitely a great way to do that. These updates are essential since they provide important security and various fixes for bugs in your Windows 10 computer. However, there are plenty of instances when you encounter issues with Windows Updates and one of them is when the Windows Updates turn off automatically at random times. Some users reported that they saw a notification about Windows Updates being turned off. Note that the issue is not with the update itself since many users turned on the Windows Update and the system was properly updated. The issue is that the Windows Updates turned off all by itself. There could be several reasons why the Windows Updates turned off by themselves. It could be due to the antivirus program installed on your computer. Antivirus programs are known to cause issues with other programs, Windows updates components included. This can occur due to false positives as well as odd compatibility issues. Aside from antivirus programs, the Windows Update service itself could also be the root cause of the problem. There could be a corrupted file in the Windows Update folder or it could be that the Windows Update service wasn’t started properly. Any of these issues can be resolved by following the troubleshooting options given below. Make sure to follow each one of them carefully for better results.

Option 1 – Try to disable your antivirus program

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 2 – Try to make some changes in the Registry

  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • Next, type the following command and tap Enter:
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update" /v AUOptions /t REG_DWORD /d 0 /f
  • After that, type the following command and hit Enter again:
sc config wuauserv start= auto
 The command you entered will set the Windows Update to auto so you should be good to go.

Option 3 – Try to reset the Windows Update components

If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. 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
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 4 – Run 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. 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
Razer unveils their first internal PC hardware
razer pc hardware componentsRazer is a well-known brand among PC gamers and users, it started as a peripheral manufacturer focused on keyboards and mouse but after years passed Razer expanded its inventory offerings. It soon started offering headphones and lately has branched into wider product lines like gaming chairs and protection masks. It is not a big surprise that Razer is expanding into other branches of the PC industry. This time, however, it has revealed not one but three new hardware for your PC. Case fans, all in one liquid cooler and power supply. There are not many details about the products themselves but one thing is one hundred percent confirmed, they come with Razer Chroma, all of them, even the fans.

Katana Chroma ATX PSU

razer power supplyMost interesting for me personally is Razers Katana, the power supply unit. It is a modular power supply ranging from 750W to 1200W with the additional option of Titanium rated one with an impressive 1600W of power. Power supply will start shipping in early 2022 and at the time of writing this article no price range has been released.

Razer Hanbo AIO

razer water coolingHanbo liquid cooler will feature an optimized intake design so it can ensure greater heat transfer and fluid dynamic for improved reliability and silent operation. Radiator comes in 240mm size with two fans and a larger one of 360mm with three fans. The pump will be able to rotate in any direction of full 360 degrees so it can fit in any case. Hanbo will be released in November this year but no pricing has been released so far.

Razer Kunai Chroma case fans

razer case fansKunai fans will boast high static pressure performance with lowered noise. They will go as far as 2200rpm for the 120mm version where the 140mm version will go up to 1600rpm. They will come with addressable LEDs and up to eight fans will be able to be connected to Razer’s PWM fan controller that will come with a magnet at the back for easy attachment to any steel part of PC casing. PWM will use Razer’s Synapse software to customize pulse width modulation in order to improve airflow and noise. PWM will be priced at $49.99 in the Razer Store and it is available for preorder. Fans are priced at $44.99 for one 120mm or $129.99 for a three-pack of 120mm. One 140mm will go for $49.99 and a three-pack will be $129.99.
Read More
Fix BUGCODE_USB_DRIVER Error in Windows
This post will guide you in fixing yet another annoying Blue Screen of Death error, “BUGCODE_USB_DRIVER”. This particular BSOD error occurs due to some issue with usbhub.sys, winusb.sys, or usbport.sys system driver file. When you encounter this kind of Stop error on your Windows 10 PC, it indicates that an error has occurred in the Universal Serial Bus or USB driver. The USB driver is issued by Microsoft themselves and it comes along with the Windows 10 system which is why it is difficult to download its latest version using a web browser. Thus, you need to take some basic steps to resolve the problem. Carefully follow the given fixes below to fix the BUGCODE_USB_DRIVER Blue Screen error and before you proceed, you need to create a System Restore Point, this way you have some backup in case something goes out of hand.

Option 1 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 2 – Check for any available Windows Updates

Another you can try is to check if there are any Windows Updates available to make sure that your Windows 10 PC has all the latest updates installed. All you have to do is go to Settings > Update &security. From there, just click on the Check for updates button.

Option 3 – Uninstall conflicting programs and services

There are certain programs like VMWare, Virtual Box, Hyper-V Virtualization services that might be in conflict with the USB port drivers on the parent operating system. Thus, you can try uninstalling the aforementioned programs and other similar ones to see if it fixes the BSOD error.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. If uninstalling the programs mentioned above didn’t help, you might want to try putting your PC in a Clean Boot State to help you find the faulty program.
  • 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.)

Option 4 – Modify the Power Settings

  • In the Cortana Search box, type “power options” and then select Power Options from the search results.
  • After opening Power Options, click on Change plan settings for your selected power plan.
  • Next, click on Change advanced power settings.
  • Then look for USB Settings and click on it to expand it.
  • Now expand the USB selective suspend setting and then disable it.
  • After that, click on the Apply and then OK buttons to save the changes made.

Option 5 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
VideoDownload Converter removal guide

Video Download Converter is a potentially unwanted toolbar distributed by Mindspark Interactive network. This toolbar offers users the ability to download and convert youtube and other online videos.

While this may seem useful at the start, this toolbar monitors user browsing activity and records visited websites, clicked links, and even personal data, that it later uses to display injected ads through your browsing session. When the toolbar is installed, it will automatically hijack your home page and search engine setting them to MyWay.com. This search engine uses google to display your search results, however, it injects ads into the search results to generate ad revenue. Several anti-virus scanners have detected VideoDownloadManager as a Browser Hijacker, and are therefore not recommended to keep on your computer.

About Browser Hijackers

Browser hijacking is actually a form of unwanted software, commonly a browser add-on or extension, which then causes modifications in the browser’s settings. There are lots of reasons why you might experience a browser hijack; however commercial, marketing, and advertising are definitely the key purposes for their creation. Usually, it will force users to predetermined sites which are looking to increase their advertising campaign earnings. It may seem naive, but the majority of these sites are not legitimate and can pose a major threat to your online safety. Browser hijackers can also allow other harmful programs without your knowledge to further damage the computer. How to determine if your browser has been hijacked There are many symptoms that indicate the internet browser has been hijacked: the home page of your browser is changed suddenly; you find yourself constantly directed to a different web page than the one you intended; the main web browser settings are modified and unwanted or insecure resources are added to the trusted websites listing; unsolicited new toolbars are added to your web browser; you may find numerous pop-up adverts on your computer screen; your browser has instability issues or exhibits frequent errors; you can’t navigate to certain websites, such as computer security software related websites.

So how does a PC get infected with a browser hijacker?

Browser hijackers can enter a PC by some means or other, for example via file sharing, downloads, and e-mail too. Many web browser hijackings originate from add-on applications, i.e., toolbars, browser helper objects (BHO), or extensions added to browsers to provide them additional features. Some browser hijackers spread in user’s computers using a deceptive software distribution method called “bundling” (commonly through freeware and shareware). Some of the popular hijackers are VideoDownload Converter, Babylon Toolbar, Conduit Search, OneWebSearch, Sweet Page, and CoolWebSearch. Browser hijackers might record user keystrokes to gather potentially invaluable information leading to privacy concerns, cause instability on computers, drastically disrupt user’s browsing experience, and eventually slow down the PC to a point where it becomes unusable.

The best ways to remove browser hijackers

Certain kinds of browser hijackers can be easily removed from your PC by uninstalling malicious software programs or any other recently added shareware. However, many hijacking codes are not very easy to get rid of manually, since they go deeper into the operating system. Moreover, manual removal demands you to do many time-consuming and complex procedures which are very difficult to carry out for beginner computer users. You can go for automatic browser hijacker removal by simply installing and running reliable anti-malware software. Safebytes Anti-Malware has a cutting-edge anti-malware engine to help you prevent browser hijacker infection in the first place, and clean up any pre-existing issues. Together with anti-malware, a PC optimizer tool, similar to Total System Care, could help you resolve registry errors, remove unwanted toolbars, secure online privacy, and improve overall system performance.

What to Do if Malware Stops You From Downloading Or Installing Anything?

Every malware is detrimental and the magnitude of the damage will vary greatly depending on the type of malware. Some malware sits in between your PC and the internet connection and blocks a few or all internet sites which you want to visit. It would also block you from adding anything to your system, particularly anti-malware software. If you are reading this article, chances are you’re stuck with a malware infection that is preventing you to download and install the Safebytes Anti-Malware program on your computer. There are a few steps you can take to circumvent this problem.

Eliminate viruses in Safe Mode

In the event the malware is set to load at Windows startup, then booting in safe mode should prevent it. Just bare minimum required programs and services are loaded when you boot your computer into Safe Mode. Here are the steps you need to follow to take out viruses in Safemode. 1) After switching on the computer, press the F8 key before the Windows splash screen begins to load. This would invoke the “Advanced Boot Options” menu. 2) Make use of the arrow keys to select Safe Mode with Networking and hit ENTER. 3) When you are into this mode, you should have an internet connection once again. Now, utilize your web browser to download and install Safebytes Anti-malware. 4) Right after installation, run a complete scan and let the software remove the threats it detects.

Obtain the security program using a different browser

Some malware mainly targets particular browsers. If this sounds like your situation, employ another web browser as it could circumvent the virus. If you appear to have a trojan attached to Internet Explorer, then switch over to a different browser with built-in security features, such as Firefox or Chrome, to download your favorite anti-malware program – Safebytes.

Install security software on a USB drive

Here’s yet another solution which is utilizing portable USB anti-malware software that can scan your computer for viruses without the need for installation. Adopt these measures to use a USB drive to fix your corrupted computer system. 1) Download Safebytes Anti-Malware or Windows Defender Offline onto a clean PC. 2) Mount the pen drive on the same PC. 3) Double click on the downloaded file to run the installation wizard. 4) Choose a thumb drive as the location when the wizard asks you where you wish to install the application. Follow the on-screen instructions to complete the installation. 5) Transfer the pen drive from the uninfected computer to the infected computer. 6) Double-click the EXE file to run the Safebytes program from the thumb drive. 7) Click on the “Scan” button to run a full system scan and remove viruses automatically.

Detect And Remove Viruses With SafeBytes Anti-Malware

If you’re looking to purchase anti-malware for your computer system, there are lots of brands and applications for you to consider. Some of them are good and some are scamware applications that pretend as legit anti-malware programs waiting around to wreak havoc on your personal computer. Make sure you choose a company that builds industry-best anti-malware and it has attained a reputation as reliable. One of the recommended software by industry analysts is SafeBytes Anti-Malware, the most dependable program for Windows computers. SafeBytes anti-malware is really a powerful, highly effective protection tool made to help users of all levels of IT literacy in detecting and removing harmful threats from their PC. Using its cutting-edge technology, this application will assist you to remove several types of malware including computer viruses, trojans, PUPs, worms, ransomware, adware, and browser hijackers. SafeBytes has got a plethora of amazing features which can help you protect your computer from malware attack and damage. Here are some of the features you will like in SafeBytes. Active Protection: SafeBytes offers a completely hands-free real-time protection that is set to monitor, block and kill all computer threats at its very first encounter. It will continuously monitor your computer for hacker activity and also provides end-users with sophisticated firewall protection. World-class AntiMalware Protection: This deep-cleaning anti-malware application goes much deeper than most antivirus tools to clean out your computer system. Its critically acclaimed virus engine locates and disables hard-to-remove malware that conceals deep inside your personal computer. Fast Scan: SafeBytes Anti-Malware possesses a multi-thread scan algorithm that works up to 5 times faster than any other antivirus software. Web Protection: Through its unique safety ranking, SafeBytes tells you whether a website is safe or not to visit it. This will make sure that you’re always certain of your safety when browsing the web. Light-weight: This software is not “heavy” on the computer’s resources, so you’ll not find any performance troubles when SafeBytes is working in the background. 24/7 Support: You could get high levels of support around the clock if you are using their paid software. To sum it up, SafeBytes Anti-Malware is pretty great for securing your computer against all sorts of malware threats. There is no doubt that your PC will be protected in real-time once you put this software program to use. So if you’re looking for the best anti-malware subscription for your Windows-based PC, we suggest the SafeBytes Anti-Malware software program.

Technical Details and Manual Removal (Advanced Users)

If you do not want to use malware removal software and like to remove VideoDownload Converter manually, you may do so by going to the Add/Remove Programs menu in the control panel and deleting the offending software; in cases of web browser extensions, you could uninstall it by going to the browsers Add-on/Extension manager. You may even want to reset your internet browser settings, and also delete temporary files, browsing history, and cookies. Finally, examine your hard disk for all of the following and clean your registry manually to remove leftover application entries following an uninstallation. Please keep in mind that this is for advanced users only and could be difficult, with wrong file removal causing additional PC errors. Furthermore, certain malware is capable of replicating or preventing removal. Doing this malware-removal process in Safe Mode is recommended.
Files: LOCALAPPDATA\VideoDownloadConverterTooltab\TooltabExtension.dll Folders: LOCALAPPDATA\Google\Chrome\User Data\Default\Extensions\ikgjglmlehllifdekcggaapkaplbdpje LOCALAPPDATA\Google\Chrome\User Data\Default\Local Extension Settings\ikgjglmlehllifdekcggaapkaplbdpje LOCALAPPDATA\Google\Chrome\User Data\Default\Sync Extension Settings\ikgjglmlehllifdekcggaapkaplbdpje LOCALAPPDATA\VideoDownloadConverterTooltab Registry: key VideoDownloadConverter at HKEY_CURRENT_USER\Software\ key VideoDownloadConverterTooltab Uninstall Internet Explorer at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\
Read More
Fix An unspecified error 0x800700b7
If you receive an error that says, “An unspecified error occurred during System Restore (0x800700b7)” when you tried to restore your Windows 10 PC, worry not, for this post will help you resolve the problem. This kind of error typically occurs when System Restore was not completed successfully and fails instead with this error. Before you start, you must not abruptly shut down your computer and wait for the error to occur. You may receive this error due to many possible reasons. It could be caused by your antivirus program that’s not letting the process complete or corrupted system files which causes the failure or it could also be caused by an unsuccessful installation of a Windows Update. Here are some fixes you can check out if you can still boot into your computer:

Option 1 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the System Restore process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and then run System Restore again, don’t forget to enable the antivirus program back again.

Option 2 – Run the DISM tool

The next thing you can do is run the DISM tool. This tool is known to repair potentially corrupted files in your system as having them could also system issues like the blank dialog boxes. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the problem is now fixed.

Option 3 – Run the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the errors 0x8024a11a and 0x8024a112. To run the SFC command, follow the steps given below.
  • Type “cmd” in the Start search and then right-click on the appropriate search result.
  • Next, select “Run as administrator” to open Command Prompt with admin privileges.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Now restart your computer and see if the problem is fixed or not.

Option 4 – Try to run the System Restore in a Clean Boot State

If the first three given options didn’t work and the service still keeps on failing even though the service is running, you can try putting your computer in a Clean Boot State and then try to run System Restore again.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select 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.)
  • Now try to run System Restore again and see if the process goes smoothly.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing the problem with System Restore. 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. On the other hand, if you can’t boot into your Windows 10 computer, here are some fixes you can try instead:

Option 6 – Try running System Restore in Advanced Startup Options

If you cannot boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into the Advanced Startup Options screen.
  • From there, you will see some options to troubleshoot when you can’t log in to Windows in the usual way.
  • Now select Troubleshoot > Advanced Options > Command Prompt.
  • After that, type “rstrui” and hit Enter to execute the command which will start the System Restore process.

Option 7 – Run the SFC scan and DISM via Advanced Startup Options

Like what you did in the first given option, you can use the Advanced Startup Options to run both System File Checker and DISM. All you have to do is boot into the Advanced Startup Options and from there select Troubleshoot > Advanced Options > Command Prompt. After accessing Command Prompt, you can run the System File Checker scan first by entering the “sfc /scannow”. As for DISM, you can run the “Dism /Online /Cleanup-Image /RestoreHealth” command.

Option 8 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.
Read More
Fix ERR_SSL_VERSION_INTERFERENCE on Chrome
If you encounter the ERR_SSL_VERSION_INTERFERENCE error on your Google Chrome browser then this means that the browser is trying to load a website with SSL protocol but is not able to do so. This error can occur for many reasons and in this post, you will be given potential fixes that could help you in resolving the problem. But bear in mind that these potential fixes are not that straightforward forward so if you encounter an option you don’t understand much, just skip to the options you have the knowledge of. There is no direct fault in the browser for the ERR_SSL_VERSION_INTERFERENCE error as there are issues with caching the website data locally on your computer. Moreover, this kind of error can also appear when a website is coded incorrectly or if there are conflicting browser extensions installed in the browser that prevents the website to function properly. Refer to the suggestions given below to fix the ERR_SSL_VERSION_INTERFERENCE error in Chrome on Windows 10.

Option 1 – Try clearing browser data

There are times when some data in the browser is conflicting with the loading of the website and triggers errors like ERR_CACHE_MISS. And so you can try to clear your browser’s data. This might be a very basic solution but oftentimes it works in fixing this kind of error in Google Chrome. Follow the steps below to clear the data in your browser.
  • Open your Google Chrome browser.
  • After that, tap the Ctrl + H keys. Doing so will open a new panel that allows you to delete the browsing history and other data in your browser.
  • Now select every checkbox that you see and click on the Clear browsing data button.
  • Then restart your Chrome browser and check if you can now open any website or not.

Option 2 – Try disabling TSL 1.3

If clearing the browser data didn’t fix the problem, you can also try to disable TSL 1.3 in Chrome. To do so, refer to these steps:
  • Open Google Chrome.
  • Next, type in “chrome://flags/#tls13-variant” in the address bar and tap Enter.
  • After that, you should see the experimental features page for Google Chrome where you can set TSL 1.3 to disabled.
  • After disabling TSL 1.3, restart your computer and check if the problem is fixed or not.

Option 3 – Reset Winsock, TCP/IP & Flush DNS cache

Resetting Winsock, TCP/IP, and flushing DNS might help in resolving the ERR_SSL_VERSION_INTERFERENCE error just follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 4 – Get rid of any conflicting browser extensions

  • Open Chrome and press Alt + F keys.
  • Go to More tools and click Extensions to look for any suspicious browser extensions or toolbars.
  • Click the Recycle bin and select Remove.
  • Restart Chrome and press Alt + F keys again.
  • Proceed to On Startup and mark Open a specific page or set of pages.
  • To check if the browser hijacker is still active, click Set pages, if it is active, overwrite the URL.

Option 5 – Reset Google Chrome

Resetting Chrome can also help you get rid of the error. Resetting Chrome will restore its default settings, disabling all the extensions, add-ons, and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
  • Open Google Chrome, then tap the Alt + F keys.
  • After that, click on Settings.
  • Next, scroll down until you see the Advanced option, once you see it, click on it.
  • After clicking the Advanced option, go to the “Restore and clean up option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
System Restore gets stuck or hangs up
As you know, System Restore is a useful tool in Windows operating system that helps users in fixing system issues by undoing any recent changes to the computer that may have caused the problem. However, there are times when you might encounter some issues when running this tool and one of these issues is when System Restore suddenly gets stuck or hangs up on initializing the restoration of the Registry in Windows 10. If you encounter a similar problem, read on as this post will guide you on what you can do in such cases. There are several things you can do when you face this kind of problem in System Restore. First, you can try to wait it out, give it more time to load, which should not take longer than 5 minutes. And if it’s still stuck after that time, give it another hour. However, if nothing changed after an hour, then you need to troubleshoot the problem further. Keep in mind that you must not interrupt System Restore by shutting it down abruptly, it could result in an unbootable system. To get started in troubleshooting the problem, you need to follow each one of the suggestions offered below.

Option 1 – Try to use the Windows Recovery Environment

The first troubleshooting option you need to try is to simply tap the power button for about 10 seconds. This is what you have to do when you have to interrupt System Restore or reset your Windows 10 computer. Tapping the power button for 10 seconds will perform a hard shutdown and once your computer shuts down, restart your computer again and follow the steps below but before you do that, make sure that you have a Windows bootable USB or DVD.
  • First, insert the bootable USB or DVD and boot into it, and select the “Repair your computer” option.
  • Next, once you see the manufacturer logo on your computer, tap the key to enter into Windows Recovery Environment.
  • After that, change the Boot sequence to DVD drive under the UEFI Firmware settings and restart your computer.
  • Once your computer has restarted, select the boot order and make changes accordingly as displayed in the BIOS.

Option 2 – Try to run the Automatic Repair Utility

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

Option 3 – Try to run System Restore in Safe Mode

If you can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into Safe Mode.
  • After that, select an option > Troubleshoot > Advanced Options > Startup Settings > Restart.
  • Once your computer has restarted, tap the F6 key to enable Safe Mode with Command Prompt and to run System Restore from there.
  • Now in Command Prompt, type the “rstrui.exe” command to run System Restore in Safe Mode. This will help in fixing the problem since it would be safer to perform System Restore of the computer.
Read More
Turn off transparency inside your Windows 11
windows 11 transparency offWindows 11 comes with glass and transparency effects by default once it is installed. The transparency effect looks really good but if in any case, you do not like them, you can easily turn them off very easily
  1. Open settings inside Windows 11
  2. Inside settings click on Accessibility in the sidebar
  3. Click on Visual Effects on far-right
  4. Inside Visual effects, settings click on the switch beside Transparency effects to OFF
Windows will automatically save settings and apply changes right away. Just close your settings application and continue with work. You can always turn it back ON if you change your mind.
Read More
Fix UTCSVC high CPU and Disk usage in Windows
There is a lot of high resource utilization by any process that slows down a Windows operating system and one of the services that could cause such a thing is the utcsvc.exe process. This particular process at times can cause high CPU and disk usage. So if you are currently facing this problem, read on as this post will guide you on how you can resolve the problem. UTC which stands for Universal Telemetry Client is a software that runs a service named Diagnostic Tracking Service or DiagTrak. This service is used by Microsoft to collect customer feedback, analyze customer’s problems, and push resolution via updates in order to make the Windows 10 operating system better. This service is an executable file that could be translated to Service Host and even though the process does not usually cause problems, there are actually times when it does especially if it results in high resource utilization. In such cases, you might want to consider disabling it to fix its high CPU and disk usage.

According to Microsoft:

“We collect information about you, your devices, applications and networks, and your use of those devices, applications, and networks. Examples of data we collect include your name, email address, preferences, and interests; browsing, search and file history; phone call and SMS data; device configuration and sensor data; and application usage.”
There are several ways you can disable the utcsvc.exe process. You can disable it using the Service Manager, Registry Editor, and Group Policy Editor. For more details, refer to the instructions laid out below.

Option 1 – Disable the Connected User Experience & Telemetry Service via Service Manager

Note that this option is for standalone systems, so if you’re not using one, refer to the next given options below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and tap Enter or click OK to open the Services Manager.
  • From the given list of services, look for the Connected User Experience service. Once you found it, click on it and you’ll see its description which states:
“The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences. Additionally, this service manages the event-driven collection and transmission of diagnostic and usage information (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics.”
  • Next, right-click on it and select Properties.
  • Now, change its Startup Type to Disabled and click on the Apply and OK buttons to save the changes made.

Option 2 – Disable the Connected User Experience & Telemetry Service via Registry Editor

  • Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and click OK to open the Registry Editor.
  • Next, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsDataCollection
  • After that, right-click on the folder named “DataCollection” and select New > DWORD (32-bit) Value.
  • Now name the new value “AllowTelemetry” and make sure that its Value data is “0” and then click on OK to save the changes made.
  • Restart your computer.

Option 3 – Disable the Connected User Experience & Telemetry Service via Group Policy Editor

If you have to disable the service related to the Universal Telemetry Client for company-managed systems, then you can do that using the Group Policy Editor.
  • Tap the Win + R keys to open the Run utility and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to this path: Computer Configuration > Administrative Templates > Windows Components> Data Collection and Preview Build
  • After that, double-click on Data Collection and Preview Build to open its settings.
  • From there, look for the “Allow Telemetry” item and double click on it to open its Properties.
  • Next, set the radio button to Disabled and then click on the Apply button to save the changes made.
  • Restart your computer.

Option 4 – Run the Hardware and Devices Troubleshooter or the Performance Troubleshooter

Hardware and Devices Troubleshooter:

  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Performance Troubleshooter:

  • Tap the Win + R keys to open the Run dialog box.
  • Type “exe /id PerformanceDiagnostic” in the field and hit Enter to open the Performance troubleshooter.
  • Then click on Next to get started. Wait until the process is completed.
Read More
How to Fix athwbx.sys Blue Screen error
Athwbx.sys or the Qualcomm Atheros driver file is known to trigger several Blue Screen of Death errors. This occurs when the driver gets corrupted or when the operating system is unable to access or find it. In addition, bad sectors in the hard disk or RAM can also cause BSOD errors. The athwbx.sys file is known to cause the following BSOD errors listed below:
  • SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (athwbx.sys)
  • STOP 0x0000000A: IRQL_NOT_LESS_EQUAL (athwbx.sys)
  • STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED (athwbx.sys)
  • STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA (athwbx.sys)
  • Your PC ran into a problem and needs to restart. You can search online later for this error: athwbx.sys
Before you proceed with the troubleshooting tips given below, you might want to try performing System Restore as it could resolve Blue Screen errors caused by the athwbx.sys file. To run System Restore, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first.

Option 1 – Try recreating the athwbx.sys file

The first thing you can try is to recreate the athwbx.sys file. Every time your Windows 10 PC boots up, it looks for all the system drivers in place and if it is unable to find them, it tries to create them. This is why if you remove your corrupt driver file, chances are, you might get a fixed file recreated just for you. How? Refer to the steps below.
  • Boot your Windows 10 PC in Safe Mode.
  • Then open File Explorer and navigate to this location: C:/Windows/System32/drivers
  • From there, look for the file named sys and rename it to athwbx.old.
Note: As you can see, the file’s extension has changed from .sys to .old.
  • Now restart your computer and check if the athwbx.sys Blue Screen error is now fixed.

Option 2 – Try to update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 4 – Try to run the CHKDSK utility

Running the CHKDSK utility might also help you resolve the athwbx.sys Blue Screen error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.

Option 5 – Run the Memory Diagnostic Tool

Running the Windows Memory Diagnostic tool in Windows 10 might also help you in fixing the athwbx.sys Blue Screen error. Refer to the steps below on how to run this tool:
  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 6 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like athwbx.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
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