docs(inputs.temp): Add additional troubleshooting steps (#14255)

This commit is contained in:
Joshua Powers 2023-11-08 05:46:54 -07:00 committed by GitHub
parent 0e2203d7a4
commit 364628ec98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ following command:
wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature
```
If the result is "Not Supported" you may be running in a virtualized environment
and not a physical machine. Additionally, if you still get this result your
motherboard or system may not support querying these values. Finally, you may
be required to run as admin to get the values.
## Example Output
```text