Browse all scripts

πŸ“Š VBA (Excel)

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…

πŸ“„ JScript (WSH)

Get Operating System Info Report (JScript)

Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β€” JScript, VBScript's WSH sibling…

πŸ“Š VBA (Excel)

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 …

🐍 Python 3.10+

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.

🐍 Python 3.10+

Disable Storage Sense Low-Space Notifications (Python)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.

πŸ–₯️ Batch (CMD)

Align Taskbar Icons Left (Batch)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Show Seconds in Taskbar Clock (VBA)

Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.

⚑ PowerShell 5.1+

Backup CD/DVD Drives List to JSON

Snapshots CD/DVD Drives from Win32_CDROMDrive to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

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 …

🧰 Registry (.reg)

Disable Windows Spotlight on Desktop (Registry Tweak)

Turns off the Windows Spotlight rotating desktop background feature.

🐍 Python 3.10+

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.

⚑ PowerShell 5.1+

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).