Browse all scripts
Get The VS Code cache folder Size Report (C#)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Sound Devices Report (JScript)
Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β JScript, VBScript's WSH sibling language.
Get Computer System Product Info Report to File (VBScript)
Queries Win32_ComputerSystemProduct via WMI and writes Computer System Product Info to a timestamped text file, handy fβ¦
Backup Network Login Profiles to JSON (C#)
Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file via System.Management and Systeβ¦
Check Show Seconds in Taskbar Clock Registry Value (VBA)
Reads the Show Seconds in Taskbar Clock registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Backup The Explorer thumbnail cache to Zip (Python)
Zips up the current contents of the Explorer thumbnail cache before you run a cleanup against it.
Check "Disable Aero Shake" Status
Reads the current registry value behind the "Disable Aero Shake" tweak so you can confirm whether it's applied.
Win32_NetworkAdapter: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Netwoβ¦
Backup Network Login Profiles List to JSON
Snapshots Network Login Profiles from Win32_NetworkLoginProfile to a timestamped JSON file for later comparison or audiβ¦
Clean Up Google Chrome's browser cache (Python)
Reports the size of Google Chrome's browser cache and optionally clears it out. Dry-run by default.
List Files in The npm cache (VBA)
Lists every file in the npm cache with size and last-modified date directly on the active worksheet, using Scripting.Fiβ¦
Enable Num Lock on Startup (Python)
Turns Num Lock on by default for every new sign-in. Applies the tweak via the stdlib winreg module.