8

I have a Windows 10 Pro VM that I often connect to from a Windows 10 laptop. I connect using vanilla Microsoft Remote Desktop Client. Because I full-screen the remote session so often, I sometimes don't notice my battery level draining.

Is it possible to show the battery level of my laptop inside the virtual machine I connect to?

4

2 Answers 2

9
+50

I didn't find anything that would do this, either, so I started a new project on GitHub to create a Microsoft RDP client add-in for battery reporting.

Check the releases page for Windows binaries, if you prefer not to compile from the source, and follow the instructions for installation.

2
  • 1
    This is great! I will be running this immediately! Commented Mar 2, 2018 at 17:21
  • I don't have much rep. but this is so awesome it is well worth it. Commented Mar 5, 2018 at 14:05
2

Disclaimer: I haven't used Windows in a long time, so I haven't tested this. That said, it should work.

  • Install 8gadgetpack to enable support to "Windows gadgets".

    (Needed for Windows versions higher than 7)

  • Install the "Battery Meter" gadget.

  • Activate the gadget, right-click and set it to "always on top".
3
  • This would do the job, but I was hoping for something that would integrate into the Windows power meter. Commented Sep 23, 2017 at 2:59
  • 1
    If the virtual machine is in another computer you need to use a solution like this, there is no way you can do it with the Windows power meter (because that would need built a networked solution just for this, which is a very corner case). Commented Sep 23, 2017 at 9:59
  • I was afraid of this. The WMIC commands above look hopeful. I just had the linux-centric dream there would be someway to hack it together. Commented Sep 24, 2017 at 4:20

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .