Browse all scripts
Backup Startup Programs to JSON (Python)
Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file for later comparison or auditing.
Remove Duplicate Rows
Removes duplicate rows from the active sheet based on all used columns, keeping the first occurrence.
Export Network Login Profiles to CSV (Python)
Exports Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file via wmic.
Disable Snap Assist Suggestions (Batch)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via reg.exe.
Hide Taskbar Search Box (C#)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via Microsoft.Win32.Registry.
Get Environment Variables Report to File (VBScript)
Queries Win32_Environment via WMI and writes Environment Variables to a timestamped text file, handy for scheduled logo…
Check "Disable Lock Screen" Status
Reads the current registry value behind the "Disable Lock Screen" tweak so you can confirm whether it's applied.
Show Recycle Bin Icon on Desktop (JScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Backup Operating System Info List to JSON
Snapshots Operating System Info from Win32_OperatingSystem to a timestamped JSON file for later comparison or auditing.
Disable Autoplay for All Drives (C#)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.
Get Installed MSI Products Report (Batch)
Uses wmic to list Installed MSI Products (Win32_Product) straight from the command line.
Clean Up The pip download cache (Python)
Reports the size of the pip download cache and optionally clears it out. Dry-run by default.