Logo

Windows won’t go Sleep, Legacy Kernel Caller

If the display of your Windows 10 computer turns on all of a sudden no matter how put it to sleep over and over again, it always wakes up, read on as this post will guide you in resolving this peculiar issue.

In case you don’t know, the Windows 10 computer Sleep state is made in such a way that if it’s really important, it wakes up. You may have configured this kind of behavior or there could be some hardware component that’s interrupting its Sleep state. Thus, this post will give you some troubleshooting tips to fix the Sleep state issue caused by the Legacy Kernel Caller. The Legacy Kernel Caller points to the external hardware that’s causing your Windows 10 to wake up even when it’s in a Sleep state.

Step 1: Find out what’s keeping your computer from going to sleep.

To figure out what really is keeping your computer from going to sleep, you can execute the “powercfg –requests” command instead of checking the power configuration of your computer. This command will look for requests from applications and drivers that prevent the computer from turning off the display or from going to sleep.

To execute the command, simply open Command Prompt and type “powercfg –requests” and hit Enter. After that, you will see part of the result that looks like this:

“SYSTEM

[DRIVER] USB AUDIO DEVICE

An audio stream is currently in use

[DRIVER] Legacy Kernel Caller.”

Step 2: The next thing you have to do is remove all the external hardware connected to your computer.

In this step, you have to disconnect external hardware from your computer. Based on reports from users who experienced the same issue, the “TV card” is the culprit so make sure you remove that one. Once you’ve removed it, open Command Prompt and run the “powercfg –requests” command again and you’ll see that the “Legacy Kernel Caller” will no longer be on the list. In addition, your computer will get into its regular sleep mode once the hardware is removed. Once you do that, the driver gets hung and won’t release the power request despite being used.

Step 3: Try using the request override option

The powercfg command also offers a request override option which allows users to disable the requests from applications and services to wake the computer from sleep mode. To run this command, simply open Command Prompt with admin privileges. After you open Command Prompt, type the following command and hit Enter to disable requests from applications and services that causes the computer to wake from sleep state.

Powercfg -requestsoverride Driver "Legacy Kernel Caller" System

Step 4: Check the streaming and media applications

You also have to check if your computer is running an audio or video service in the background. In such cases, your computer won’t be able to go to sleep mode if these services are running in the background. You might have noticed that when you play a video or audio, your computer never goes to sleep. And if you have put it to sleep in between watching the video, then it’s probably why your computer is waking up. Thus, you have to stop these services.

Step 5: Check the devices that can wake your computer

If you didn’t see the Legacy Kernel Caller in the result after you execute the ”powercfg –requests” command, then you can try to execute the following command instead.

powercfg –devicequery wake_armed

After you enter this command, it will give you a list of all the devices that can wake your computer. So if there is anything other than the mouse, keyboard, touchpad, you have to check the power configuration of that device. To do that, go to the Device Manager and disable the device’s “Allow this device to wake the computer” option in its Properties

Step 6: Check the Sleep Advanced Settings

  • Click on the Windows key and type “control panel” in the field and select the related search result.
  • Next, select the Security and Maintenance option and click on the Power Options.
  • After that, you have to select the Change Plan Settings but keep in mind that this option is barely readable so you need to read each option carefully.
  • Now click on the Change advanced power settings button and a new window will appear.
  • Then look for the “Sleep” option and expand it. Make sure that the “Allow hybrid sleep” option is on.
  • Reboot your computer and check if your computer now functions properly. If it still didn’t work, you may have to reverse the changes you’ve made.

On the other hand, you could also run the Power Troubleshooter to resolve the Sleep state issue. This built-in troubleshooter will automatically fix any power-related issues in your computer.

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

CD/DVD icon is not showing in File Explorer
In the past, CDs, DVDs, and floppy drivers used to be the primary sources of external storage for many users – that is until the USB storage devices took over. These days, a lot of devices no longer have a built-in CD or DVD writer or reader as it contributes to the thickness of the device. On the other hand, there are still various devices that still come with a built-in CD or DVD writer or reader. However, recently, users who still use CD or DVD on their devices reported a problem where the CD or DVD icon is not visible in the File Explorer as well as in “This PC” or the My Computer page. The cause of this issue is still unknown at the time of writing, but there are still some potential fixes you can try to fix it. You can try to update or roll back the device drivers or apply some tweaks in the Registry Editor. For more details, refer to the given options below.

Option 1 – Try to update or rollback device drivers

The first thing you can try to fix the missing CD or DVD icon is 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. Note that the concerned drivers will be listed under the DVD/CD-ROM drives section as well as the IDE/ATAPI Controllers section.
  • From there, look for the following drivers:
    • ATA Channel 0.
    • ATA Channel 1.
    • Standard Dual Channel PCI IDE Controller.
  • Now, right-click on each one of the listed drivers and update them all. You could also try to roll them back to their previous versions.
Note: You can also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver.

Option 2 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E965-E325-11CE-BFC1-08002BE10318}
  • After that, look for the DWORD values named “UpperFilters” and “LowerFilters”.
  • Right-click on each one of these DWORD values and select Delete.
  • Now restart your computer and see if it fixes the problem.

Option 3 – Try creating a new Registry entry

There is another option you can try in the Windows Registry to fix the missing icon of the CD/DVD. You can try adding a new entry. How? Refer to these steps:
  • Tap the Win ­+ R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesatapi
  • From there, right-click on “ATAPI” and select New > Key.
  • After that, name it is “Controller0” and right-click on the sub-key and then select New > DWORD (32-bit) Value.
  • Now name it as “EnumDevice1” and double click on it and then set its value data to “1”.
  • Click OK and restart your computer to apply the changes made successfully.
Read More
2 Proven Methods to Fix Regsvr32 Error

What is Regsvr32 Error? - What Is It?

Regsvr32 is basically a command-line utility.

This command is used to register and unregister OLE controls for example the digital link library files and ActiveX controls in the Windows Registry. This command appears as the Regsvr32.exe file and is installed in the Microsoft Windows system file in the %systemroot%System32 folder.

The Regsvr32 command loads the library and tries to call the DllRegister Server and DllUnregister Server. In other words, it helps to register COM-based digital link library files to run different programs on your PC.

However, when the Regsvr32.exe file gets corrupt, you get the Regsvr32 to troubleshoot the error message on your computer screen. It can be displayed in various ways including the following:

“To register a module, you must provide a binary name.”

Error Causes

Generally, Regsvr32.exe becomes corrupt because either the load library, DllRegister Server or DllUnregister Server function fails. This indicates that the dll specified path was missing, incorrect, or couldn’t be found.

Here’s how the error messages are often displayed while registering a dll using Regsvr32.exe:

  • “The command-flag "%1" is not valid. Please review the command usage and try again.”

If this error message is displayed, it typically means that you entered an invalid combination of command-line arguments or switches when calling upon the Regsvr32.exe application.

  • “To register a module, you must provide a binary name.”

The cause of this error message is that you called the Regsvr32.exe function with no modules to register located in the command line arguments.

  • “The module "%1" failed to load.nn Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.nn%2.”
This Regsvr32 error message indicates that Windows had problems with loading the modules that you have identified in the command line.

Further Information and Manual Repair

Here are 2 recommended solutions to fix the Regsvr32 error on your PC:
  1. Re-run the command

    You must re-run the Regsvr32 command from an elevated command prompt. For this, go to the start menu and type Command Prompt in the search box.

    Now right-click the Command Prompt and click the option that says Run as Administrator to run the command on your PC. If it prompts you to enter an administrator password, type the password and then click Allow to run the command.

  2. Register a 32-bit Dll using a 32-bit version of Regsvr32 on a 64-bit version of Windows

    This may sound tricky but it is even simpler than the first solution discussed above. To register a 32-bit DLL using a 32-bit version of Regsvr32 on a 64-bit version of Windows, open an elevated command prompt.

    After it’s opened, if you see the 32-bit DLL is located in the following path: %systemroot%System32 folder, move it to %systemroot%SysWoW64 folder. Once you change paths, run this command: %systemroot%SysWoW64regsvr32 <full path of the DLL>

Try following these 2 recommended solutions to immediately fix and repair this error on your computer.

The solutions should eliminate the occurrence of error messages such as “To register a module, you must provide a binary name.” It is so easy and effective and you can do it on your own without calling over a professional.

Congratulations, you have just fixed the Regsvr32 Error in Windows 10 all by yourself. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily. Now that’s how you fix Regsvr32 Error in Windows 10 on a computer. On the other hand, if your computer is going through some system-related issues that have to get fixed, there is a one-click solution known as Restoro you could check out to resolve them. This program is a useful tool that could repair corrupted registries and optimize your PC’s overall performance. Aside from that, it also cleans out your computer for any junk or corrupted files that help you eliminate any unwanted files from your system. This is basically a solution that’s within your grasp with just a click. It’s easy to use as it is user-friendly. For a complete set of instructions in downloading and using it, refer to the steps below Perform a full system scan using Restoro. To do so, follow the instructions below.
      1. Download and install Restoro from the official site.
      2. Once the installation process is completed, run Restoro to perform a full system scan.
      3. After the scan is completed click the “Start Repair” button.
Read More
Checking network requirements taking too long
If your Windows 10 computer is having problems connecting to a wireless network and it takes too long to respond and only keeps on displaying the “Checking network requirements”, then you’ve come to the right place as this place will walk you through fixing the problem. There are two things that can happen when your computer connects to a wireless network. Windows can either connect to the wireless network successfully or return an error message that says, “Cannot connect to the network. However, if none of these things happened, and it only remains at the “Checking network requirements” message, then it could be due to obsolete or incompatible drivers in your computer, particularly the network adapter drivers. To fix this problem, you can try to update or reinstall these drivers, reset the TCP/IP, or run the Network Adapter troubleshooter, as well as reset the Network. For more information, refer to the given options below.

Option 1 – Update the Network Adapter drivers

The first thing you can do to resolve the problem is to update the Network Adapter drivers by following these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand them.
  • Look for the Broadcom Network Adapter and right-click on it, as well as other network adapters that have an exclamation icon, and update them all.
  • Restart your PC and see if it helped in fixing the problem.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly. To reinstall the network adapter drivers, refer to these steps:
  • 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.

Option 2 – Try to reset the TCP/IP

As you know, the TCP/IP or the Internet Protocol is the most important thing if you want to use the internet on your computer. That’s why if it ends up getting corrupted, you need to reset the TCP/IP to fix the problem. To reset TCP/IP, refer to these steps:
  • In the Windows start the search, type “command prompt” and right-click on Command Prompt from the search results.
  • Then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • After that, execute this command: netsh int ip reset resettcpip.txt
  • Once it’s done, exit Command Prompt and restart your computer and then check if the error is now fixed.

Option 3 – 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 4 – Try to perform Network Reset

You can also try to perform a Network Reset to resolve the problem. 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
Fix Sechost.dll missing error in Windows 10
If you are facing a missing sechost.dll error in your Windows 10, welcome, you have come to the right place to solve it and get back your computer in working order. Sechost.dll is a file that allows other programs to function and complete their tasks as well as control and change the behavior of other programs. The file is found in Windows subfolder System32, it is a completely safe file and should not be deleted. Sometimes however various other reasons can corrupt it or delete it. This guide will lead you to common solutions on how to get file back up and running.
  1. Update device driver

    Have you installed a new device and all of a sudden you get the error message that Sechost is missing? Update device driver, it is possible that the file has been corrupted or replaced with an older version and therefore reported as missing. Update device driver to lastest version and issue should run away.
  2. Re-register file via command prompt

    If Sechost got corrupted re-registering will solve the issue, press ⊞ WINDOWS + X and choose Command prompt (administrator), click on it. type regsvr32 sechost.dll and press ENTER Reboot your PC
  3. Reinstall application

    Usually, Sechost gone bad or missing is due to the installation of another application that corrupts the file. Reinstall the application to try to solve errors. In order to properly reinstall the application first use the control panel to remove it completely from the system and then install it again, hopefully, this time correct version of Sechost.dll will be installed in the system.
  4. Check your hard drive

    In some cases, a hard drive malfunction can cause several files to be corrupted or gone missing. To eliminate hard drive malfunction run check disk from Windows on C drive to check it and find if there are any errors.
  5. Uninstall Windows update

    Same as with some application, even Windows update could corrupt some files due to update not being properly downloaded. Try uninstalling the latest update and revert to the previous Windows state, then update it again.
Read More
My device used to work, but now it doesn’t
So you just have turned your computer ON only to find out that your device which was working perfectly yesterday is not working anymore. This situation can be very stressful and disappointing but do not despair, before you toss your device through the window know that this kind of behavior can be traced back to a software issue. In this article, we will give you hints on what to do and where to pay attention when something like this happens so you get the device back in working order.
  1. Check if it not a hardware malfunction

    To save yourself time and unnecessary frustration with juggling through Windows first inspect the device to be sure that indeed it is working properly, check all led lamps which could indicate that the device is working and receiving power, and if it is an internal device try opening the case and visually check if there are signs of working like rotating fans or led lamps on it.
  2. Check Cables

    If it is an external device that has stopped working try checking power cables and cables which go to your computer, see if they are tightly connected. If it is an internal device also check cables, nudge them and if possible disconnect and clean them.
  3. Disconnect and reconnect the device

    Try this solution to see will Windows register the device again and start it.
  4. Update Windows

    If there is a Windows update not installed, install it and see if the device will start working.
  5. Update device drivers

    Go to device manager and update the device driver to its latest version or go to the manufacturer's site and download the latest driver version.
  6. Reinstall the device

    In the device manager, uninstall the device driver and reboot Windows. When Windows boots it will recognize the device and install the necessary drivers for it.
  7. Disable antivirus and firewall

    Sometimes antivirus can prevent certain devices from working properly, especially if they rely on some system files to which antivirus or firewall has cut access. Try disabling your PC protection to see if this will resolve the issue.
  8. Use dedicated error software

    Use DRIVERFIX to automatically search and fix driver issues.
Read More
How to Repair Error Code 0xC190010, 0x30018 in Windows 10

Error Code 0xC1900101, 0x30018? - What is it?

Users, when upgrading to Windows 10 from Windows 7 or Windows 8/8.1, or when upgrading to a new version, build, service pack, or major update of Windows 10, can encounter error code 0xC1900101, 0x30018. Windows 10 installation fails and stops or hangs. During the installation process, it will reach a certain maximum limit (normally at 6% or 32%) then reverts back to the previous version of the operating system and displays the following message:

We couldn’t install Windows 10. We’ve set your PC back to the way it was right before you started installing Windows 10.

0xC1900101 – 0x30018 The installation failed in the FIRST_BOOT phase with the error during the SYSPREP operation.

Solution

Restoro box imageError Causes

In attempting to fix Error Code 0xC1900101-0x30018, it is vital to know what causes this issue. The most probable causes of this error are:

  • Incompatible hardware or driver
  • Incompatible security programs or antivirus or incompatible utility software
  • A device driver possibly stopped responding to setup.exe while on the installation process.
In some cases, you might be opened to other error messages when attempting to update to Windows 10, including error code 8007002c.

Further Information and Manual Repair

In fixing issues related to error codes, it is best to employ manual repair methods. Using these methods helps users pinpoint the root causes of the issue and apply solutions permanently to fix the issues. While most manual repair methods can be done by every Windows user, even those without technical abilities, there are certain cases where help from a Windows professional is needed. If you’re not up to facing risks in implementing manual methods yourself, consider getting help from a professional Windows technician or you can use a powerful automated tool. In fixing Error Code 0xC1900101-0x30018, you can repeat the same steps used for 0xc000021a (Method One) or you can try doing the following:
  • Disable or uninstall your Antivirus program before proceeding to upgrade the system
  • Ensure that the machine name is simple (having at least 8 characters) with no special characters like hyphens or dashes.
  • Restart the device a few times then try again.
  • Disable General USB Devices such as the Smart Card Reader.
  • If you use an SCSI hard disk, ensure that you have available drivers you can use for your storage such as a thumb drive and make sure that it is connected. During the Windows 10 setup, select the Custom Advanced Option and use the Load Driver command to be able to load the suitable driver for the SCSI drive. If this fails, try switching to an IDE-based hard disk.
  • You can now perform a clean boot. Restart your device then try again.
  • If you are using the .ISO file for upgrading the system, you need to disconnect from the Internet first before proceeding to the setup. If you are connected to Wi-Fi or by Ethernet (LAN), make sure to disable both connections then you can proceed to set up again.
  • If you’re performing the update through Windows Update, once the download reaches 100%, disconnect from the Internet, and then proceed with the installation.

NOTE: If this fails, if possible, you can try using the .ISO file in upgrading.

  • Switch to a local account if the device is connected to a domain.
  • Disconnect all external devices attached to the computer such as gaming controllers, printers, or USB keys.

If you’re using Windows Update in installing Windows 10, you can implement the following:

  1. Open the Command Prompt window by pressing Windows Key + X. Select Command Prompt (Admin) from the menu.
  2. Stop the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

  1. Rename the Catroot2 and SoftwareDistribution In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

                        ren

C:WindowsSoftwareDistribution SoftwareDistribution.old

                          ren

C:WindowsSystem32catroot2 Catroot2.old

  1. Restart the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  1. Type Exit in the Command Prompt then close the Command Prompt window then restart the computer.
Can’t seem to put up with the long and technical manual repair process? You can still fix this error by downloading and installing a powerful automated tool that will surely get the job done in a jiffy!
Read More
Android malware spies while posing as a Update
New malware with extensive spyware capabilities steals data from infected Android devices and is designed to automatically trigger whenever new info is read to be exfiltrated. The spyware can only be installed as a 'System Update' app available via third-party Android app stores as it was never available on Google's Play Store. This drastically limits the number of devices it can infect, given that most experienced users will most likely avoid installing it in the first place. The malware also lacks a method to infect other Android devices on its own, adding to its limited spreading capabilities. However, when it comes to stealing your data, this remote access trojan (RAT) can collect and exfiltrate an extensive array of information to its command-and-control server. Zimperium researchers who spotted it observed it while "stealing data, messages, images and taking control of Android phones."

What happens when malicious software is installed

"Once in control, hackers can record audio and phone calls, take photos, review browser history, access WhatsApp messages, and more," they added. Zimperium said its extensive range of data theft capabilities includes:
  • Stealing instant messenger messages;
  • Stealing instant messenger database files (if the root is available);
  • Inspecting the default browser's bookmarks and searches;
  • Inspecting the bookmark and search history from Google Chrome, Mozilla Firefox, and Samsung Internet Browser;
  • Searching for files with specific extensions (including .pdf, .doc, .docx, and .xls, .xlsx);
  • Inspecting the clipboard data;
  • Inspecting the content of the notifications;
  • Recording audio;
  • Recording phone calls;
  • Periodically take pictures (either through the front or back cameras);
  • Listing of the installed applications;
  • Stealing images and videos;
  • Monitoring the GPS location;
  • Stealing SMS messages;
  • Stealing phone contacts;
  • Stealing call logs;
  • Exfiltrating device information (e.g., installed applications, device name, storage stats).

How does it work?

Once installed on an Android device, the malware will send several pieces of info to its Firebase command-and-control (C2) server, including storage stats, the internet connection type, and the presence of various apps such as WhatsApp. The spyware harvests data directly if it has root access or will use Accessibility Services after tricking the victims into enabling the feature on the compromised device. It will also scan the external storage for any stored or cached data, harvest it, and deliver it to the C2 servers when the user connects to a Wi-Fi network. Unlike other malware designed to steal data, this one will get triggered using Android's contentObserver and Broadcast receivers only when some conditions are met, like the addition of a new contact, new text messages, or new apps being installed. "Commands received through the Firebase messaging service initiate actions such as recording of audio from the microphone and exfiltration of data such as SMS messages," Zimperium said. "The Firebase communication is only used to issue the commands, and a dedicated C&C server is used to collect the stolen data by using a POST request."

Camouflage

The malware will also display fake "Searching for the update.." system update notifications when it receives new commands from its masters to camouflage its malicious activity. The spyware also conceals its presence on infected Android devices by hiding the icon from the drawer/menu. To further evade detection, it will only steal thumbnails of videos and images it finds, thus reducing the victims' bandwidth consumption to avoid drawing their attention to the background data exfiltration activity. Unlike other malware that harvests data in bulk, this one will also make sure that it exfiltrates only the most recent data, collecting location data created and photos taken within the last few minutes. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Can’t pair Bluetooth keyboard, Check the PIN
If you have suddenly run into a problem when trying to connect or pair your Bluetooth keyboard with your Windows 10 computer, read on as this post will guide you on how exactly you can resolve the problem. This kind of problem typically occurs when you’ve disabled the Bluetooth option. However, this option is already enabled and you still encountered the same error message saying, “Check the PIN and try connecting again”, then you need to troubleshoot the problem further. In most cases, this kind of issue can be fixed when you restart your computer and go to the Windows Settings and select the “Add Bluetooth or other devices” option and then put the keyboard into pairing mode. And when the keyboard appears in the “Add a device” dialog box, just select it. On the other hand, if your Bluetooth keyboard won’t get connected to your Windows 10 computer and you encounter an error that says, “Can’t pair Bluetooth keyboard, Check the PIN and try connecting again”, then you need to check out the options provided below but before you do so, make sure that you create a System Restore point first as some of the troubleshooting options provided involves the Windows Registry.

Option 1 – Try to use the Device Pairing Wizard

The Device Pairing Wizard is the one that allows your computer to look for any new devices and display them underneath it. All you have to do to use this wizard is to follow its instructions to connect your Bluetooth device to Windows 10. To get started, follow these steps:
  • First, tap the Win + R keys to launch the Run utility and type “devicepairingwizard” in the field, and then hit Enter to run the Device Pairing Wizard.
  • After that, wait for a couple of seconds until the devices appear. Once they do, select the Bluetooth device you wish to add.
  • A new screen with a passcode should appear instantly. You need to take note of the given passcode and type them on your Bluetooth keyboard.
  • Once done, tap Enter. This should help in pairing your computer to your Bluetooth keyboard.

Option 2 – Try to use the Registry Editor

The next thing you can do to resolve the pairing issue with your Bluetooth keyboard is to use the Registry Editor by following these steps:
  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and then hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKEY_USERS/.DEFAULT/Software/Microsoft/Windows/CurrentVersion/Bluetooth/ExceptionDB
  • From there, look for the folder named “Addrs” and expand it. If you see any folders or keys under it, select them and delete them. These keys represent the MAC address of your Bluetooth devices.
  • Once you’re done, restart your computer and try to pair your Bluetooth keyboard once more.

Option 3 – Try running the Bluetooth Troubleshooter

As you know, Windows 10 has various troubleshooters with user-friendly interfaces where you can utilize them to fix issues in your PC. And since you’re dealing with some Bluetooth problem, you have to run the Bluetooth Troubleshooter.
  • Open the Windows 10 Settings.
  • Then go to Update & Security > Troubleshoot.
  • You should find the option for Bluetooth on your right-hand side – click on it then click on the “Run the troubleshooter” option.
  • Now follow the next screen options.

Option 4 – Try to reinstall or update the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since you have trouble pairing your Bluetooth keyboard, you can update, rollback, or uninstall the Bluetooth drivers. How? Follow the steps below.
  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.
Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it.
Read More
Win 11 update brings one click browser change
After a lot of backlash about choosing the default Windows browser, Microsoft has officially backed up and brought back a one-click browser change into Windows 11. default browser inside windows 11For anyone who is not aware, when Windows 11 was released if you wanted to switch to another browser you had to go into the settings app and choose the default browser for different types of file extensions like HTML, HTM, PDF for opening on the web, etc. Of course, this was completely unnecessary and it was not well received by users. So after some time, Microsoft backpedaled to standard one click, choose your default browser solution that existed in the previous version of Windows OS. Altho sometimes Microsoft knows how to irritate its users base, it is good to know that they can also listen and fix things that are required.
Read More
Fix the MEMORY 0x000000FC Stop Error
The Blue Screen of Death error or BSOD is definitely not an issue to face on your computer. Many users, if not all, have already experienced this headache at least once. One of these BSOD errors is the ATTEMPTED EXECUTE OF NOEXECUTE MEMORY error. The bug check error code for this is 0x000000FC and is usually caused by outdated or faulty drivers. In some cases, it could also be caused by an error in the Random Access Memory or RAM. This kind of error in the RAM might be physical, based on drivers, or even some kind of unwanted malware. So basically there are lots of possibilities why this particular BSOD error pops up. If you are currently facing this BSOD error, read on and carefully follow the suggestions given below but before you do that, make sure to create a System Restore point just in case something goes wrong. This way, you can always undo those changes using the System Restore point. Once you have that covered, proceed to the options given below to fix the ATTEMPTED EXECUTE OF NOEXECUTE MEMORY error.

Option 1 – Try updating Windows 10 with all the security patches and updates

You might be able to fix the ATTEMPTED EXECUTE OF NOEXECUTE MEMORY error by simply updating your Windows 10 computer with all the security patches and updates. To do so, go to Settings then proceed to the Windows Update section > Update & Security > Windows Update, and then click on the Check for Updates option. After you do that, it will automatically find and install all the latest security patches and feature updates from Microsoft.

Option 2 – Try updating all your drivers

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

Option 3 – Try running a Memory Check using Windows Memory Diagnostic

As mentioned, this error might be caused by some issues in the memory. To resolve it, you need to run the Memory Check on your Windows 10 PC. Refer to these steps to do so.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “mdsched.exe” in the field and hit Enter to open the Windows Memory Diagnostic.
  • After that, the Windows Memory Diagnostic will give out two options such as:
  1. Restart now and check for problems (recommended)
  2. Check for problems the next time I start my computer
  • Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.

Option 4 – Try using the System File Checker via Command Prompt

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 that might be causing the ATTEMPTED EXECUTE OF NOEXECUTE MEMORY BSOD error. 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.
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