Browse all scripts

🧬 WQL / PowerShell

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…

🟣 C# / .NET 6+

Show Seconds in Taskbar Clock (C#)

Adds a seconds display to the taskbar clock. Applies the tweak via Microsoft.Win32.Registry.

📜 VBScript (WSH)

Get System Drivers Report (VBScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console — no PowerShell required.

🧰 Registry (.reg)

Disable Start Menu App Suggestions (Registry Tweak)

Turns off sponsored app suggestions in the Start menu.

🧬 WQL / PowerShell

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…

🟣 C# / .NET 6+

Get The Windows Update download cache Size Report (C#)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

📊 VBA (Excel)

Clean Up Stuck print spooler files (VBA)

Deletes every file in stuck print spooler files after a confirmation prompt, using Scripting.FileSystemObject from Exce…

🧬 WQL / PowerShell

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…

📊 VBA (Excel)

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…

📜 VBScript (WSH)

Get The Microsoft Teams cache Size Report (VBScript)

Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).

📜 VBScript (WSH)

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…

🧬 WQL / PowerShell

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…