Wingetlywingetly
← All apps
S

SUHelper

by Lenovov1.0.0.22

Last updated

SUHelper is designed to support a few scenarios to provide IT administrators more control over the updating of their devices.

Install with winget

$ winget install --id Lenovo.SUHelper --exact --version 1.0.0.22

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The SU Helper utility is a companion to Lenovo Commercial Vantage that provides command-line control over the System Update process. This utility can be leveraged directly in a terminal window on a device or by sending a script containing the command line from a systems management solutions such as Configuration Manager or Intune.

Installers · v1.0.0.22

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

3 known CVEs via NVD

  • high7.8Fix in v20.2506.39.0CVE-2025-6232affects before 20.2506.39.0Jul 17, 2025

    An improper validation vulnerability was reported in Lenovo Vantage that under certain conditions could allow a local attacker to execute code with elevated permissions by modifying specific registry locations.

  • high7.8Fix in v20.2506.39.0CVE-2025-6231affects before 20.2506.39.0Jul 17, 2025

    An improper validation vulnerability was reported in Lenovo Vantage that under certain conditions could allow a local attacker to execute code with elevated permissions by modifying an application configuration file.

  • medium5.3Fix in v20.2506.39.0CVE-2025-6230affects before 20.2506.39.0Jul 17, 2025

    A SQL injection vulnerability was reported in Lenovo Vantage that could allow a local attacker to modify the local SQLite database and execute limited SQLite commands.

Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Lenovo System UpdateLenovo
    Lenovo.SystemUpdatev5.08.04.85

    Enable IT administrators to distribute updates for software, drivers, and BIOS in a managed environment from a local server.

  • Legion Accessory CentralLenovo
    Lenovo.LegionAccessoryCentralv2.0.6.06161

    A utility to help you configure some Lenovo Legion accesories.

  • Lenovo Service BridgeLenovo
    Lenovo.ServiceBridgev5.0.2.21

    Lenovo Service Bridge identifies your devices Service Tag, analyzes hardware problems, runs diagnostic tests, and scans for driver updates.

  • Lenovo Thin InstallerLenovo
    Lenovo.ThinInstallerv1.04.02.0024

    A smaller version of Lenovo System Update which does not require installation

  • Lenovo Update RetrieverLenovo
    Lenovo.UpdateRetrieverv5.08.03.92

    Update Retriever is a program that enables an administrator to search for and download updates from the Lenovo Support site to a repository folder on a local drive or network share.

  • Lenovo Quick CleanLenovo
    Lenovo.QuickCleanv1.02.0051

    Lock keyboard and mouse input to allow for easy sanitization of the device

More from Lenovo or browse vantage, suhelper.

Frequently asked questions

How do I install SUHelper on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Lenovo.SUHelper --exact --version 1.0.0.22. winget downloads the installer from Lenovo and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install SUHelper silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Lenovo.SUHelper --exact 1.0.0.22 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall SUHelper via winget?
Run: winget uninstall --id Lenovo.SUHelper --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from SUHelper's Apps & Features entry.
Is SUHelper free?
SUHelper is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does SUHelper work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls SUHelper directly from the publisher.
How do I keep SUHelper up to date?
Run winget upgrade --id Lenovo.SUHelper --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of SUHelper from microsoft/winget-pkgs.