Browse all scripts
Clean Up Stuck print spooler files (VBScript)
Reports the size of stuck print spooler files and deletes its contents after a confirmation prompt.
Get The pip download cache Size Report (VBScript)
Recursively sums the size of the pip download cache, read-only (no deletion).
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β¦
Export Environment Variables to CSV (Python)
Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.
Get Physical Disk Drives Report (Python)
Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) β no third-party packages required.
Get System Drivers Report (C#)
Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.
Disable Taskbar Transparency (Registry Tweak)
Turns off the translucent taskbar/Start menu effect for a small performance gain.
Check "Disable Feedback Notifications" Status (Python)
Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.
Get Computer System Info Report (Batch)
Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.
Check "Disable Fast Startup" Status (Batch)
Uses reg query to check the current value behind the "Disable Fast Startup" tweak.
Win32_Printer: Printers (WQL)
A minimal WQL reference query against Win32_Printer β the raw SELECT statement plus a one-line runner, useful for learnβ¦
Export Startup Programs to CSV (Python)
Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.