Browse all scripts
Clean Up The npm cache
Reports the size of the npm cache and optionally clears it out. Dry-run by default.
Disable Taskbar Chat Icon (VBScript)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.
Get Battery Info Report (Batch)
Uses wmic to list Battery Info (Win32_Battery) straight from the command line.
Show Recycle Bin Icon on Desktop (VBScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.
AutoFit All Columns on All Sheets
Auto-fits column widths across every worksheet in the workbook in one pass.
Enable Clipboard History (Batch)
Turns on Windows+V clipboard history. Applies the tweak via reg.exe.
Check "Disable Window Animations" Status
Reads the current registry value behind the "Disable Window Animations" tweak so you can confirm whether it's applied.
Disable Explorer Startup Delay (C#)
Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.
Backup Processes to JSON (Python)
Snapshots Processes (Win32_Process) to a timestamped JSON file for later comparison or auditing.
Export Services to CSV (Batch)
Uses wmic to export Services (Win32_Service) to a timestamped CSV file.
Check "Disable Explorer Startup Delay" Status (VBScript)
Reads the registry value behind the "Disable Explorer Startup Delay" tweak to confirm whether it's applied.
Disable Background Apps Globally (Batch)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.