windows os how to check Fan status use cmd code
- Open the Command Prompt by pressing the Windows key + R and then typing cmd in the Run box.
- In the Command Prompt window, type the following command: wmic /namespace:\root\wmi PATH MS_SystemInformation
- Press Enter to execute the command.
- Look for the FanStatus property in the output. If the value is 0, the fan is off. If the value is 1, the fan is on.
原文地址: https://www.cveoy.top/t/topic/bXmo 著作权归作者所有。请勿转载和采集!