Browse all scripts

πŸ“„ JScript (WSH)

Disable Snap Assist Suggestions (JScript)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Reg…

⚑ PowerShell 5.1+

Get Signed Drivers Report

Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Get The current user's Temp folder Size Report (C#)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

🐍 Python 3.10+

Backup BIOS Info to JSON (Python)

Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file for later comparison or auditing.

πŸ–₯️ Batch (CMD)

Clean Up The npm cache (Batch)

Clears the npm cache after a confirmation prompt, with a /silent mode for scheduled tasks.

🧬 WQL / PowerShell

Win32_Group: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Group via Register-CimIndicationEvent β€” real WQL event query synt…

🐍 Python 3.10+

Get The VS Code cache folder Size Report (Python)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Operating System Info Report (VBScript)

Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β€” no PowerShell required.

πŸ–₯️ Batch (CMD)

Disable Windows Telemetry (Batch)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

πŸ“Š VBA (Excel)

Apply Disable Cortana (VBA)

Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires …

🧬 WQL / PowerShell

Win32_Processor: Sorting Processor Info (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🧰 AutoHotkey v2

Pomodoro Reminder Popup

Ctrl+Alt+P starts a 25-minute focus timer that pops up a reminder to take a break when it ends.