What's new

Solved Power / Brightness ?Issue?

ctitanic

Well-Known Member
jnjroach, you're right, when I enabled Hyper-V which disables the Connected Standby, I get the guesstimates back....

I've disabled Hyper-V for now though...

For others that want to switch between the two:

To disable Hyper-V and restore Connected Standby functionality, use the following at the command line (cmd run in admin mode..):
bcdedit /set hypervisorlaunchtype off

To re-enable Hyper-V when you need it (and thus disable Connected Standby again):
bcdedit /set hypervisorlaunchtype auto
Your don't need to enable hyper v, just change this registry key:

HKLM\System\CurrentControlSet\Control\Power\CsEnabled (1->0) (change from 1 to 0 and restart)
 
Top