![]() |
Перевести из powershell во WMIC
Есть такая строчка
(Get-WmiObject -Namespace Root\OpenHardwareMonitor -Class sensor | ?{$_.identifier -eq "/intelcpu/0/temperature/0"}).value Как её во WMIC перевести? |
Код:
wmic /namespace:\\Root\OpenHardwareMonitor path sensor where "identifier='//intelcpu//0//temperature//0'" get value | findstr "[0-9]" |
Время: 16:17. |
Время: 16:17.
© OSzone.net 2001-