Browse all scripts

🖥️ Batch (CMD)

Disable Windows Consumer Features (Batch)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🐍 Python 3.10+

Disable Windows Tips & Suggestions (Python)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Export System Drivers to CSV (Python)

Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.

⚡ PowerShell 5.1+

Check "Disable Game Bar Startup Tips" Status

Reads the current registry value behind the "Disable Game Bar Startup Tips" tweak so you can confirm whether it's appli…

🟣 C# / .NET 6+

Disable Windows Telemetry (C#)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

🖥️ Batch (CMD)

Disable Start Menu Suggested Apps (Batch)

Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.

⚡ PowerShell 5.1+

Backup Battery Info List to JSON

Snapshots Battery Info from Win32_Battery to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Startup Programs to JSON (C#)

Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_Printer: Filtering Printers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Printer, starting from a LIKE '%' wildcard you customize with a real se…

🐍 Python 3.10+

Increase Icon Cache Size (Python)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via the stdlib winreg…

🐍 Python 3.10+

Backup Computer System Product Info to JSON (Python)

Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file for later comparison or…

🐍 Python 3.10+

Clean Up The Microsoft Teams cache (Python)

Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.