A very simple efficient application that reads from performance counter and displays the cpu process time in a system tray icon
- Windows Forms
- .NET 4.7
Using performance counter to get % Processor Time
and updating at an interval and displaying the value in a system tray icon
Follow this guide: https://support.microsoft.com/en-us/help/4026268/windows-10-change-startup-apps
Basically create a shortcut and put in: shell:startup
(Windows+R)
See NOTICE.txt file