Browse all scripts
Win32_OperatingSystem: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Operaβ¦
Get IIS log files Size Report (C#)
Recursively sums the size of IIS log files, read-only (no deletion).
Watch Environment Variables for Changes
Polls Win32_Environment on an interval and prints a line whenever the Environment Variables count changes β a lightweigβ¦
Get Local User Accounts Report (VBScript)
Queries Win32_UserAccount via WMI and prints Local User Accounts to the console β no PowerShell required.
Export Battery Info to CSV via WMI (VBA)
Queries Win32_Battery via WMI and writes every Battery Info row straight to a CSV file in Documents, using plain VBA fiβ¦
Disable Window Animations (Registry Tweak)
Disables minimize/maximize window animations for a snappier feel.
Clean Up The current user's Temp folder (VBScript)
Reports the size of the current user's Temp folder and deletes its contents after a confirmation prompt.
Check "Disable Autoplay for All Drives" Status (Batch)
Uses reg query to check the current value behind the "Disable Autoplay for All Drives" tweak.
Disable Xbox Game Bar Capture (Registry Tweak)
Disables background game/app capture via the Xbox Game Bar.
Get System Drivers Report (Batch)
Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.
Check "Increase Icon Cache Size" Status (VBScript)
Reads the registry value behind the "Increase Icon Cache Size" tweak to confirm whether it's applied.
Get Stuck print spooler files Size Report (Python)
Recursively sums the size of stuck print spooler files, read-only (no deletion).