
- #Bluetooth battery status and sleep mode laptop how to#
- #Bluetooth battery status and sleep mode laptop update#
- #Bluetooth battery status and sleep mode laptop Ps4#
- #Bluetooth battery status and sleep mode laptop Bluetooth#
- #Bluetooth battery status and sleep mode laptop windows#
#Bluetooth battery status and sleep mode laptop Bluetooth#
Restart -> - Bluetooth off and on -> Sleep -> Wake -> Hibernate -> Wake -> Sleep = Not Sleep.Restart -> - Bluetooth off and on -> Hibernate -> Wake -> Sleep = Sleep.Restart -> - Bluetooth off and on -> Sleep -> Wake -> Sleep = Sleep.So in my case, the problem is clearly with Bluetooth. Restart -> Bluetooth off and on = Sleep.Restart -> Restart Bluetooth device = Not always sleep (Above method).
#Bluetooth battery status and sleep mode laptop update#
I'll test more on this before update guide above. So I started again from zero and found new solution.

Why? Let's read below.Īfter I updated ASUS System Control Interface today, everything I posted above is unstable and useless. In your case, you might need to try toggle Bluetooth off and on in Action Center, it may help. Try restart then wait about 1-2 minutes after logged in and try sleep again. On an event trigger in detailed (Event of wake from hibernation.)Īction in detailed (Command that you tested from step 2 and click OK and Yes)
#Bluetooth battery status and sleep mode laptop windows#
It will ask for your Windows password, just enter it, no any harm in that. If there is no error, then the command should be working and we'll move to next step to make this automated every boot and wake from hibernation.įollow pictures below then click OK to save. In my case, I saved file at root of Drive C. You can test run it in command prompt (Not test with PowerShell because Task Schedule action need to execute command in command prompt style.) to check if script is working or not just type command below. | Out-NullĪwait ($bluetooth.SetStateAsync('Off')) () | Out-NullĪwait ($bluetooth.SetStateAsync('On')) () | Out-Null If ((Get-Service bthserv).Status -eq 'Stopped') Thank you those who invented this script, I found it somewhere and modified it a little for this purpose. I personally saved it at root of my Drive C (C:\BT-Toogle.ps1). Create a PowerShell script to toggle Bluetooth off then on.Here you go on how I fix my G15 step by step. But if it happens, Laptop will not go to sleep after automatic restart, need to login and restart again to make everything back to order. I found a random restart after sleep for more than 30 minutes once in 3 days of testing, not sure what is the cause yet.Nothing bad will happen, just need to wait. After wake from hibernation, Bluetooth toggle might take a while to finish.Steam opened in background with PlayStation Configuration Support enabled -> NOT SLEEP.TradingView Desktop app opened -> NOT SLEEP, need to close first.
#Bluetooth battery status and sleep mode laptop Ps4#


After latest ASUS System Control Interface update, it breaks everything. For those who tried the previous one, please change to this method instead as it's more stable, no random Bluetooth crash.
#Bluetooth battery status and sleep mode laptop how to#
It's like version 2.0 of how to fix sleep issue. UPDATE - I've just updated the solution below.
