Browse all scripts
Disable Windows Consumer Features (Batch)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…
Disable Windows Tips & Suggestions (Python)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.
Export System Drivers to CSV (Python)
Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.
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…
Disable Windows Telemetry (C#)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…
Disable Start Menu Suggested Apps (Batch)
Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.
Backup Battery Info List to JSON
Snapshots Battery Info from Win32_Battery to a timestamped JSON file for later comparison or auditing.
Backup Startup Programs to JSON (C#)
Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.
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…
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…
Backup Computer System Product Info to JSON (Python)
Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file for later comparison or…
Clean Up The Microsoft Teams cache (Python)
Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.