docs(inputs.temp): Add additional troubleshooting steps (#14255)
This commit is contained in:
parent
0e2203d7a4
commit
364628ec98
|
|
@ -39,6 +39,11 @@ following command:
|
||||||
wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature
|
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
|
## Example Output
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue