MASIGNCLEAN104

Create laptop battery full charge notification on Windows 10

iklan banner

If for only about reason, y'all desire to move notified when your laptop battery has been fully charged, together with then the Windows OS volition non move able to aid y'all equally such. You tin change Critical & Low-Level Battery Action together with change Low Battery Level Notifications too, but at that spot is only no setting available that tells y'all when your laptop battery has been fully charged. In this post, nosotros volition come across how to exercise a battery amount accuse notification, alert or warning for your Windows 10 / 8 / vii laptop, without using whatever software.

Create laptop battery amount accuse notification

Open a Notepad on your Windows desktop, together with copy-paste the next code inwards it.

set oLocator = CreateObject("WbemScripting.SWbemLocator")develop oServices = oLocator.ConnectServer(".","root\wmi")set oResults = oServices.ExecQuery("select * from batteryfullchargedcapacity")for each oResult inwards oResultsiFull = oResult.FullChargedCapacitynextpiece (1)  develop oResults = oServices.ExecQuery("select * from batterystatus")for each oResult inwards oResultsiRemaining = oResult.RemainingCapacitybCharging = oResult.ChargingnextiPercent = ((iRemaining / iFull) * 100) modern 100  if bCharging together with (iPercent > 95) Then msgbox "Battery is at " & iPercent & "%",vbInformation, "Battery monitor"wscript.sleep 30000 ' v minuteswend

From the Notepad File menu, direct Save as, together with and then from the salve equally dialog box which appears, nether Save equally type, direct All files.

Next give the file whatever name, along amongst the extension equally .vbs. For instance, y'all may cite the file equally FullBat.vbs. Click on Save to salve the VBS script to your desktop or whatever other location of your choice.

You may also right-click on it together with direct Create shortcut. Once y'all convey done this, movement the shortcut to the Windows 10 startup folder located at:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

This way, everytime your laptop boots, the script volition outset monitoring. That is all y'all take to do.

You may also click on it correct away to outset running the script immediately.  Once it runs, it volition outset monitoring your battery status.

When your battery accuse exceeds 95%, y'all volition take heed an warning together with come across the next notification popular up.

 y'all desire to move notified when your laptop battery has been fully charged Create laptop battery amount accuse notification on Windows 10

The script sets the notification to look when it crosses 95%. If y'all wish, y'all tin alter it to 99%.

It worked for me. Let us know if it worked for y'all too.

To uninstall it, y'all convey to take it from the Programs\StartUp folder, where y'all had placed it.

Battery Alarm together with Laptop Battery Monitor are goodness freeware that volition rank y'all when your battery is fully charged. Take a await at them too. BATExpert is only about other goodness tool that may involvement y'all equally it shows y'all the electrical flow condition of the battery installed inwards your laptop together with also provides other detailed data most it similar the battery type, manufacturer, voltage together with temperature, etc.

Source: TechNet.


Source: https://www.thewindowsclub.com/
Share This :