Browse all scripts

🐍 Python 3.10+

Folder Size Report

Walks a directory tree and prints the largest subfolders and files with human-readable sizes, a scriptable WinDirStat a…

🧰 AutoHotkey v2

Quick Window Snap (AutoHotkey)

AutoHotkey v2 script adding Ctrl+Alt+Numpad shortcuts to snap the active window into halves, quarters, or a centered po…

🧰 Registry (.reg)

Show File Extensions (Registry Tweak)

Registry tweak that forces File Explorer to always show file extensions and hidden files, helping spot double-extension…

⚡ PowerShell 5.1+

Get CD/DVD Drives Report

Queries Win32_CDROMDrive via WMI and reports CD/DVD Drives in a formatted table, with an optional CSV export.

📊 VBA (Excel)

Apply Disable Aero Shake (VBA)

Stops shaking a window from minimizing every other open window. Applied via WScript.Shell.RegWrite from VBA.

📄 JScript (WSH)

Disable Activity Feed / Timeline (JScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🧬 WQL / PowerShell

Win32_Printer: Discovering Available Properties (Get-CimClass)

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

🧰 Registry (.reg)

Disable Activity Feed / Timeline (Registry Tweak)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

🧬 WQL / PowerShell

Win32_DesktopMonitor: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_DesktopMonitor via Register-CimIndicationEvent — real WQL event q…

📊 VBA (Excel)

Export Connected Monitors to CSV via WMI (VBA)

Queries Win32_DesktopMonitor via WMI and writes every Connected Monitors row straight to a CSV file in Documents, using…

🧬 WQL / PowerShell

Win32_Share: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Share via Register-CimIndicationEvent — real WQL event query synt…

🐍 Python 3.10+

Enable Clipboard History (Python)

Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.