damienvanrobaeys / About_my_device

About my device: A systray tool for that displays device information and run action like send logs or sync device
34 stars 6 forks source link

Monitors tab empty #10

Open maheDJ opened 3 years ago

maheDJ commented 3 years ago

While testing your tool I discovered that the "Monitors" tab is empty when it's running in a VM (I'm using VMWare Workstation with VM Tools installed). It doesn't display any info.

damienvanrobaeys commented 3 years ago

I will test that, I admit I never tested on a VM. Thanks for this interesting feedback

maheDJ commented 3 years ago

If you need more information tell me what you need, I'll do my best to provide it.

It's a great handy tool :)

maheDJ commented 3 years ago

I've run Get-CimInstance -Namespace root\wmi -ClassName WmiMonitorId in Powershell in the VM and got "not supported".

Looks like this class doesn't exist in the VM.