Browse all scripts

⚡ PowerShell 5.1+

Clean Up The user CrashDumps folder

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

🧬 WQL / PowerShell

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 …

⚡ PowerShell 5.1+

Get Logical Disks Report

Queries Win32_LogicalDisk via WMI and reports Logical Disks in a formatted table, with an optional CSV export.

📊 VBA (Excel)

Split Sheet by Column Value

Splits the active sheet into separate new sheets, one per unique value found in column A (header row assumed).

📊 VBA (Excel)

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…

🟣 C# / .NET 6+

Enable Num Lock on Startup (C#)

Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.

📊 VBA (Excel)

Apply Show Recycle Bin Icon on Desktop (VBA)

Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Windows Welcome Experience (Python)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg mo…

🟣 C# / .NET 6+

Disable Recent Documents History (C#)

Stops Windows from tracking recently opened documents. Applies the tweak via Microsoft.Win32.Registry.

🧰 Registry (.reg)

Disable Tailored Experiences (Registry Tweak)

Stops Windows from using diagnostic data to personalize tips and ads.

🐍 Python 3.10+

Export Page File Usage to CSV (Python)

Exports Page File Usage (Win32_PageFileUsage) to a timestamped CSV file via wmic.

📊 VBA (Excel)

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…