Browse all scripts
Win32_SystemDriver: Filtering System Drivers (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_SystemDriver, starting from a LIKE '%' wildcard you customize with a re…
Win32_Process: Processes (WQL)
A minimal WQL reference query against Win32_Process — the raw SELECT statement plus a one-line runner, useful for learn…
Clean Up Stuck print spooler files
Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.
Clean Up The Windows Internet cache (INetCache) (VBA)
Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…
Win32_NetworkLoginProfile: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_NetworkLoginProfile exposes on the current system, inste…
Get Physical Disk Drives Report
Queries Win32_DiskDrive via WMI and reports Physical Disk Drives in a formatted table, with an optional CSV export.
Disable Balloon Tip Notifications
Disables the small notification balloon tips in the system tray.
Win32_Battery: Sorting Battery Info (WQL has no ORDER BY)
WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…
Apply Disable Start Menu Suggested Apps (VBA)
Stops Windows from silently installing suggested Store apps. Applied via WScript.Shell.RegWrite from VBA.
Clean Up The pip download cache (VBA)
Deletes every file in the pip download cache after a confirmation prompt, using Scripting.FileSystemObject from Excel V…
Get Processes Report to File (VBScript)
Queries Win32_Process via WMI and writes Processes to a timestamped text file, handy for scheduled logon/logoff scripts.
Report Size of IIS log files (VBA)
Reports the total size and top-level file count of IIS log files using Scripting.FileSystemObject, straight from Excel …