Syncs your brightness settings between different battery states (i.e. battery and charging brightness)
Comes with a service version (SameBrightnessService.exe) and regular application version (SameBrightnessSharp.exe)
I prefer to use the service as it's easier to have manual control over. However, use the application version if you don't have admin privileges.
This file has no interface (you have to use task manager to manually close the process) and can be run without installation but I suggest that you place it in your startup directory.
- Find your startup folder. (Easiest way is to open windows explorer, click on the top bar and type in
shell:startup
) - Place
SameBrightnessSharp.exe
into the folder. - Start the program manually or restart your computer.
- Open command prompt as admin
- Navigate to the folder with the application with
cd <directory path>
- Install the application into the startup directory with
SameBrightnessSharp.exe install
- The application should automatically configure and start itself
- Open command prompt as admin
- Navigate to the folder with the application with
cd <directory path>
- Install the service with
SameBrightnessService.exe install
- The service should automatically configure and start itself
SameBrightnessService.exe command
-
install
- Installs the service, automatically configures and starts itself
-
uninstall
- Uninstalls the service automatically. (You have to close the process manually if uninstallation doesn't stop it)
SameBrightnessSharp.exe command
install
- Installs program into startup directory and starts it
uninstall
- Uninstalls program from startup directory
stop
- Kills process
start
- Starts process