This is a utility created for Lenovo Legion 5, 5 Pro, 7, etc. laptops, that allows changing a couple of features that are only available in Lenovo Vantage.
It runs no background services, uses less memory, uses virtually no CPU, and contains no telemetry. Just like Lenovo Vantage, this application is Windows only.
Join the Legion Series Discord: https://discord.com/invite/legionseries!
The tool comes with no warranty. Use at your own risk.
This is a hobby project. I want to make it available on more devices, but it will take some time, so please be patient and read through this readme carefully.
If you enjoy using the Lenovo Legion Toolkit, consider donating.
You can download the installer from the Releases page here: Latest release.
Lenovo Legion Toolkit is compatible with a lot of Lenovo Legion laptops from 2020 and 2021 running Windows 10 and 11. All testing done by me is done always on the latest Windows 11 update and Legion 5 Pro 16ACH6H.
If you are getting an incompatible message on startup, you can check the Contribution section down at the bottom, to see how can you help. Keep in mind, that not always I can make all options compatible with all hardware since I do not have access to it.
Note: Y-models (Y540, Y740, etc) have limited compatibility only, meaning not all options work.
The list of supported models can be found here: Compatibility.cs.
The app allows to:
- Change settings like power mode, battery charging mode, etc. that are available only through Vantage.
- 4-zone RGB and White backlight keyboards support.
- Change display refresh rate (built-in display only).
- Deactivate discrete GPU (nVidia only).
- View battery statistics.
- Download software updates.
- Define Actions that will run when the laptop is i.e. connected to AC power.
- Disable/enable Lenovo Vantage and Fn Keys service without uninstalling it.
You can disable Lenovo Vantage without uninstalling it. It is especially useful if you want to keep Vantage around i.e. for checking updates.
You can do it from the Settings page. If you disable Vantage, it will stop and disable its services, and disable all funky Lenovo Scheduled tasks. Once Vantage is disabled, it will no longer start any background processes on startup.
If you want to open Lenovo Vantage, you need to re-enable it from the tool, otherwise, it will prompt to reinstall itself.
You can disable Lenovo Fn Keys services without uninstalling them. You can do it from the Settings page. If you disable Fn Keys service, it will stop and disable its services, and disable all funky Lenovo Scheduled tasks. Once Fn Keys service is disabled, it will no longer start any background processes on startup.
Lenovo Legion Toolkit will handle all Fn key shortcuts.
Sometimes discrete GPU stays active even when it should not. This can happen for example, if you work with an external screen and you disconnect it - some processes will keep running on discrete GPU keeping it alive and shortening battery life.
There are two ways to help the GPU deactivate:
- killing all processes running on dGPU (this one seems to work better),
- disabling dGPU for a short amount of time, which will force all processes to move to the integrated GPU.
Deactivate button will be enabled when dGPU is active, you have Hybrid mode enabled and there are no screens connected to dGPU. If you hover over the button, you will see the current P state of dGPU and the list of processes running on it.
Keep in mind that some apps may not like this feature and crash when you deactivate dGPU.
Lenovo Legion Toolkit will automatically switch Windows power plans when Power Mode changes and when Lenovo Vantage is disabled.
On some laptops though, Lenovo Vantage never switched power plans. If you have one of the laptops where Lenovo Vantage does not change Windows power plans automatically you can override this behavior in Settings. This will allow Toolkit to always change Windows power plans, even if Lenovo Vantage is running in the background.
This allows modifying the hidden setting of Windows Power Plans called Processor performance boost mode. It is a little bit cryptic what these options do, but the best explanation is provided here:
Power and performance tuning @microsoft.com
ProcessorPerformanceBoostMode @microsoft.com
Special thanks to:
- ViRb3, for creating Lenovo Controller, which was used as a base for this tool
- falahati, for creating NvAPIWrapper and WindowsDisplayAPI
- SmokelessCPU for help with 4-zone RGB keyboard support
I appreciate any feedback that you have, so please do not hesitate to report issues. PRs are also welcome!
If you find any bugs in the app, please report them. It will be very helpful if you start the app with --trace
parameter and reproduce the issue. You can find logs in %LOCALAPPDATA%\LenovoLegionToolkit\log
. Of course attach the latest log to the issue here on GitHub.
Just, don't run with this parameter all the time, it creates a really large amount of logs.
It would be great to expand the list of compatible devices, but to do it your help is needed!
If you are willing to check if this app works correctly on your device that is currently unsupported, you can do it by starting the app with --skip-compat-check argument
. Remember that some functions may not function properly, so keep this in mind.
If you do it, I would appreciate it if you create an issue here on GitHub with the results of your testing. Make sure to include the following information in your issue:
- Full model name (i.e. Legion 5 Pro 16ACH6H)
- List of features that are working as expected.
- List of features that seem to not work.
- List of features that crash the app.
The more info you add, the better the app will get over time.
Thanks in advance!