You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
set __COMPAT_LAYER=RunAsInvoker
start TrafficMonitor.exe
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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