Browse all scripts

🧬 WQL / PowerShell

Win32_Process: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Process via Register-CimIndicationEvent β€” real WQL event query sy…

πŸ“Š VBA (Excel)

Apply Disable Recent Documents History (VBA)

Stops Windows from tracking recently opened documents. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Get The Windows Internet cache (INetCache) Size Report (Python)

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

🧰 Registry (.reg)

Increase Icon Cache Size (Registry Tweak)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.

⚑ PowerShell 5.1+

Disable Activity Feed / Timeline

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Finding Associated Objects (WQL ASSOCIATORS OF)

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

πŸ“„ JScript (WSH)

Get Pointing Devices Report (JScript)

Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β€” JScript, VBScript's WSH sibling langu…

πŸ“œ VBScript (WSH)

Clean Up The VS Code cache folder (VBScript)

Reports the size of the VS Code cache folder and deletes its contents after a confirmation prompt.

🟣 C# / .NET 6+

Backup Motherboard Info to JSON (C#)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_Service: Services (WQL)

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

🐍 Python 3.10+

Clean Up The Office document cache (Python)

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

🧬 WQL / PowerShell

Win32_Group: Local Groups (WQL)

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