Logo

Fix Power surge on the USB port

USB ports, just like any other ports, also comes with a power rating. The default power output of a standard USB port is 0.5 amperes and if you notice, mobile phones charge slowly on USB ports which explains why. There are times when Windows may throw an error or warning that says, “Power surge on the USB port”. This kind of error occurs when a connected device tried to draw more power and the error comes as a part of that notification so when you select it, it will say,

“A USB device has malfunctioned and exceeded the power limits of its hub port. You should disconnect the device”.

To easily fix the problem, you can try to disconnect the device and click on Reset and if you click on Close, the port will not work until you unplug it and then restart your computer.

On the other hand, if disconnecting the device did not resolve the problem, you can try running the Hardware & USB troubleshooter or use a USB hub. You can also try to reinstall, uninstall or roll back the USB drivers or run the OEM diagnostics. For more information, refer to each one of the potential fixes provided below.

Option 1 – Try to run the Hardware & USB 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.

Note: You could also try to run the USB troubleshooter as it could also resolve the problem.

Option 2 – Try to use a USB hub

If you’ve encountered the error on a specific device, then it is possible that the device requires more voltage. To fix this error, you can try to use the same device on another computer and if you still got the same error, you might want to use a USB hub that comes with its power source. USB hubs come with high-speed charging ports that should be able to supply the power needed for the device.

Option 3 – Update, rollback or reinstall the Universal Serial Bus Controller driver

If updating the drivers of the device did not fix the “The device is not ready” error, you can try to update, rollback, or reinstall the Universal Serial Bus Controller drivers instead of using the Device Manager. Refer to the following steps:

  • 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.

Note: If it is a regular USB drive, then it will be listed as a USB Mass Storage Device but if you have a USB 3.0 device, then look for a USB 3.0 Extensible Host Controller.

  • Restart your PC and then click the “Search automatically for updated driver software” option.

Note: If updating the USB Controller drivers didn’t work, you can try to reinstall them instead.

Option 4 – Try running OEM Diagnostics if you have any

If the laptop or desktop computer you are using is a branded one, OEMs usually include software to diagnose issues in the computer like the USB port error. So if you have this software, try to run it for diagnosis and use any given suggestions to fix the error.

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

Disable WEB camera with PowerShell in Windows
Windows PowerShell is a powerful tool inside the Windows environment often overlooked by typical users which is a great mistake since it can offer a large array of functionality and usability and if used well can offer a unique working experience. Today we will be using PowerShell to turn the WEB camera off so it can not be accessed, completely disabling it for use. You might want to do this for security reasons or just want to learn few new things. Whatever your reason might be, I am welcoming you to this tutorial and please do keep reading.

Finding device ID

In order to disable the WEB camera first thing we need to do is to find a matching device ID. We will find this value inside the device manager, so press ⊞ WINDOWS + X to open the secret menu. keyboard with windows and x markedIn the menu choose device manager and click on it. Windows menu device managerWhen the device manager opens, expand the Imaging devices or Cameras section. Right-click Integrated Camera or the primary webcam, and click Properties. Go to the Details tab. Under the Property section, click to select Matching device ID from the drop-down. Right-click the value and select Copy camera device managerThe next step is to download and install Windows Driver Kit (WDK)

PowerShell script

Create and run a PowerShell script with the following parameters/values to disable the camera. Substitute the <FOLDER> placeholder with the actual name of the folder where your copy of Devcon is residing
$id = (Get-CimInstance Win32_PnPEntity |

where caption -match '<PRIMARY CAMERA>').pnpDeviceID

$ppid = "{0}{1}" -f '@',$id

Set-Location c:\<FOLDER>

Devcon status $ppid

Devcon disable $ppid

Devcon status $ppid
To enable the camera device, run the command below in PowerShell:
devcon enable $ppid
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 Print Spooler Service Error 1068
There is one service in the Windows operating system that is responsible for managing all the print jobs as well as handles the interaction with the printer. This service is known as the Print Spooler service. However, if it stops running, then you won’t be able to print anything on your computer. In such a case, you can try to restart the Print Spooler service, and to do that, you have to open the Windows Services Manager and look for the Print Spooler Service. Once you found it, right-click on it and select Restart. If it isn’t running, select Start and if the Service starts working again, then good but if not and you got an error message instead that says, “Windows could not start the Print Spooler service on Local Computer, Error 1068, The dependency service or group failed to start”, then read on as this post will give you a couple of suggestions you can try to resolve the issue. The reason why you could not start the service is most likely because the Print Spooler service is dependent on other services which might not be properly running. If the following services are not running then it’s no wonder why you’re getting the error.
  • HTTP Service
  • Remote Procedure Control (RPC) Service
You might not see the RPC service which means that the Print Spooler Service does not recognize its dependency on the RPC service. In such a case, you have to manually configure the dependency by following the options given below.

Option 1 – Try configuring the dependency via CMD

The first thing you have to do is to configure the dependency using CMD. Refer to the steps below to do so:
  • Open an elevated Command Prompt.
  • Then type in “sc config spooler depend= RPCSS” and hit Enter.
  • After the command has been executed, restart your computer and then check if it fixed the problem. If not, proceed to the next given option below.

Option 2 – Fix dependency via the Registry Editor

You can also resolve dependency using the Registry Editor. How? Refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSpooler
  • Next, right-click on the “DependOnService” entry located on the right pane and select Modify.
  • Now change its value data to “RPCSS” and click OK to save the changes made and then exit the Registry Editor.
  • Reboot your computer and see if the issue is resolved.

Option 3 – Try running the Printer Troubleshooter

Another option you can check out is the Printer Troubleshooter. This built-in troubleshooter in Windows 10 can help you fix most print issues. It checks if you have the latest printer drivers and then tries to fix and update them automatically. Aside from that, it also checks if you have connectivity issues or if the Print Spooler and the required Services are running fine. To run it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
  • Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.
Read More
Why you should upgrade your 60Hz Screen

The number of Hertz is the number of how many images your screen draws in one second. So monitor with a refresh rate of 60Hz will draw 60 images each second on your screen. To most users, this will look fine and enough but actually, if you would place them in front of a 120Hz screen difference will be visible right away.

high refresh rate monitor setup

Benefits of higher refresh rates

In most simple words just looking at a screen that has a higher refresh rate will produce a more natural feel of things, although some people would argue that flickering can not be seen on 60Hz monitors and that should be enough, I would argue that they never watched the movie, played the game or used high refresh rate screen when they can state something like that.

Yes, 60Hz might be enough to look at the web page or read some documents but long exposure to 60Hz can have a tiring effect on the eyes in the long run. 120Hz and above just feel more relaxed and it is far less demanding on the eyes. Watching movies also is much better on a higher refresh screen, with way much less motion blur in fast scenes giving the overall experience a greater natural feel.

Gaming is perhaps an area where a refresh rate of 120Hz and above will show its best. Having a higher refresh rate will be easier on your eyes and can even give you a competitive edge. When for example you have twice more images per second on your screen than your opponent his movement will be more fluid and predictable because of that and overall precision will be much higher when moving the cursor in the game since more frames per second means more precision and smoother movement.

The dark side of high refresh rates

After all the positive things that were said about the advantages of high refresh rates, it is just fair to look at some negatives or in this case only negative one and that is Computer power. As said in the previous section having a 120Hz refresh rate means having 120 frames displayed on the screen per single second. Having even higher monitors like 360Hz means even more frames per second and in order to actually see all of that frames you will need to have enough computer power to back it up. Having for example screen with a refresh rate of 240Hz means nothing if your GPU and rest of the computer are able only to push 150 frames per second, in this case, you will still have 150 frames in one second despite the monitor being able to go to 240.

Conclusion

Generally and with all of my heart I would recommend moving away from 60Hz monitors, yes they are cheaper and more affordable but at the end of the day if you are someone like me who spends most of his daily time in front of the computer you would be grateful to have higher refresh rate screen and save your eyes, and after all, why not enjoy some smoother and better movie and game experience as well as saving your eyesight.

Read More
T-Mobile Hack, 40 Million and more Impacted
T-MobileHacker group recently came up with claims that they have stolen data from 100 million T-Mobile customers. T-Mobile has responded with confirmation it has been compromised and that over 40 million records were stolen, among them are not just present customers, but anyone who has applied for T-Mobile service as well as past accounts.

What has been stolen?

Report from T-Mobile states that stolen records included first and last name, date of birth, social security number, driver’s license & ID information. The company said that it has “no indication that the data contained in the stolen files included any customer financial information, credit card information, debit or other payment information.” Not really a reassuring statement meaning that they really do not know, but even if the statement is true, already stolen information is as much if even not more damaging and devastating as payment information.

What T-Mobile is planning to do now?

It is stated that the hole used for the hack has been addressed and closed so no more data can be stolen. Considering people that had their personal information compromised, T-Mobile said it is planning to reach out to them and offer them two years of free identity protection through McAfee’s ID Theft Protection Service. Additionally, T-Mobile recommends postpaid customers change their PIN by going online into their T-Mobile account or calling T-Mobile customer service by dialing 611 on their phone. The company also recommends a feature called Account Takeover Protection that prevents unauthorized individuals from stealing a phone number and porting it out of T-Mobile. Finally, the company will publish a website “for one-stop information and solutions to help customers take steps to further protect themselves.”
Read More
Turn off or on Mobile Hotspot remotely
In case you don’t know, new support has been added by Microsoft to Windows 10 that now allows users to turn off or on the Mobile Hotspot remotely. The Mobile Hotspot feature, known earlier as “Virtual Networks”, was first introduced with the initial release of Windows 10. With this new feature to remotely turn on or off the Mobile Hotspot in Windows 10, users can just use the Bluetooth on their mobile phones to turn off or on the Mobile Hotspot even when their Windows 10 computers are out of their reach. To turn off or on the Mobile Hotspot feature in your Windows 10 computer remotely, there are two options you can try. First, you can do it using the Windows 10 settings app or using the Registry Editor. To get started, refer to the following options.

Option 1 – Turn off or on the Mobile Hotspot remotely via Windows 10 Settings app

  • First, you need to open the Windows 10 Settings app and from there go to Network & Internet and then go to the Mobile Hotspot section.
  • After that, scroll down to the “Turn on remotely” section.
  • Once done, make sure that the toggle button is set to ON and that the Bluetooth of both devices is turned on and paired as well. This should enable the feature to turn on or off the mobile hotspot remotely.

Option 2 – Turn off or on the Mobile Hotspot remotely via Registry Editor

Before you get started with the second option, make sure that you create a System Restore point first. Once done, proceed to the following steps:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWcmSvcTethering
  • From there, look for the DWORD named “RemoteStartupDisabled” and set its Value data to be “0”. This will enable the feature that will allow you to remotely turn on or off the mobile hotspot in your Windows 10 computer. To disable it, just set its Value data to “1”.
Read More
Fix BAD_SYSTEM_CONFIG_INFO error in Windows
If you encounter the BAD_SYSTEM_CONFIG_INFO Blue Screen error in your Windows 10 PC, then read on as this post will guide you in fixing this issue. Usually, this kind of Blue Screen error is caused by some issues with the Boot Configuration Data file. The main issue inside of the Boot Configuration Data file is that either some boot order files or older files might be in conflict with the newer ones or the stable ones and thus triggering the BAD SYSTEM CONFIG INFO Blue Screen error. This kind of Stop error also indicates that there is an error in the Windows Registry which is why you need to update potential culprit drivers as well as edit some entries in the Registry if need be. But before you get started, make sure that you create a System Restore Point first. After creating a System Restore Point, try to boot your computer into Safe Mode and then restart your computer normally. However, if it doesn’t work, proceed to the given options below.

Option 1 – Run System Restore

Performing System Restore might help you in fixing the BAD SYSTEM CONFIG INFO Blue Screen error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • 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.

Option 2 – 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 – Try fixing the Windows Registry files

In order to fix the Windows Registry files, you need to make a bootable Windows 10 USB drive and then boot your PC using it. To do so, refer to the steps below.
  • Once you see the Welcome Screen, click on Next.
  • Then click on the “Repair your computer” option located on the bottom-left section of the window.
  • Next, click on Troubleshoot > Advanced Options > Command Prompt.
  • After opening Command Prompt, execute each one of the commands listed below in the sequence that they are given:
    • CD C:WindowsSystem32config
    • ren C:WindowsSystem32configDEFAULT DEFAULT.old
    • ren C:WindowsSystem32configSAM SAM.old
    • ren C:WindowsSystem32configSECURITY SECURITY.old
    • ren C:WindowsSystem32configSOFTWARE SOFTWARE.old
    • ren C:WindowsSystem32configSYSTEM SYSTEM.old
  • After executing the commands given above, type in the next ones below and make sure to execute them in the given sequence below.
    • copy C:WindowsSystem32configRegBackDEFAULT C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSAM C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSECURITY C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSYSTEM C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSOFTWARE C:WindowsSystem32config
  • Now type “exit” to close Command Prompt.
  • Restart your PC for the changes to take effect.

Option 4 – Run a Memory Check to test RAM

On the other hand, you can also fix the BAD SYSTEM CONFIG INFO Blue Screen error by running a Memory Check using the Windows Memory Diagnostic. 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 5 – Rebuild BCD files and repair MBR files

Like what you did on the third option above, you also have to make a bootable Windows 10 USB drive for this option and then boot your Windows 10 PC using it.
  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, enter each one of the following commands and in the sequence that they are given to rebuild BCD files and repair MBR files:
    • bootrec /repairbcd
    • bootrec /osscan
    • bootrec /repairmbr
  • Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.
Read More
Power Calibration Error or Medium Speed Error when burning CD/DVD
If you are one of the few users who is still burning CDs and DVDs, you might have come across an error that says, “Medium Speed Error” or “Power Calibration Error”. There are several factors that could cause this error but it’s most likely that the CD/DVD burner wasn’t able to determine the Optimum Power Calibration rate properly. So what is Optimum Power Calibration rate? It is a test that runs before the burning process to regulate the optimal laser power needed to complete the job. And if this process malfunctions, obviously, you won’t be able to burn the content on your CD or DVD. There are also cases when the Power Calibration error pops up for some small issues that have nothing to do with the regulation of laser power. Here are some quick fixes you can try to resolve the Power Calibration error when burning a CD or DVD.

Option 1 – Make sure you’re using good quality CD or DVD

A lot of burning issues stem down to the purchase of low CDs or DVDs to make sure that what you are using has good quality for it is not always a good idea to purchase cheap products as cheap products could also mean cheap quality.

Option 2 – Try burning at lower speeds

If you’re certain the problem is not with the CD or DVD you are using then you can try burning again, this time at lower speeds. There are instances when doing things quickly can end in a disaster such as the “Medium Speed Error” or “Power Calibration Error” you’re getting.  To fix the problem, you have to burn at a slower speed and just take the time to wait until the burning process is done.

Option 3 – Try updating your burning software

It’s always a good idea to check if the burning software you’re using requires an update especially if it’s throwing up “Medium Speed Error” or “Power Calibration Error”. Thus, you need to update your burning software right away and then try to burn your CD or DVD once the update has been completed.

Option 4 – Try cleaning the disk drive

You might want to consider cleaning the disk drive using several tools in the market that is designed to clean the disk drive. These tools work on removing dust particles from the lens which helps a lot in the burning quality. Aside from that, it also helps in reducing errors like “Medium Speed Error” or “Power Calibration Error”. So give this option a try as it might time for a disk drive cleanup.

Option 5 – Try to disable the IMAPI

If none of the options given above worked, you might want to disable the IMAPI or Image Mastering Applications Programming Interface. How? Refer to the steps below.
  • Open Control Panel by simply clicking the Start button and then typing “control panel” in the field.
  • Control Panel should pop up in the search results. Once you found it, click it to open it.
  • Next, select System Security > Administrative Tools and then click Services.
  • After that, you’ll have to search for the “IMAPI CD-Burning COM Service” option.
  • Then right-click on it and select Properties.
  • From there, switch the Startup Type from “Enabled” to “Disabled”.
  • Now click on Apply and then restart your PC.
Read More
How to Fix KMODE_EXCEPTION_NOT_HANDLED Error On Windows 10

KMODE_EXCEPTION_NOT_HANDLED – What is it?

Some users installing or upgrading to Windows 10 experienced the theKMODE_EXCEPTION_NOT_HANDLED Blue Screen of Death (or commonly known as BSOD) error. This error can be due to different types of things, ranging from software to driver issues. When you experience this BSOD error while trying to install Windows 10, it will prompt you to restart your computer every single time you experience it. In most cases, you will also not be able to proceed with the Windows 10 set-up.

Solution

Restoro box imageError Causes

The “KMODE_EXCEPTION_NOT_HANDLED” error is normally caused by:

  • Hardware incompatibility
  • A faulty device driver or system service

Further Information and Manual Repair

You won’t be able to successfully upgrade or set up Windows 10 if you continue to encounter this BSOD error. Note that this error will always prompt your computer to restart every time it happens, preventing you from completing the Windows 10 set-up.

If you’re not tech-savvy or not capable of debugging this issue, it’s highly advisable to proceed with the basic troubleshooting techniques available in this link.

After troubleshooting, below you’ll find a few solutions to rectify the issue.

Method 1 – Check The Cause of The BSOD Error

Two common causes of the KMODE_EXCEPTION_NOT_HANDLED issue are hardware incompatibility and faulty device driver or system service.

If you experience this error, check first if any of your newly installed hardware is compatible with Windows 10. You can find the required hardware for Windows 10 from this link

If all your hardware is compatible with Windows 10, you might need to check the device driver or system service. Review the bug check message. If any of the drivers you have is listed in the message, either disable or uninstall them before upgrading or setting up Windows 10.

You might also find it useful to check the System Log available in the Event Viewer for other error messages that can help you figure out the driver or device that’s causing the error. Running hardware diagnostics can also be useful.

Method 2 – Disable (or preferably uninstall) Software Before Upgrading

If you’re upgrading Windows 10 from Windows 7 or Windows 8.1, you might need to disable or uninstall the software first. First, try uninstalling your Antivirus utility before starting the upgrade. Restart a few times before starting the Windows 10 installation. If you’re upgrading using the Windows 10 update, make sure that you disconnect from your Wi-Fi or Internet LAN (Ethernet) connection as soon as the download reaches 100% before attempting to start the set-up. Other users also reported that the cause of the KMODE_EXCEPTION_NOT_HANDLED issue is BitDefender. If this is what happened in your case, it will show in the error message such as KMODE_EXCEPTION_NOT_HANDLED (bdselfpr.sys). Users reported that a common solution for this is renaming the file. In the case of BitDefender, try renaming it to bdselfpr.s__. However, make sure to do this cautiously. Sometimes, renaming a file will even do more damage than good.

Method 3 – Disable/Disconnect From Hardware

If you’re connected to any general USB devices (such a smart card reader), disable it. If your computer is connected to other external devices, disconnect all of them. Examples of this include gaming controllers, printers, external hard disk, USB keys, and other non-essential devices).

Method 4 – Other Troubleshooting Steps

Other troubleshooting steps include:

  • Upgrade using an .ISO file, instead of directly upgrading from Windows Update. When you do this, make sure you’re disconnected from the Internet during installation. If the process started and you forgot to disconnected, it’s best to restart the installation.
  • If you’re connected to a domain while trying to set up Windows 10, disconnect and use a local account.
  • If you’re using a SCSI hard disk, connect a thumb drive with the drivers for your storage device. While Windows 10 is setting up, click on the Custom Advanced Option. Using the thumb drive, use the Load Driver command to load the SCSI drive.
  • Another possible cause of this error is due to BIOS incompatibility. BIOS issues can be solved by upgrading your version of your system BIOS. If you don’t know how to do this, refer to your BIOS manufacturer’s website.

Method 5 – Use A Trusted Automated Tool

If you still experience the error after doing the methods above, you might want to try a powerful and trusted automated tool to fix the job.

Read More
Fix HIDCLASS.sys failed Blue Screen Error
If you were trying to print some documents but encounter the HIDCLASS.SYS Blue Screen error instead, then you’ve come to the right place as this post will guide you in fixing any Blue Screen errors related to the HIDCLASS.SYS file. HIDCLASS.SYS is a Windows operating system driver file. HID or Human Interface Device includes Keyboards, mice, and other input devices. HIDCLASS.SYS is a critical system driver file that is responsible for connecting different kinds of devices all over the system, including the functionality where a Word Processor can access the printer to print documents. This file comes under the category of kernel-mode device drivers and if the driver fails, it can result in a Stop Error. There are a lot of Stop errors related to the HIDCLASS.SYS file, such as:
  • KMODE EXCEPTION NOT HANDLED
  • SYSTEM SERVICE EXCEPTION
  • DRIVER POWER STATE FAILURE
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • DRIVER VERIFIER IOMANAGER VIOLATION
  • IRQL NOT LESS EQUAL
The fixes for the Blue Screen errors related to the HIDCLASS.SYS files are pretty simple but before you troubleshoot the problem using these fixes, make sure that you boot your computer into Safe Mode with Networking first. After that, get started on these tips:

Option 1 – Update or rollback or disable concerned device drivers

To fix the HIDCLASS.SYS error, you can also try to roll back, or update, or disable the concerned device drivers.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers particularly the ones that are under the sections of Keyboard, Mouse, USB, and HID Drivers.
  • Next, 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. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions or disable them.

Option 2 – Check for any incompatible devices

The next thing you can do to troubleshoot the HIDCLASS.SYS Stop error is to plug in and out each one of the different hardware that is connected to your computer. Doing so will help you determine which one of the hardware is the one that’s triggering the error to pop up. You will also know what hardware drivers or anything else that could be causing this error which includes external devices like mouse, keyboard, printer, as well as internally attached components like the Graphics card and so on.

Option 3 – Try running the ChkDsk utility

Running the ChkDsk utility can also help you resolve any Blue Screen errors related to the HIDCLASS.SYS file. To run this tool, refer to these steps:
  • First, open This PC and right-click on your operating system partition for Windows.
  • Next, click on Properties and navigate to the Tools tab.
  • Then click on Check under the Error Checking section.
  • After that, a new mini window will be opened and from there click on Scan drive and let it scan your disk drive partition for any errors and then restart your computer.

Option 4 – Try checking the Memory for any errors

  • 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.

Option 5 – 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 with good system files. 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 Blue Screen error is fixed or not.
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