Browse all scripts
Backup Computer System Product Info to JSON (C#)
Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management a…
Disable Sticky Keys Shortcut Prompt
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.
Show Recycle Bin Icon on Desktop (C#)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Show This PC Icon on Desktop (Python)
Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.
Get Physical Disk Drives Report (Batch)
Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.
Disable Recent Documents History (Python)
Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.
Check "Disable Lock Screen" Status (Batch)
Uses reg query to check the current value behind the "Disable Lock Screen" tweak.
Backup Services to JSON (C#)
Snapshots Services (Win32_Service) to a timestamped JSON file via System.Management and System.Text.Json.
Disable News and Interests Feed (Python)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via the stdlib winreg module.
Disable Windows Tips & Suggestions (Batch)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.
Disable Bing Search Suggestions (Python)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.
Get Network Shares Report (Python)
Uses wmic under the hood to report Network Shares (Win32_Share) — no third-party packages required.