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

How to Fix Low FPS in Apex Legends
  • In your Graphics Settings, select r5apex.exe and change the Graphics performance preference to Classic App, set it to High Performance, and then launch the game as an administrator when you want to play.
  • Inside the Nvidia Control Panel, click “Manage 3D Settings”, and select Apex Legends and change it to “Prefer Maximum Power”
  • You can also change “pre-rendered frames” to 1, but it will make you lag just a tiny, tiny bit.
  • Turning the shader cache on can help improve FPS, but on some systems, it may cause additional negative performance changes.
  • If you have the ability to use G-Sync, use that as well (Only available on some monitors and graphics cards)
  • From the task manager, change the priority of r5apex.exe to “High” and close out of other applications.
  • Update your graphics drivers.
  • Ensure your PC complies with the games minimum system requirements:
    • OS: 64-bit Windows 10
    • CPU: Intel Core i3-6300 3.8GHz / AMD FX-4350 4.2 GHz Quad-Core Processor
    • RAM: 6GB
    • GPU: NVIDIA GeForce GT 640 / Radeon HD 7700
    • GPU RAM: 1 GB
    • HARD DRIVE: Minimum 30 GB of free space
  • Check to see if your system has the game’s recommended hardware requirements:
    • OS: 64-bit Windows 10
    • CPU: Intel i5 3570K or equivalent
    • RAM: 8GB
    • GPU: Nvidia GeForce GTX 970 / AMD Radeon R9 290
    • GPU RAM: 8GB
    • HARD DRIVE: Minimum 30 GB of free space
  • Within the game, try to set the settings to:
    • Full Screen
    • Disable V-Sync
    • Anti-Aliasing to Disabled/TSAA (slight performance difference)
    • Use Native Resolution
    • Keep Field of View at around 80-100
    • Texture Streaming Budget to High
    • Texture filtering as low as possible while still being playable
    • Ambient occlusion as low as possible
    • Shadow all to Low / Lowest
    • Model detail low
    • Effects detail low
    • Volumetric lighting / Dynamic spot shadows Disabled
    • Ragdolls low
    • Impact marks the lowest
  • Make sure other applications are not placing overlays (Discord, GeForce, Xbox Gaming)
  • Clean your temporary files and uninstall other games to give your PC room to have the game run.
  • Don’t use products like CCleaner as they may remove necessary files from your computer.
  • Closeout of Chrome when you’re playing the game or follow our guide on Optimizing Chrome Performance
Read More
There was a problem resetting your PC
If you’ve tried resetting your Windows 10 computer using the Reset This PC option in order to restore your computer’s factory settings and the process suddenly fails for some reason and you got an error message instead stating, “There was a problem resetting your PC, No changes were made on your Windows 10 computer”, then this post might help you resolve the problem. Carefully follow each one of the options given below to resolve the “There was a problem resetting your PC error on Windows 10.

Option 1 – Try renaming the System and Software hive

  • If you’re still able to boot to the desktop of your Windows 10 PC, open an elevated Command Prompt from the WinX menu.
  • Now use the CD command and change the directory to Windows\System32\config folder. Simply type in the following command and hit Enter:
cd %windir%system32config
  • After that, you have to rename the System and Software registry hives to “System.001” and “Software.001”, respectively. To do that, just type each one of the following commands and hit Enter after you type each of them.
    • ren system system.001
    • ren software software.001
On the other hand, if your Windows 10 PC isn’t able to boot to the desktop, you can just access Command Prompt from the Advanced Startup options or you can also boot into Sage Mode and open Command Prompt from there and then run the given commands above. Note: If you only want to use the Refresh your PC option, you must only rename System hive and not Software hive. On the other hand, if the Software hive is really corrupted, you might not be able to use the Refresh your PC option in such a case. Thus, you really need to rename the Software hive as well. Once you’ve renamed the Software hive, you won’t be able to use the Refresh your PC option but only the Reset your PC option.
  • Type “exit” to close the Command Prompt and then restart your PC and try resetting your PC again.

Option 2 – Try to disable and re-enable the Windows Recovery Environment

If the first option didn’t help, you can try disabling the Windows Recovery Environment and then enable it back again. To configure a Windows Recovery Environment or Windows RE boot image and recovery options, you have to use the REAgentC.exe tool.
  • Tap the Win + S key and type “REAgentC.exe” to open the REAgentC.exe tool.
  • After that, type the following command and hit Enter to disable the Windows RE:
reagentc /disable
  • After disabling the Windows RE, you need to enable it back by typing the following command:
reagentc /enable

Option 3 – Try to boot the USB recovery drive

If the two previous options failed, you need to try another workaround which is to boot to the USB recovery drive > Troubleshoot > Recover from a drive. From there, follow the on-screen instructions and you should be good to go.
Read More
How To Fix Error Code 652 On Windows PC

What is the Error Code 652?

Error code 652 is a runtime error. It hampers you from accessing and running your program on your system. If not resolved, it can also lead to program corruption.

Solution

Restoro box imageError Causes

Runtime Error 652 can occur due to several causes. These include:
  • Conflict of color depth within icons, the desktop, or a particular application in the Visual Basic environment.  This happens when the Image
  • List control consists of more colors than the depth of what Windows can support.
Other causes include:
  • Malicious software and malware attack
  • Conflict with Terminate
  • Invalid or corrupt registry

Further Information and Manual Repair

If you are not a computer programmer and don’t have any sound technical expertise, then you might think of hiring a professional to resolve the error on your PC. But this can be costly as you may have to pay hundreds of dollars to the technician. However, an alternative way to resolve the error code 652 is to download the Total System Care. This PC repair tool is integrated with an intuitive registry cleaner and a powerful anti-virus. It is safe, efficient, user-friendly, and available for free. Restoro is a multi-functional error tool and a one-stop solution to resolve practically all kinds of PC-related problems. By running this repair tool, you can fix runtime error code 652 on your system in seconds.

Restoro

What makes Restoro a hot favorite among PC users is that it is simple and easy to use. To operate this PC fixer, you don’t need to have the sound technical knowledge or be adept at computer programming. It can be used by all levels of PC users including beginners and intermediates. It has a neat and clean layout with simple instructions and navigation making it easy for users to resolve even the mightiest errors in just a few clicks.

Restoro features

Whether the underlying reason for the error code 652 is malicious software or registry corruption, Restoro takes care of all. Registry corruption occurs due to unnecessary files and data overload in the hard disk. This includes junk files, internet history, invalid registry entries, and bad registry keys. The registry cleaner embedded in Restoro intuitively detects and scans all registry issues. It wipes and clears the hard disk from all the unnecessary and obsolete files and thus cleans up your disk space. It repairs the corrupt registry and also boosts your PC’s performance. Thus it not only repairs the error code 652 but also resolves system slowdown issues by optimizing your system’s speed. With the help of its in-built anti-virus, it removes all the malicious software on your system that could be triggering the error code 652. Data security threats such as malicious software are detected and scanned and listed under the privacy error utility. It is compatible with all Windows versions including both the latest and old versions. You can run it to scan error code 652 on any Windows version you have installed on your computer.

Restoro for error Code 652

Furthermore, as mentioned above Error Code 652 is safe to use. It is bug-free and besides, it offers users outstanding data safety. It has a backup file feature that helps you save and create backup copies of all the data you have on your system. This is carried for safety purposes. It enables users to retrieve and recover data in case the data and files are lost during the repair thus sparing you from a big loss. The error code 652 may be critical but it can be resolved in seconds with Restoro. Here’s how:
  1. To get started click here to download and install Restoro on your system
  2. Once installed, run it to scan for errors. It will take only a few seconds to scan your entire PC.
  3. Then simply create a backup and click on repair to resolve and resume your desired program.
For best results, it is advised to run Restoro on the computer often. This will help you detect PC errors and repair them timely. It will help you ensure proper PC maintenance, health, and performance.
Read More
A Quick Guide to Fixing the Stop C00002lA Fatal System Error

Stop C00002lA Fatal System Error- What is it?

C00002lA Fatal System Error is a blue screen of death error that may occur when you start your Windows NT 4.0 based computer. This error causes the screen to turn blue and the system also shuts down. The stop C000021A error message is displayed in the following format:

Stop c000021a {Fatal System Error} The session manager initialization system process terminated unexpectedly with a status of 0xc0000017 (0x00000000, 0x0000000) The system has been shut down.

Error Causes

The stop C000021A error occurs when either Crsrss.exe or Winlogon.exe fails. When the Windows NT kernel identifies that either of these processes has failed, it stops and the error code stop C000021A appears on the computer screen. Here are some of the underlying causes for the stop C0000021A error:
  • The incompatible third-party program
  • Hard disk issues
  • Service pack installation has failed
  • Mismatched system files have been installed
  • Bad and invalid registry keys

Further Information and Manual Repair

To resolve the stop C000021A Fatal System Error on your PC try the following solutions:
  • Remove Incompatible Third Party Programs

If the error occurred after you recently installed a new program, then it is advisable to remove that program. The error occurs due to the incompatibility of the program. To remove the program go to the start menu and click on the control panel. Now click on Add/Remove Program tab and double click on the program name that you recently installed and remove it from the list. Once removed, not reboot your PC. Reinstall a compatible program and run it. It is most likely to resolve the issue. However, if the stop C000021A error still occurs, then it means the problem is critical. It is related to the registry.
  • Repair and Restore the Registry

This procedure is slightly long and tricky. To try it, you need to be technically sound. Here’s what you have to do: first create a parallel installation of Windows NT. Start your PC to the parallel installation and then open the Registry Editor. On the Registry Editor’s Windows menu click HKEY_LOCAL_MACHINE on Local Machine and then click Load Hive. Now type the path %systemroot%system32configsystem into the System hive of the prior installation. Then click open. Here you will be prompted to enter the name of the key, type TEST. Note the setting for the current DWord value in the preceding registry key. This is 0x1 and is denoted by CURRENT:Reg_Dword: 0x1. This value indicated that the Current Control Set for your original Windows NT installation corresponds to ControlSet001 in this window. Now if the value is 2, it indicated that the Current Control Set corresponds to ControlSet002. Now locate the following registry key: HKEY_LOCAL_MACHINETESTControlSetXXXControlSession Manager. XXX is the Current Control Set Value. And delete any pending file rename operation entries. Then click TEST hive and then click Unload Hive. After that again repeat the process, open the registry menu and click load hive, here type the path %systemroot%system32configSoftware to the Software hive of the prior installation and then click open. Now you type TEST 2 when you are prompted for the name of the key. Remove any pending file rename operations entries in the following registry keys: HKEY_LOCAL_MACHINETEST2MicrosoftWindowsCurrentVersionRunOnce HKEY_LOCAL_MACHINETEST2MicrosoftWindowsCurrentVersionRunOnceEx Now click TEST2 hive and then click unload hive. Quit the Registry Editor and then restart your original installation. This will resolve the stop C000021A error.
Read More
Perform Voice Activation Troubleshooting
One of the smoother things that Microsoft did with the Windows 10 operating system is to separate Cortana from Search. This means that Cortana is strictly now a voice assistant and many users have seen it coming since not everyone uses Cortana. In addition, it also paved the way for other virtual assistants like Alexa to get on board with Windows 10. And now in the newly released Windows 10 v1903, Windows has brought the Voice Activation under Privacy. In this post, you will be guided on how to perform the Voice Activation troubleshooting on your Windows 10 computer. To use Voice Activation in Windows 10, follow, in the Start Search, type “voice activation” and click on “Voice activation privacy settings” listed in the search results. And from there, you can choose to allow apps to use Microphone, like listen in the background as well as select which app can access it. Each time enabled voice assistants continue to listen via microphone for the voice keyword, the app will activate itself for the keyword and will react depending on what you ask it. So if you are using a voice assistant and it didn’t respond when you speak the keyword, just go to Settings > Privacy > Voice Activation and follow these steps:

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

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

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

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

Option 3: Check the individual permissions of apps.

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

Option 4: Run the Microphone troubleshooter.

If you’ve verified that the settings are in place, then you have to run the Microphone troubleshooter by simply going to Settings > Privacy > Microphone. From there, make sure that the toggle button for the following options is turned on:
  • Allow apps to access your microphone
  • Enable microphone access for the voice assistant
And if it’s a desktop app, you have to enable the toggle on at the end.
Read More
What to do if Windows 10 Taskbar Volume Control is not working
The quickest way to control and manage the volume of your Windows 10 PC is using the Volume control icon in the system tray. However, you might encounter issues in using it especially if you recently updated your PC. After the update, if it no longer responds to mouse clicks, be it a right-click or left-click, read on as this post will show you what you can do to remedy that issue. If you think that you’re the only one who has experienced this problem, you are mistaken as several users also reported that the volume icon does highlight and shows the volume level if you hover the cursor over it but it does not really do anything at all. This is definitely the quickest way to change the audio output in Windows 10 especially when you have to change from speakers to your earphone and whatnot. If you are one of the users whose Windows 10 Taskbar Volume Control icon has stopped working and every time you click on the icon and nothing happens and you’re still not able to adjust the volume of your Windows 10 computer, read on as this post will show you what you can do to fix that problem. Although the audio is working just fine, you will still not be able to adjust the volume from its control icon. The problem is most likely related to the UI interaction. There are times when icons in the taskbar also experience the same issue where you can hover your mouse over them but nothing happens when you click on them. As mentioned, the issue with the volume icon does not seem to affect the actual audio of the computer. Double-check to confirm and if it turns out that the audio is indeed working fine, you can use the hardware of your keyboard to manage and control the volume, however, the software just won’t work. This issue is really inconvenient especially for users who connect their laptops to a bigger display. To fix this issue, here are some suggestions you need to check out.

Option 1 – Try to restart the Windows Explorer

This option may sound silly but it has actually worked in fixing the issue for some users. So if anything gets stuck on the taskbar or system tray, the best way to revive them is by restarting Windows Explorer.
  • Right-click on the taskbar and then select the Task Manager.
  • Next, look for Windows Explorer under the Processes tab.
  • Then right-click and select restart.
  • After that, wait for the restart process to be completed and for the user interface to refresh. Note that you will notice the Taskbar disappearing and reappearing again. It will reload the entire user interface and allows you to access the volume icon. It should work this time.

Option 2 – Restart the Audio services

Restarting the audio services in your computer can also help you fix the volume control issue and to do that, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Type in “services.msc” in the field and hit Enter to open Services.
  • From there, look for Windows Audio and then right-click on it and go to Properties.
  • After that, you have to make sure that the Startup Type is set to Automatic.
  • Then click on the Stop button. Once it has stopped, start it again.
  • Now restart your computer and see if you can now access the volume icon on the taskbar.

Option 3 – Try to update or roll back the Audio driver

If the glitch in your audio has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in devmgmt.msc and tap Enter or click OK to open the Device Manager.
  • Expand the section for the outdated device drivers.
  • And then select the outdated driver(s) and right-click on it/them.
  • From the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 4 – Try running the Playing Audio Troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the volume control issue on your PC. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.
Read More
Intel & MS fixed DRM issue with alder lake
Due to its hybrid core technology, the Alder Lake line of processors had some DRM issues with some game titles where DRM protection software detected hybrid core design switching via manager as a hack attempt and prevented the game from working properly. Over 50 titles were affected by this issue, now only 3 remain still affected but it is being worked on them so that can be also resolved. alder lake drmIntel says that the remedy to the issue for these games is the scroll lock fix which can be done so by enabling Legacy Game Compatibility mode from the BIOS of your motherboard. When running the said games, you can press scroll lock to park the E-cores on Intel's Alder Lake Desktop CPUs to get rid of DRM issues. Certain motherboard manufacturers such as MSI and Gigabyte have made this even easier through software tools with which you don't have to access the BIOS. All you need to do is select a button in the tool which works on both Windows 11 and Windows 10 operating systems and you will enable compatibility mode.
Read More
Fix igfxem.exe application error in Windows 10
When you get an igfxem.exe error in Windows, it is not really clear what does this means, usually, Windows throw us some code or we get a DLL error, rarely we get an EXE error. So what does this error means? Intel Graphics Executable Main Module, shortly called as IgfxEM module is a part of the Windows operating system. When you run Microsoft .NET Framework applications that use the AS/400 Data Queue ActiveX control (Mseigdq.dll) to read from and to write to IBM iSeries (AS/400) data queues, you may experience this error. In order to overcome this error and cope with it try the following things:
  1. Increase Virtual Memory

    Go to the Start Menu and click on Settings. Type performance. Choose Adjust the appearance and performance of Windows. In the new window, go to the Advanced tab and under the Virtual memory section, click on Change. At the bottom of the new window, check what the Recommended value is and how it compares to Currently allocated. If the current setting is significantly less than the recommended, uncheck the Automatically manage paging file size for all drives box at the top of the same windows and then click on Custom size. Enter the Recommended value in the Initial Size box, and a larger figure in the Maximum size box. Click OK to save the new settings.
  2. Download and update .NET framework

    Go to the Microsoft website and download the latest .NET framework. Once the download is complete, install the package following onscreen instructions.
  3. Reinstall INTEL graphic drivers

    Go to the intel website and download the latest graphic drivers for your graphic card model. Once the download is complete, install the package following onscreen instructions.
  4. Run SCF scan

    If all else fails, run command prompt and inside type sfc /scannow
Read More
Windows 10 is stuck on Checking for updates
Over the years, the Windows 10 updates have smoothened but that does not mean that it no longer encounter some issues. One of these issues is when it gets stuck. As you know, Windows automatically checking for updates regularly or when you click the “Check for updates” button. However, if the Windows 10 update is taking forever and seems to be stuck, then you’ve come to the right place as this post will guide you on what you can do to resolve the problem. This kind of scenario in Windows Updates can be quite confusing especially since there is no response or any indication of what is really happening since you don’t know if the update is still downloading or if it’s already getting installed. To resolve this problem, there are several options you can check out. You can try to exit settings and restart your computer. You could also try to restart the services related to Windows Update or clear both the Software Distribution and Catroot2 folders, as well as run a System File Checker scan. For more details follow each one of the given steps below.

Option 1 – Restart your computer

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

Option 2 – Reset Windows Update components

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

Option 3 – Try checking Services Dependencies

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

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

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

Option 5 – Try running the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why your screen is stuck at “Checking for updates”. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.
Read More
Fix 0xc00d36cb error in Windows 10
0xc00d36cb error shows up when you are trying to play a video or movie using the default player in Windows. This error can occur due to a glitch in the media player or corrupted system files. in this guide, we will show you how to tackle this issue and fix it.
  1. Run the video playback troubleshooter

    • Click on Start and select Settings.
    • Go to Update and Security.
    • Scroll down and open the Troubleshoot tab.
    • Scroll down and select the Video Playback option.
    • Click the Run the Troubleshooter button.
    • The troubleshooter will perform an initial scan and offer a few options.
    • Select Continue with this troubleshooter.
    • The troubleshooter will scan the system again for driver and codec issues.
    • Follow on-screen instructions and apply recommended fixes.
  2. Reset the Movies and TV app

    • Click on Start and select Settings.
    • Go to Apps and open the Apps and features tab.
    • Scroll down to Movies and TV.
    • Select Movies and TV.
    • Click Advanced options.
    • Scroll down and click on the Reset button.
  3. Create a new user account

    • Click on Start and select Settings.
    • Open Accounts.
    • Open the Family & other users tab.
    • Scroll down to Other users and click the Add someone else to this PC button.
    • In the Microsoft account window, type your email address.
    • If you don’t want to enter an email address and establish a local account, click on I don’t have this person’s sign-in information option instead.
    • Next, select Add a user without a Microsoft account (for a local account).
      • Else, enter your Microsoft account login details.
    • Enter a user name and password for your new account. Also, select a security question and add an answer to it.
    • Once the new profile is ready, log out of your current account.
  4. Check for permission issues

    • Right-click on the problematic file and select Properties.
    • Open the Security tab.
    • Click the Advanced button.
    • In the Advanced Security Setting window, click the Change link.
    • In the Select User or Group window, enter Everyone in the text box.
    • Click the Check Names button.
    • Click OK and Apply to save the changes.
    • Close all the Properties windows.
    • Try playing the file or modifying the properties and check for any improvements.
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