platformcoders / vmmshutfix

Virtual Machine Preshutdown Notification Service
MIT License
2 stars 1 forks source link

Does only work on english OS, WMI Query fails on German Windows #3

Open HoffmannTom opened 5 years ago

HoffmannTom commented 5 years ago

Hello, there is a WMI query: select * from Msvm_ComputerSystem where caption = 'Virtual Machine'" This doesnt work on a German system because the caption is unfortunately translated to "Virtueller Computer". Is there a filter which works independently of the language?

Greetings, Thomas

HoffmannTom commented 5 years ago

A quick additional note: It seems quite funny that the field "caption" is translated but not the field "description". On German Windows, the query select * from Msvm_ComputerSystem where Description = 'Microsoft Virtual Machine' works.