Browse all scripts
Disable Taskbar Widgets Icon (C#)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.
Get Signed Drivers Report (Batch)
Uses wmic to list Signed Drivers (Win32_PnPSignedDriver) straight from the command line.
Clean Up The Office document cache
Reports the size of the Office document cache and optionally clears it out. Dry-run by default.
Backup Processes to JSON (C#)
Snapshots Processes (Win32_Process) to a timestamped JSON file via System.Management and System.Text.Json.
Get Network Adapters Report
Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.
Clean Up The Windows Prefetch folder (Python)
Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.
Report Size of The npm cache (VBA)
Reports the total size and top-level file count of the npm cache using Scripting.FileSystemObject, straight from Excel β¦
Load Environment Variables into Excel via WMI
Queries Win32_Environment via GetObject("winmgmts:") and dumps every Environment Variables row straight onto the activeβ¦
Check "Enable Light Mode" Status (Python)
Reads the registry value behind the "Enable Light Mode" tweak via winreg to confirm whether it's applied.
Export Services to CSV via WMI (VBA)
Queries Win32_Service via WMI and writes every Services row straight to a CSV file in Documents, using plain VBA file Iβ¦
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expβ¦
Clean Up Windows Error Reporting files (Python)
Reports the size of Windows Error Reporting files and optionally clears it out. Dry-run by default.