Browse all scripts
List Files in Windows Error Reporting files (VBA)
Lists every file in Windows Error Reporting files with size and last-modified date directly on the active worksheet, usβ¦
Get Operating System Info Report (JScript)
Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β JScript, VBScript's WSH siblingβ¦
Check Disable Sticky Keys Shortcut Prompt Registry Value (VBA)
Reads the Disable Sticky Keys Shortcut Prompt registry value via WScript.Shell.RegRead and reports it in a message box β¦
Check "Disable News and Interests Feed" Status (Python)
Reads the registry value behind the "Disable News and Interests Feed" tweak via winreg to confirm whether it's applied.
Disable Storage Sense Low-Space Notifications (Python)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.
Align Taskbar Icons Left (Batch)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.
Apply Show Seconds in Taskbar Clock (VBA)
Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.
Backup CD/DVD Drives List to JSON
Snapshots CD/DVD Drives from Win32_CDROMDrive to a timestamped JSON file for later comparison or auditing.
Watch Installed MSI Products for Changes
Polls Win32_Product on an interval and prints a line whenever the Installed MSI Products count changes β a lightweight β¦
Disable Windows Spotlight on Desktop (Registry Tweak)
Turns off the Windows Spotlight rotating desktop background feature.
Clean Up The VS Code cache folder (Python)
Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.
Get The system-wide Windows Temp folder Size Report
Reports how much disk space the system-wide Windows Temp folder is currently using, read-only (no deletion).