Browse all scripts
Clean Up The user CrashDumps folder
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Win32_USBController: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_USBController exposes on the current system, instead of …
Get Logical Disks Report
Queries Win32_LogicalDisk via WMI and reports Logical Disks in a formatted table, with an optional CSV export.
Split Sheet by Column Value
Splits the active sheet into separate new sheets, one per unique value found in column A (header row assumed).
Export Operating System Info to CSV via WMI (VBA)
Queries Win32_OperatingSystem via WMI and writes every Operating System Info row straight to a CSV file in Documents, u…
Enable Num Lock on Startup (C#)
Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.
Apply Show Recycle Bin Icon on Desktop (VBA)
Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Welcome Experience (Python)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg mo…
Disable Recent Documents History (C#)
Stops Windows from tracking recently opened documents. Applies the tweak via Microsoft.Win32.Registry.
Disable Tailored Experiences (Registry Tweak)
Stops Windows from using diagnostic data to personalize tips and ads.
Export Page File Usage to CSV (Python)
Exports Page File Usage (Win32_PageFileUsage) to a timestamped CSV file via wmic.
Load Battery Info into Excel via WMI
Queries Win32_Battery via GetObject("winmgmts:") and dumps every Battery Info row straight onto the active worksheet, n…