banksio / KeyboardDisplay

A small, simple Win32 app to notify when caps lock, num lock or scroll lock are toggled.
GNU General Public License v3.0
2 stars 1 forks source link

Run at Logon/Startup #7

Open banksio opened 6 years ago

banksio commented 6 years ago

This is a background application - it should start at logon automatically.

banksio commented 5 years ago

Implemented basic version in beta 0.5, need to separate privileged commands (such as startup for all users) from other commands to programmatically elevate privileges.