-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Software and How To Questions
- HP Pavilion 15 - disable fast charge

Create an account on the HP Community to personalize your profile and ask a question
11-27-2020 08:55 AM
hi all, how can i disable the fast charge of the notebook? the person using it its my dad, and he use it very little to none, but when it does he always has issue with the computer by not turning on the first time.
So he always call me to try and hold the on/off power button for some seconds. I think it's impossible to not be able to disable it.
Thank you
Solved! Go to Solution.
Accepted Solutions
11-27-2020 08:58 AM
I suspect the issue is Fast Startup, not Fast Charge.
Win10 has enabled a new hibernation process known as Fast Startup -- which is enabled BY DEFAULT. This is different from Fast Boot, which is a BIOS/UEFI option.
Fast Startup is supposed to dramatically speed up the booting process, but in some PCs, it actually slows it down or causes it to hang. It's also a new form of hibernation known as hybrid sleep -- and this causes battery drain to maintain the state of the PC while turned off. In some rare cases, it can also cause a laptop to overheat because the processor is still running and still generating heat, as this has been reported when the laptop was turned off and put inside a case.
Disabling Fast Startup might fix booting and shutdown problems.
There are two ways to disable FastStartup in Win10: (1) through the Control Panel, and (2) through an elevated command prompt.
Control Panel - Open Control Panel --> Power Options.
Select "Choose what the power buttons do"
Select "Change settings that are currently unavailable"
At the bottom of the Window, under Shutdown settings, uncheck the box regarding fast startup
Elevated command prompt - run the following command:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F
In both cases, reboot Windows.
NOW, Fast Startup is disabled.
See if that helps.
I am a volunteer and I do not work for, nor represent, HP
11-27-2020 08:58 AM
I suspect the issue is Fast Startup, not Fast Charge.
Win10 has enabled a new hibernation process known as Fast Startup -- which is enabled BY DEFAULT. This is different from Fast Boot, which is a BIOS/UEFI option.
Fast Startup is supposed to dramatically speed up the booting process, but in some PCs, it actually slows it down or causes it to hang. It's also a new form of hibernation known as hybrid sleep -- and this causes battery drain to maintain the state of the PC while turned off. In some rare cases, it can also cause a laptop to overheat because the processor is still running and still generating heat, as this has been reported when the laptop was turned off and put inside a case.
Disabling Fast Startup might fix booting and shutdown problems.
There are two ways to disable FastStartup in Win10: (1) through the Control Panel, and (2) through an elevated command prompt.
Control Panel - Open Control Panel --> Power Options.
Select "Choose what the power buttons do"
Select "Change settings that are currently unavailable"
At the bottom of the Window, under Shutdown settings, uncheck the box regarding fast startup
Elevated command prompt - run the following command:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F
In both cases, reboot Windows.
NOW, Fast Startup is disabled.
See if that helps.
I am a volunteer and I do not work for, nor represent, HP