Skip to content

Instantly share code, notes, and snippets.

View bryantc24's full-sized avatar
💭
I may be slow to respond.

bryantc24

💭
I may be slow to respond.
View GitHub Profile
@jcary741
jcary741 / badlenovo.ps1
Last active November 2, 2025 17:20
Removal script for Tobii and Nahimic software on Lenovo Legion 5 devices
# Version: 0.1 (2025-01-18)
# License: MIT, use at your own risk
#
# This script disables the Lenovo-installed "Tobii experience" software and "nahimic" software.
# Tested on a Lenovo Legion Pro 5 (82WM) with Windows 11 24H2.
# Run it with `powershell.exe -noprofile -executionPolicy Bypass -File badlenovo.ps1`
# Following this script, you should be able to uninstall the "Tobii experience" app from the control panel (appwiz.cpl)
#
# After major updates, you may need to re-run this script.