Browse all scripts
Folder Size Report
Walks a directory tree and prints the largest subfolders and files with human-readable sizes, a scriptable WinDirStat a…
Quick Window Snap (AutoHotkey)
AutoHotkey v2 script adding Ctrl+Alt+Numpad shortcuts to snap the active window into halves, quarters, or a centered po…
Show File Extensions (Registry Tweak)
Registry tweak that forces File Explorer to always show file extensions and hidden files, helping spot double-extension…
Get CD/DVD Drives Report
Queries Win32_CDROMDrive via WMI and reports CD/DVD Drives in a formatted table, with an optional CSV export.
Apply Disable Aero Shake (VBA)
Stops shaking a window from minimizing every other open window. Applied via WScript.Shell.RegWrite from VBA.
Disable Activity Feed / Timeline (JScript)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…
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…
Disable Activity Feed / Timeline (Registry Tweak)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.
Win32_DesktopMonitor: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_DesktopMonitor via Register-CimIndicationEvent — real WQL event q…
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…
Win32_Share: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Share via Register-CimIndicationEvent — real WQL event query synt…
Enable Clipboard History (Python)
Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.