https://github.com/sidevesh/lenovotoolkit
A lightweight windows Lenovo Vantage replacement for the ThinkBook 15 G3 ACL
https://github.com/sidevesh/lenovotoolkit
Last synced: about 1 year ago
JSON representation
A lightweight windows Lenovo Vantage replacement for the ThinkBook 15 G3 ACL
- Host: GitHub
- URL: https://github.com/sidevesh/lenovotoolkit
- Owner: sidevesh
- License: mit
- Created: 2023-07-20T13:53:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T15:02:02.000Z (about 3 years ago)
- Last Synced: 2025-04-04T16:37:54.970Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lenovo Toolkit
**Lenovo Toolkit is a utility that allows you adjust the power setting from Lenovo Vantage, without having to use the slow official app**
_This fork removes the others section because the options in it did not seem to work correctly for me and changes name and branding to Lenovo Toolkit so that it fits with non ThinkPad laptops_

**Power profiles can be quickly adjusted from the tray icon**

**After running, the app windows can be accessed by double clicking the tray icon**
## Supported laptops
- Lenovo Flex 5 14ALC05 (Windows 11)
If your model is similar enough, chances are it will work.
To test, try changing the settings and verify the changes in Lenovo Vantage
## Prerequisites
- [.NET 6 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.9-windows-x64-installer)
- [Lenovo Intelligent Thermal Solution Driver](https://www.google.com/search?q=lenovo++intelligent+thermal+solution+driver+download)
- Visual C++ 2015 Runtime
- This comes packed with most Windows software, so you most likely already have this.
- If not, install from here: [X64](https://aka.ms/vs/17/release/vc_redist.x64.exe) [X86](https://aka.ms/vs/17/release/vc_redist.x86.exe)
- PowerBattery.dll
- This dll needs to be placed in the same directory as the executable
### How to get PowerBattery.dll
- Method A
1. Install Lenovo Vantage from the Microsoft Store
2. Copy it from C:\ProgramData\Lenovo\Vantage\Addins\IdeaNotebookAddin\ to the Lenovo Toolkit directory
3. Lenovo Vantage can now be uninstalled
- Method B (Without Microsoft Store)
1. Go to https://store.rg-adguard.net/
2. Enter the link to Lenovo Vantage (https://apps.microsoft.com/store/detail/lenovo-vantage/9WZDNCRFJ4MV)
3. Download the newest version in the **.msixbundle** format (The file should be called "something LevovoCompanion something **.msixbundle**)
4. Open the .msixbundle file using 7Zip or similar software
5. Inside 7Zip, navigate to LenovoVantagePackage\[Version\]x64.msix/DeployAssistant/ImController/Plugins\[Version\].cab/plugins.7z/Normal/IdeaNotebookPlugin/x64
6. PowerBattery.dll should be in there
## Third party licenses
[Hardcodet.NotifyIcon.Wpf](https://github.com/hardcodet/wpf-notifyicon/blob/develop/LICENSE)
[ModernWpf](https://github.com/Kinnara/ModernWpf/blob/master/LICENSE)
[SimpleInjector](https://github.com/simpleinjector/SimpleInjector/blob/master/LICENSE)
[.NET Community Toolkit](https://github.com/CommunityToolkit/dotnet/blob/main/License.md)
[Serilog](https://github.com/serilog/serilog/blob/dev/LICENSE)