Browse all scripts
Export Signed Drivers to CSV (Python)
Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.
Get CD/DVD Drives Report (Python)
Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β no third-party packages required.
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).
Backup The user CrashDumps folder to Zip
Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.
Get Installed Hotfixes Report (C#)
Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.
Enable Win32 Long Paths (Batch)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoβ¦
Win32_DiskDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_DiskDrive via Register-CimIndicationEvent β real WQL event query β¦
Get CD/DVD Drives Report (Batch)
Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.
Export Printers to CSV (Batch)
Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.
Get Windows Error Reporting files Size Report
Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).
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β¦
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β¦