Browse all scripts
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 …
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…
Enable Win32 Long Paths (JScript)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
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.
Backup Keyboard Info to JSON (C#)
Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file via System.Management and System.Text.Json.
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…
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…
Enable Win32 Long Paths (VBScript)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Disable Tailored Experiences
Stops Windows from using diagnostic data to personalize tips and ads.
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.
Get The NuGet packages cache Size Report (C#)
Recursively sums the size of the NuGet packages cache, read-only (no deletion).
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…