Browse all scripts

🟣 C# / .NET 6+

Get The VS Code cache folder Size Report (C#)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

πŸ“„ JScript (WSH)

Get Sound Devices Report (JScript)

Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β€” JScript, VBScript's WSH sibling language.

πŸ“œ VBScript (WSH)

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…

🟣 C# / .NET 6+

Backup Network Login Profiles to JSON (C#)

Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file via System.Management and Syste…

πŸ“Š VBA (Excel)

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…

🐍 Python 3.10+

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.

⚑ PowerShell 5.1+

Check "Disable Aero Shake" Status

Reads the current registry value behind the "Disable Aero Shake" tweak so you can confirm whether it's applied.

🧬 WQL / PowerShell

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…

⚑ PowerShell 5.1+

Backup Network Login Profiles List to JSON

Snapshots Network Login Profiles from Win32_NetworkLoginProfile to a timestamped JSON file for later comparison or audi…

🐍 Python 3.10+

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.

πŸ“Š VBA (Excel)

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…

🐍 Python 3.10+

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.