Browse all scripts

πŸ“œ VBScript (WSH)

Get The Windows Prefetch folder Size Report (VBScript)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

πŸ“„ JScript (WSH)

Disable Window Animations (JScript)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite (JScript…

🧬 WQL / PowerShell

Win32_ComputerSystem: Event-Driven Monitoring (WQL __InstanceCreationEvent)

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

🐍 Python 3.10+

Export CD/DVD Drives to CSV (Python)

Exports CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file via wmic.

🟣 C# / .NET 6+

Disable Windows Consumer Features (C#)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🟣 C# / .NET 6+

Disable Cortana (C#)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

πŸ“Š VBA (Excel)

Load Services into Excel via WMI

Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Po…

⚑ PowerShell 5.1+

Get Motherboard Info Report

Queries Win32_BaseBoard via WMI and reports Motherboard Info in a formatted table, with an optional CSV export.

πŸ“œ VBScript (WSH)

Get Startup Programs Report to File (VBScript)

Queries Win32_StartupCommand via WMI and writes Startup Programs to a timestamped text file, handy for scheduled logon/…

🐍 Python 3.10+

Backup Signed Drivers to JSON (Python)

Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_DesktopMonitor: Sorting Connected Monitors (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🧬 WQL / PowerShell

Win32_Process: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Proce…