Browse all scripts
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…
Export Keyboard Info to CSV (Batch)
Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.
Check "Disable Explorer Startup Delay" Status (Batch)
Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.
Disable Window Animations
Disables minimize/maximize window animations for a snappier feel.
Apply Disable Bing Search Suggestions (VBA)
Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.
Backup Video Controllers to JSON (Python)
Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file for later comparison or auditing.
Backup Motherboard Info List to JSON
Snapshots Motherboard Info from Win32_BaseBoard to a timestamped JSON file for later comparison or auditing.
Get Signed Drivers Report (VBScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console — no PowerShell required.
Win32_Battery: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Battery via Register-CimIndicationEvent — real WQL event query sy…
Get Installed Hotfixes Report to File (VBScript)
Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduled…
Hide Taskbar Search Box
Hides the search box on the taskbar, leaving just an icon or nothing.
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 …