Browse all scripts

πŸ“œ VBScript (WSH)

Get Environment Variables Report (VBScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console β€” no PowerShell required.

🧬 WQL / PowerShell

Win32_LogicalDisk: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_LogicalDisk exposes on the current system, instead of gu…

πŸ“œ VBScript (WSH)

Check "Disable Storage Sense Low-Space Notifications" Status (VBScript)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak to confirm whether it's appli…

πŸ“œ VBScript (WSH)

Get The NuGet packages cache Size Report (VBScript)

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

🟣 C# / .NET 6+

Get USB Controllers Report (C#)

Queries Win32_USBController via WMI (System.Management) and prints USB Controllers to the console.

🐍 Python 3.10+

Disable Balloon Tip Notifications (Python)

Disables the small notification balloon tips in the system tray. Applies the tweak via the stdlib winreg module.

πŸ“Š VBA (Excel)

Apply Enable Light Mode (VBA)

Reverts File Explorer and other system surfaces to light mode. Applied via WScript.Shell.RegWrite from VBA.

πŸ“œ VBScript (WSH)

Get Logical Disks Report (VBScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β€” no PowerShell required.

🧰 Registry (.reg)

Disable Lock Screen (Registry Tweak)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

πŸ“Š VBA (Excel)

Apply Disable Window Animations (VBA)

Disables minimize/maximize window animations for a snappier feel. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Get Network Shares Report (JScript)

Queries Win32_Share via WMI and prints Network Shares to the console β€” JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get CD/DVD Drives Report (C#)

Queries Win32_CDROMDrive via WMI (System.Management) and prints CD/DVD Drives to the console.