Skip to content

A TUI application to replicate the functionality of the Lenovo Vantage application that can currently only be downloaded via the Microsoft Store. This can be used to alter various BIOS settings. My idea for this project came from gokulmaxi (https://github.com/gokulmaxi/vantage).

Notifications You must be signed in to change notification settings

guymarshall/lenovo_vantage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lenovo Vantage

This is a Rust command-line utility for managing certain settings on certain Lenovo laptops. Lenovo Vantage is an application that is only installable on Windows via the Microsoft Store, this project aims to replicate the features of that software but on Linux instead.

Features

  • Toggle Fn Lock between 0 and 1
  • Toggle Conservation Mode between 0 and 1.
  • More settings to come...

Prerequisites

  • Rust programming language and Cargo: Install Rust
  • Lenovo laptop running Linux

Installation

  1. Clone the repository:

    git clone https://github.com/guymarshall/lenovo_vantage.git
  2. Change into the project directory:

    cd lenovo_vantage
  3. Run the project:

    cargo run --release

Usage

  • Use up/down arrow keys to change selection.
  • Use left/right arrow keys to change selected value.
  • Press q or Esc to quit the application.

Troubleshooting

  • If you encounter anything, please open a new issue!

About

A TUI application to replicate the functionality of the Lenovo Vantage application that can currently only be downloaded via the Microsoft Store. This can be used to alter various BIOS settings. My idea for this project came from gokulmaxi (https://github.com/gokulmaxi/vantage).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages