Browse all scripts

⚡ PowerShell 5.1+

Clean Up The npm cache

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

📜 VBScript (WSH)

Disable Taskbar Chat Icon (VBScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Get Battery Info Report (Batch)

Uses wmic to list Battery Info (Win32_Battery) straight from the command line.

📜 VBScript (WSH)

Show Recycle Bin Icon on Desktop (VBScript)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.

📊 VBA (Excel)

AutoFit All Columns on All Sheets

Auto-fits column widths across every worksheet in the workbook in one pass.

🖥️ Batch (CMD)

Enable Clipboard History (Batch)

Turns on Windows+V clipboard history. Applies the tweak via reg.exe.

⚡ PowerShell 5.1+

Check "Disable Window Animations" Status

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

🟣 C# / .NET 6+

Disable Explorer Startup Delay (C#)

Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Backup Processes to JSON (Python)

Snapshots Processes (Win32_Process) to a timestamped JSON file for later comparison or auditing.

🖥️ Batch (CMD)

Export Services to CSV (Batch)

Uses wmic to export Services (Win32_Service) to a timestamped CSV file.

📜 VBScript (WSH)

Check "Disable Explorer Startup Delay" Status (VBScript)

Reads the registry value behind the "Disable Explorer Startup Delay" tweak to confirm whether it's applied.

🖥️ Batch (CMD)

Disable Background Apps Globally (Batch)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.