Browse all scripts
Win32_DesktopMonitor: Querying Connected Monitors Remotely (CIM Session)
Runs the same Win32_DesktopMonitor WQL query against a remote computer over a CIM session — the modern, WinRM-based rep…
Show Seconds in Taskbar Clock (C#)
Adds a seconds display to the taskbar clock. Applies the tweak via Microsoft.Win32.Registry.
Get System Drivers Report (VBScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console — no PowerShell required.
Disable Start Menu App Suggestions (Registry Tweak)
Turns off sponsored app suggestions in the Start menu.
Win32_Product: Querying Installed MSI Products Remotely (CIM Session)
Runs the same Win32_Product WQL query against a remote computer over a CIM session — the modern, WinRM-based replacemen…
Get The Windows Update download cache Size Report (C#)
Recursively sums the size of the Windows Update download cache, read-only (no deletion).
Clean Up Stuck print spooler files (VBA)
Deletes every file in stuck print spooler files after a confirmation prompt, using Scripting.FileSystemObject from Exce…
Win32_ComputerSystem: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_ComputerSystem exposes on the current system, instead of…
Load Installed MSI Products into Excel via WMI
Queries Win32_Product via GetObject("winmgmts:") and dumps every Installed MSI Products row straight onto the active wo…
Get The Microsoft Teams cache Size Report (VBScript)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Get Motherboard Info Report to File (VBScript)
Queries Win32_BaseBoard via WMI and writes Motherboard Info to a timestamped text file, handy for scheduled logon/logof…
Win32_Keyboard: Filtering Keyboard Info (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_Keyboard, starting from a LIKE '%' wildcard you customize with a real s…