Browse all scripts

🟣 C# / .NET 6+

Backup Computer System Product Info to JSON (C#)

Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management a…

⚡ PowerShell 5.1+

Disable Sticky Keys Shortcut Prompt

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.

🟣 C# / .NET 6+

Show Recycle Bin Icon on Desktop (C#)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Show This PC Icon on Desktop (Python)

Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.

🖥️ Batch (CMD)

Get Physical Disk Drives Report (Batch)

Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.

🐍 Python 3.10+

Disable Recent Documents History (Python)

Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.

🖥️ Batch (CMD)

Check "Disable Lock Screen" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen" tweak.

🟣 C# / .NET 6+

Backup Services to JSON (C#)

Snapshots Services (Win32_Service) to a timestamped JSON file via System.Management and System.Text.Json.

🐍 Python 3.10+

Disable News and Interests Feed (Python)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via the stdlib winreg module.

🖥️ Batch (CMD)

Disable Windows Tips & Suggestions (Batch)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.

🐍 Python 3.10+

Disable Bing Search Suggestions (Python)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Get Network Shares Report (Python)

Uses wmic under the hood to report Network Shares (Win32_Share) — no third-party packages required.