And making a batch file with the following scripts, I can now change my charge limit to 80 or 100 just by double-clicking on the desktop.
bat80.bat
framework_tool --charge-limit 80
pause
bat100.bat
framework_tool --charge-limit 100
pause
And I can even get the scripts to automatically run with administrator privileges using https://stackoverflow.com/a/13811519/, which results in only 1 popup window and is less annoying to me.
Shortcut setting to always run as admin:
