Browse all scripts

⚔ PowerShell 5.1+

Clean Up The Windows Internet cache (INetCache)

Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.

⚔ PowerShell 5.1+

Backup Windows Error Reporting files to Zip

Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.

šŸ“Š VBA (Excel)

Check Disable Feedback Notifications Registry Value (VBA)

Reads the Disable Feedback Notifications registry value via WScript.Shell.RegRead and reports it in a message box — no …

šŸ Python 3.10+

Clean Up The user CrashDumps folder (Python)

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

šŸ“œ VBScript (WSH)

Disable Lock Screen Notifications (VBScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.

šŸ“œ VBScript (WSH)

Get Processor Info Report (VBScript)

Queries Win32_Processor via WMI and prints Processor Info to the console — no PowerShell required.

šŸ“Š VBA (Excel)

Export Keyboard Info to CSV via WMI (VBA)

Queries Win32_Keyboard via WMI and writes every Keyboard Info row straight to a CSV file in Documents, using plain VBA …

šŸ“œ VBScript (WSH)

Get Physical Disk Drives Report (VBScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — no PowerShell required.

šŸ“„ JScript (WSH)

Get Processor Info Report (JScript)

Queries Win32_Processor via WMI and prints Processor Info to the console — JScript, VBScript's WSH sibling language.

šŸ“Š VBA (Excel)

List Files in The current user's Temp folder (VBA)

Lists every file in the current user's Temp folder with size and last-modified date directly on the active worksheet, u…

🧬 WQL / PowerShell

Win32_BIOS: Discovering Available Properties (Get-CimClass)

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

⚔ PowerShell 5.1+

Backup Printers List to JSON

Snapshots Printers from Win32_Printer to a timestamped JSON file for later comparison or auditing.