Browse all scripts

🧬 WQL / PowerShell

Win32_SystemDriver: Filtering System Drivers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_SystemDriver, starting from a LIKE '%' wildcard you customize with a re…

🧬 WQL / PowerShell

Win32_Process: Processes (WQL)

A minimal WQL reference query against Win32_Process — the raw SELECT statement plus a one-line runner, useful for learn…

⚡ PowerShell 5.1+

Clean Up Stuck print spooler files

Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.

📊 VBA (Excel)

Clean Up The Windows Internet cache (INetCache) (VBA)

Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_NetworkLoginProfile exposes on the current system, inste…

⚡ PowerShell 5.1+

Get Physical Disk Drives Report

Queries Win32_DiskDrive via WMI and reports Physical Disk Drives in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Disable Balloon Tip Notifications

Disables the small notification balloon tips in the system tray.

🧬 WQL / PowerShell

Win32_Battery: Sorting Battery Info (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…

📊 VBA (Excel)

Apply Disable Start Menu Suggested Apps (VBA)

Stops Windows from silently installing suggested Store apps. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Clean Up The pip download cache (VBA)

Deletes every file in the pip download cache after a confirmation prompt, using Scripting.FileSystemObject from Excel V…

📜 VBScript (WSH)

Get Processes Report to File (VBScript)

Queries Win32_Process via WMI and writes Processes to a timestamped text file, handy for scheduled logon/logoff scripts.

📊 VBA (Excel)

Report Size of IIS log files (VBA)

Reports the total size and top-level file count of IIS log files using Scripting.FileSystemObject, straight from Excel …