Browse all scripts
Get Computer System Product Info Report
Queries Win32_ComputerSystemProduct via WMI and reports Computer System Product Info in a formatted table, with an opti…
Get Pointing Devices Report (C#)
Queries Win32_PointingDevice via WMI (System.Management) and prints Pointing Devices to the console.
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…
Get Network Shares Report (Batch)
Uses wmic to list Network Shares (Win32_Share) straight from the command line.
Get The pip download cache Size Report
Reports how much disk space the pip download cache is currently using, read-only (no deletion).
Check "Disable Windows Telemetry" Status
Reads the current registry value behind the "Disable Windows Telemetry" tweak so you can confirm whether it's applied.
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 — …
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…
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…
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…
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.
Clean Up The NuGet packages cache
Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.