Browse all scripts
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…
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…
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…
Export Processor Info to CSV (Batch)
Uses wmic to export Processor Info (Win32_Processor) to a timestamped CSV file.
Disable Aero Shake (JScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite (JScript s…
Check "Disable Windows Spotlight on Desktop" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Spotlight on Desktop" tweak.
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.
Disable Windows Welcome Experience (Registry Tweak)
Disables the full-screen "suggested content" tips that appear after updates.
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…
Get Computer System Product Info Report (Python)
Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) — no third-party packages…
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…
Disable Windows Spotlight on Desktop
Turns off the Windows Spotlight rotating desktop background feature.