Browse all scripts

🐍 Python 3.10+

Export Signed Drivers to CSV (Python)

Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get CD/DVD Drives Report (Python)

Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β€” no third-party packages required.

🐍 Python 3.10+

Get The current user's Temp folder Size Report (Python)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

⚑ PowerShell 5.1+

Backup The user CrashDumps folder to Zip

Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.

🟣 C# / .NET 6+

Get Installed Hotfixes Report (C#)

Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.

πŸ–₯️ Batch (CMD)

Enable Win32 Long Paths (Batch)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🧬 WQL / PowerShell

Win32_DiskDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_DiskDrive via Register-CimIndicationEvent β€” real WQL event query …

πŸ–₯️ Batch (CMD)

Get CD/DVD Drives Report (Batch)

Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.

πŸ–₯️ Batch (CMD)

Export Printers to CSV (Batch)

Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.

⚑ PowerShell 5.1+

Get Windows Error Reporting files Size Report

Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).

🧬 WQL / PowerShell

Win32_SoundDevice: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_SoundDevice exposes on the current system, instead of gu…

πŸ“„ JScript (WSH)

Disable Xbox Game Bar Capture (JScript)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite (JScript synta…