Browse all scripts
Export Sound Devices to CSV (Python)
Exports Sound Devices (Win32_SoundDevice) to a timestamped CSV file via wmic.
Get Processor Info Report
Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.
Disable Storage Sense Low-Space Notifications (VBScript)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite.
Export Battery Info to CSV (Python)
Exports Battery Info (Win32_Battery) to a timestamped CSV file via wmic.
Backup The user CrashDumps folder to Zip (Python)
Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.
Get Stuck print spooler files Size Report (C#)
Recursively sums the size of stuck print spooler files, read-only (no deletion).
Get Microsoft Edge's browser cache Size Report
Reports how much disk space Microsoft Edge's browser cache is currently using, read-only (no deletion).
Clean Up The Explorer thumbnail cache (VBA)
Deletes every file in the Explorer thumbnail cache after a confirmation prompt, using Scripting.FileSystemObject from Eβ¦
Disable Windows Consumer Features (VBScript)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦
Check "Disable Feedback Notifications" Status (VBScript)
Reads the registry value behind the "Disable Feedback Notifications" tweak to confirm whether it's applied.
Get Motherboard Info Report (Python)
Uses wmic under the hood to report Motherboard Info (Win32_BaseBoard) β no third-party packages required.
Watch BIOS Info for Changes
Polls Win32_BIOS on an interval and prints a line whenever the BIOS Info count changes β a lightweight way to notice neβ¦