Browse all scripts

🐍 Python 3.10+

Backup Startup Programs to JSON (Python)

Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file for later comparison or auditing.

📊 VBA (Excel)

Remove Duplicate Rows

Removes duplicate rows from the active sheet based on all used columns, keeping the first occurrence.

🐍 Python 3.10+

Export Network Login Profiles to CSV (Python)

Exports Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file via wmic.

🖥️ Batch (CMD)

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.

🟣 C# / .NET 6+

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.

📜 VBScript (WSH)

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…

⚡ PowerShell 5.1+

Check "Disable Lock Screen" Status

Reads the current registry value behind the "Disable Lock Screen" tweak so you can confirm whether it's applied.

📄 JScript (WSH)

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).

⚡ PowerShell 5.1+

Backup Operating System Info List to JSON

Snapshots Operating System Info from Win32_OperatingSystem to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Disable Autoplay for All Drives (C#)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.

🖥️ Batch (CMD)

Get Installed MSI Products Report (Batch)

Uses wmic to list Installed MSI Products (Win32_Product) straight from the command line.

🐍 Python 3.10+

Clean Up The pip download cache (Python)

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