Browse all scripts

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Finding Associated Objects (WQL ASSOCIATORS OF)

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

⚑ PowerShell 5.1+

Disable Taskbar Chat Icon

Removes the Chat/Teams icon from the Windows 11 taskbar.

🟣 C# / .NET 6+

Backup Installed MSI Products to JSON (C#)

Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“œ VBScript (WSH)

Get Local Groups Report to File (VBScript)

Queries Win32_Group via WMI and writes Local Groups to a timestamped text file, handy for scheduled logon/logoff script…

πŸ–₯️ Batch (CMD)

Export Network Login Profiles to CSV (Batch)

Uses wmic to export Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Enable Num Lock on Startup (Batch)

Turns Num Lock on by default for every new sign-in. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Backup Signed Drivers to JSON (C#)

Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“Š VBA (Excel)

List Files in The Windows Internet cache (INetCache) (VBA)

Lists every file in the Windows Internet cache (INetCache) with size and last-modified date directly on the active work…

πŸ“Š VBA (Excel)

Load Signed Drivers into Excel via WMI

Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active wo…

πŸ“Š VBA (Excel)

Load Processes into Excel via WMI

Queries Win32_Process via GetObject("winmgmts:") and dumps every Processes row straight onto the active worksheet, no P…

🧬 WQL / PowerShell

Win32_DiskDrive: Physical Disk Drives (WQL)

A minimal WQL reference query against Win32_DiskDrive β€” the raw SELECT statement plus a one-line runner, useful for lea…

🐍 Python 3.10+

Check "Show Recycle Bin Icon on Desktop" Status (Python)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak via winreg to confirm whether it's applied.