Browse all scripts
Win32_Process: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Process via Register-CimIndicationEvent β real WQL event query syβ¦
Apply Disable Recent Documents History (VBA)
Stops Windows from tracking recently opened documents. Applied via WScript.Shell.RegWrite from VBA.
Get The Windows Internet cache (INetCache) Size Report (Python)
Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).
Increase Icon Cache Size (Registry Tweak)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts.
Disable Activity Feed / Timeline
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.
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β¦
Get Pointing Devices Report (JScript)
Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β JScript, VBScript's WSH sibling languβ¦
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.
Backup Motherboard Info to JSON (C#)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.
Win32_Service: Services (WQL)
A minimal WQL reference query against Win32_Service β the raw SELECT statement plus a one-line runner, useful for learnβ¦
Clean Up The Office document cache (Python)
Reports the size of the Office document cache and optionally clears it out. Dry-run by default.
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β¦