Replies: 1 comment
-
|
No need for
in my case. Also directory can by under local user directory. "Program Files" require more privileges. Also 2 - CPU temp is missing, but GPU temp is there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TrafficMonitor requires admin privileges all the time, so it is poorly programmed.
For normal users without admin privileges the following works:
Create a batch file TrafficMonitor.bat with the content
and copy it to the TrafficMonitor.exe directory ("C:\Program Files\TrafficMonitor") .
Run regedit.exe in C:\Windows. Go to "Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run".
and create a new key "TrafficMonitor" with path "C:\Program Files\TrafficMonitor\TrafficMonitor.bat" to batch file.
Add the path "C:\Program Files\TrafficMonitor" in the environment variables.
After restart TrafficMonitor should start with the small main window and can be modified.
Beta Was this translation helpful? Give feedback.
All reactions