F5F Stay Refreshed Software Operating Systems Use built-in tools like Device Manager or PowerShell commands. Avoid admin privileges for basic checks.

Use built-in tools like Device Manager or PowerShell commands. Avoid admin privileges for basic checks.

Use built-in tools like Device Manager or PowerShell commands. Avoid admin privileges for basic checks.

Pages (2): 1 2 Next
R
rappermio
Junior Member
19
01-17-2023, 12:39 PM
#1
Hi, you can access temperature sensor data from the motherboard and CPU without admin rights using tools like HWiNFO or other monitoring utilities that don’t require elevated privileges. You might also explore built-in system utilities or manufacturer-specific apps that provide similar insights. A live USB could help, but alternative methods exist if you're open to them.
R
rappermio
01-17-2023, 12:39 PM #1

Hi, you can access temperature sensor data from the motherboard and CPU without admin rights using tools like HWiNFO or other monitoring utilities that don’t require elevated privileges. You might also explore built-in system utilities or manufacturer-specific apps that provide similar insights. A live USB could help, but alternative methods exist if you're open to them.

H
hallowed98
Junior Member
1
01-17-2023, 06:08 PM
#2
Obtaining sensor data needs connection to the SMbus on the motherboard, which would expose significant security risks if exposed to regular users.
H
hallowed98
01-17-2023, 06:08 PM #2

Obtaining sensor data needs connection to the SMbus on the motherboard, which would expose significant security risks if exposed to regular users.

K
k4w411_g1rl
Junior Member
9
01-25-2023, 02:07 AM
#3
Thank you for the details. I'll proceed with testing the live USB next.
K
k4w411_g1rl
01-25-2023, 02:07 AM #3

Thank you for the details. I'll proceed with testing the live USB next.

D
DerpyBat
Member
124
01-25-2023, 07:41 AM
#4
Are you sure about the boot access? For devices used at school, university, or work, the boot could be restricted due to security measures.
D
DerpyBat
01-25-2023, 07:41 AM #4

Are you sure about the boot access? For devices used at school, university, or work, the boot could be restricted due to security measures.

X
xDamian360x
Member
76
01-26-2023, 11:24 AM
#5
You're right, the bios and boot choices aren't fixed. Otherwise, I'd have to temporarily replace the SSD. This unit isn't soldered, at least Tongue.
X
xDamian360x
01-26-2023, 11:24 AM #5

You're right, the bios and boot choices aren't fixed. Otherwise, I'd have to temporarily replace the SSD. This unit isn't soldered, at least Tongue.

T
209
01-26-2023, 07:04 PM
#6
In reality, you have some options. Windows runs queries into its internal database (WMI - Windows Management Instrumentation), but you're restricted by what Windows can provide—it depends on the BIOS/UEFI supplying that data. This means you might receive readings in Kelvin, Fahrenheit, or nothing at all (no support) or incorrect values (if the motherboard wasn't tested and just ignores it). Some programs connect directly to SMBus, accessing sensors without needing Windows, supporting many common devices. If you wish to test, open a command prompt and run: (Displays CPU temp) wmic /namespace:\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature
T
timidgecko1134
01-26-2023, 07:04 PM #6

In reality, you have some options. Windows runs queries into its internal database (WMI - Windows Management Instrumentation), but you're restricted by what Windows can provide—it depends on the BIOS/UEFI supplying that data. This means you might receive readings in Kelvin, Fahrenheit, or nothing at all (no support) or incorrect values (if the motherboard wasn't tested and just ignores it). Some programs connect directly to SMBus, accessing sensors without needing Windows, supporting many common devices. If you wish to test, open a command prompt and run: (Displays CPU temp) wmic /namespace:\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature

D
dirtlover123
Junior Member
27
01-27-2023, 02:23 AM
#7
Would you like to observe how much CPU and RAM are being utilized? This would be especially useful when performing intensive point cloud comparisons on school computers, as it would clarify whether the software is functioning properly. It could also strengthen your argument for using a personal PC.
D
dirtlover123
01-27-2023, 02:23 AM #7

Would you like to observe how much CPU and RAM are being utilized? This would be especially useful when performing intensive point cloud comparisons on school computers, as it would clarify whether the software is functioning properly. It could also strengthen your argument for using a personal PC.

T
ToxicSausage
Member
50
01-27-2023, 06:05 AM
#8
Just a note: On all commands bellow, caps of names and commands don't matter. To get how much Free memory you have: wmic OS get FreePhysicalMemory To get the how much avail memory you have: wmic ComputerSystem get TotalPhysicalMemory To get memory speed: wmic MemoryChip get DeviceLocator, Speed Get everything that Windows can get about the system memory provided by the BIOS/UEFI: wmic MemoryChip list full To get everything from CPU that it can get (you cannot get the actual current CPU current clock, if I am not mistaken). wmic CPU list full
T
ToxicSausage
01-27-2023, 06:05 AM #8

Just a note: On all commands bellow, caps of names and commands don't matter. To get how much Free memory you have: wmic OS get FreePhysicalMemory To get the how much avail memory you have: wmic ComputerSystem get TotalPhysicalMemory To get memory speed: wmic MemoryChip get DeviceLocator, Speed Get everything that Windows can get about the system memory provided by the BIOS/UEFI: wmic MemoryChip list full To get everything from CPU that it can get (you cannot get the actual current CPU current clock, if I am not mistaken). wmic CPU list full

B
Bakergirl672
Junior Member
14
02-02-2023, 07:52 AM
#9
Thanks for the update, I'll definitely try them again at school.
B
Bakergirl672
02-02-2023, 07:52 AM #9

Thanks for the update, I'll definitely try them again at school.

N
Necron65
Member
205
02-02-2023, 08:10 PM
#10
I tried using that command, but it failed. The system blocked access to the data. Other memory and CPU commands worked fine without admin privileges.
N
Necron65
02-02-2023, 08:10 PM #10

I tried using that command, but it failed. The system blocked access to the data. Other memory and CPU commands worked fine without admin privileges.

Pages (2): 1 2 Next