Browse all scripts

📄 JScript (WSH)

Get Physical Disk Drives Report (JScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — JScript, VBScript's WSH sibling langua…

📜 VBScript (WSH)

Get Signed Drivers Report to File (VBScript)

Queries Win32_PnPSignedDriver via WMI and writes Signed Drivers to a timestamped text file, handy for scheduled logon/l…

⚡ PowerShell 5.1+

Check "Show Seconds in Taskbar Clock" Status

Reads the current registry value behind the "Show Seconds in Taskbar Clock" tweak so you can confirm whether it's appli…

🖥️ Batch (CMD)

Export Processor Info to CSV (Batch)

Uses wmic to export Processor Info (Win32_Processor) to a timestamped CSV file.

📄 JScript (WSH)

Disable Aero Shake (JScript)

Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite (JScript s…

🖥️ Batch (CMD)

Check "Disable Windows Spotlight on Desktop" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Spotlight on Desktop" tweak.

🐍 Python 3.10+

Check "Disable Taskbar Chat Icon" Status (Python)

Reads the registry value behind the "Disable Taskbar Chat Icon" tweak via winreg to confirm whether it's applied.

🧰 Registry (.reg)

Disable Windows Welcome Experience (Registry Tweak)

Disables the full-screen "suggested content" tips that appear after updates.

⚡ PowerShell 5.1+

Watch Keyboard Info for Changes

Polls Win32_Keyboard on an interval and prints a line whenever the Keyboard Info count changes — a lightweight way to n…

🐍 Python 3.10+

Get Computer System Product Info Report (Python)

Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) — no third-party packages…

📊 VBA (Excel)

Clean Up The system-wide Windows Temp folder (VBA)

Deletes every file in the system-wide Windows Temp folder after a confirmation prompt, using Scripting.FileSystemObject…

⚡ PowerShell 5.1+

Disable Windows Spotlight on Desktop

Turns off the Windows Spotlight rotating desktop background feature.