Browse all scripts

🧰 Registry (.reg)

Enable Win32 Long Paths (Registry Tweak)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🖥️ Batch (CMD)

Export Keyboard Info to CSV (Batch)

Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Disable Explorer Startup Delay" Status (Batch)

Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.

⚡ PowerShell 5.1+

Disable Window Animations

Disables minimize/maximize window animations for a snappier feel.

📊 VBA (Excel)

Apply Disable Bing Search Suggestions (VBA)

Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Backup Video Controllers to JSON (Python)

Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Backup Motherboard Info List to JSON

Snapshots Motherboard Info from Win32_BaseBoard to a timestamped JSON file for later comparison or auditing.

📜 VBScript (WSH)

Get Signed Drivers Report (VBScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console — no PowerShell required.

🧬 WQL / PowerShell

Win32_Battery: Event-Driven Monitoring (WQL __InstanceCreationEvent)

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

📜 VBScript (WSH)

Get Installed Hotfixes Report to File (VBScript)

Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduled…

⚡ PowerShell 5.1+

Hide Taskbar Search Box

Hides the search box on the taskbar, leaving just an icon or nothing.

🧬 WQL / PowerShell

Win32_PageFileUsage: Discovering Available Properties (Get-CimClass)

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