Browse all scripts

📊 VBA (Excel)

List Files in Stuck print spooler files (VBA)

Lists every file in stuck print spooler files with size and last-modified date directly on the active worksheet, using …

🧬 WQL / PowerShell

Win32_PageFileUsage: Sorting Page File Usage (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

📄 JScript (WSH)

Enable Win32 Long Paths (JScript)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

📜 VBScript (WSH)

Check "Disable Xbox Game Bar Capture" Status (VBScript)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak to confirm whether it's applied.

🟣 C# / .NET 6+

Backup Keyboard Info to JSON (C#)

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

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Querying Signed Drivers Remotely (CIM Session)

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

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Filtering Network Login Profiles (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_NetworkLoginProfile, starting from a LIKE '%' wildcard you customize wi…

📜 VBScript (WSH)

Enable Win32 Long Paths (VBScript)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

⚡ PowerShell 5.1+

Disable Tailored Experiences

Stops Windows from using diagnostic data to personalize tips and ads.

🐍 Python 3.10+

Backup The Office document cache to Zip (Python)

Zips up the current contents of the Office document cache before you run a cleanup against it.

🟣 C# / .NET 6+

Get The NuGet packages cache Size Report (C#)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

📊 VBA (Excel)

Check Disable Autoplay for All Drives Registry Value (VBA)

Reads the Disable Autoplay for All Drives registry value via WScript.Shell.RegRead and reports it in a message box — no…