Browse all scripts
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…
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…
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…
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…
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).
Get Sound Devices Report
Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.
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…
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.
Disable Start Menu App Suggestions (Batch)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via reg.exe.
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…
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…
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…