Browse all scripts

📊 VBA (Excel)

Export USB Controllers to CSV via WMI (VBA)

Queries Win32_USBController via WMI and writes every USB Controllers row straight to a CSV file in Documents, using pla…

📊 VBA (Excel)

List Files in The VS Code cache folder (VBA)

Lists every file in the VS Code cache folder with size and last-modified date directly on the active worksheet, using S…

📜 VBScript (WSH)

Get Installed MSI Products Report to File (VBScript)

Queries Win32_Product via WMI and writes Installed MSI Products to a timestamped text file, handy for scheduled logon/l…

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Querying Network Login Profiles Remotely (CIM Session)

Runs the same Win32_NetworkLoginProfile WQL query against a remote computer over a CIM session — the modern, WinRM-base…

📜 VBScript (WSH)

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

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

⚡ PowerShell 5.1+

Get Sound Devices Report

Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.

🧬 WQL / PowerShell

Win32_NetworkAdapter: Discovering Available Properties (Get-CimClass)

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

⚡ PowerShell 5.1+

Clean Up Google Chrome's browser cache

Reports the size of Google Chrome's browser cache and optionally clears it out. Dry-run by default.

🖥️ Batch (CMD)

Disable Start Menu App Suggestions (Batch)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via reg.exe.

📄 JScript (WSH)

Get Installed MSI Products Report (JScript)

Queries Win32_Product via WMI and prints Installed MSI Products to the console — JScript, VBScript's WSH sibling langua…

📄 JScript (WSH)

Get Local User Accounts Report (JScript)

Queries Win32_UserAccount via WMI and prints Local User Accounts to the console — JScript, VBScript's WSH sibling langu…

🧬 WQL / PowerShell

Win32_DesktopMonitor: Finding Associated Objects (WQL ASSOCIATORS OF)

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