Browse all scripts

⚡ PowerShell 5.1+

Get Computer System Product Info Report

Queries Win32_ComputerSystemProduct via WMI and reports Computer System Product Info in a formatted table, with an opti…

🟣 C# / .NET 6+

Get Pointing Devices Report (C#)

Queries Win32_PointingDevice via WMI (System.Management) and prints Pointing Devices to the console.

📊 VBA (Excel)

Check Show This PC Icon on Desktop Registry Value (VBA)

Reads the Show This PC Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box — no Po…

🖥️ Batch (CMD)

Get Network Shares Report (Batch)

Uses wmic to list Network Shares (Win32_Share) straight from the command line.

⚡ PowerShell 5.1+

Get The pip download cache Size Report

Reports how much disk space the pip download cache is currently using, read-only (no deletion).

⚡ PowerShell 5.1+

Check "Disable Windows Telemetry" Status

Reads the current registry value behind the "Disable Windows Telemetry" tweak so you can confirm whether it's applied.

📊 VBA (Excel)

Check Disable Start Menu Suggested Apps Registry Value (VBA)

Reads the Disable Start Menu Suggested Apps registry value via WScript.Shell.RegRead and reports it in a message box — …

⚡ PowerShell 5.1+

Watch Local User Accounts for Changes

Polls Win32_UserAccount on an interval and prints a line whenever the Local User Accounts count changes — a lightweight…

🧬 WQL / PowerShell

Win32_SystemDriver: Querying System Drivers Remotely (CIM Session)

Runs the same Win32_SystemDriver WQL query against a remote computer over a CIM session — the modern, WinRM-based repla…

🧬 WQL / PowerShell

Win32_TimeZone: Finding Associated Objects (WQL ASSOCIATORS OF)

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

🐍 Python 3.10+

Check "Disable First Logon Animation" Status (Python)

Reads the registry value behind the "Disable First Logon Animation" tweak via winreg to confirm whether it's applied.

⚡ PowerShell 5.1+

Clean Up The NuGet packages cache

Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.