Browse all scripts
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.
Backup Windows Error Reporting files to Zip
Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.
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 ā¦
Clean Up The user CrashDumps folder (Python)
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Disable Lock Screen Notifications (VBScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.
Get Processor Info Report (VBScript)
Queries Win32_Processor via WMI and prints Processor Info to the console ā no PowerShell required.
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 ā¦
Get Physical Disk Drives Report (VBScript)
Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console ā no PowerShell required.
Get Processor Info Report (JScript)
Queries Win32_Processor via WMI and prints Processor Info to the console ā JScript, VBScript's WSH sibling language.
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ā¦
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 ā¦
Backup Printers List to JSON
Snapshots Printers from Win32_Printer to a timestamped JSON file for later comparison or auditing.