Browse all scripts

πŸ“œ VBScript (WSH)

Clean Up Stuck print spooler files (VBScript)

Reports the size of stuck print spooler files and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Get The pip download cache Size Report (VBScript)

Recursively sums the size of the pip download cache, read-only (no deletion).

🧬 WQL / PowerShell

Win32_Keyboard: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Keybo…

🐍 Python 3.10+

Export Environment Variables to CSV (Python)

Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Physical Disk Drives Report (Python)

Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) β€” no third-party packages required.

🟣 C# / .NET 6+

Get System Drivers Report (C#)

Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.

🧰 Registry (.reg)

Disable Taskbar Transparency (Registry Tweak)

Turns off the translucent taskbar/Start menu effect for a small performance gain.

🐍 Python 3.10+

Check "Disable Feedback Notifications" Status (Python)

Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Get Computer System Info Report (Batch)

Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.

πŸ–₯️ Batch (CMD)

Check "Disable Fast Startup" Status (Batch)

Uses reg query to check the current value behind the "Disable Fast Startup" tweak.

🧬 WQL / PowerShell

Win32_Printer: Printers (WQL)

A minimal WQL reference query against Win32_Printer β€” the raw SELECT statement plus a one-line runner, useful for learn…

🐍 Python 3.10+

Export Startup Programs to CSV (Python)

Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.