π VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Disable Start Menu Suggested Apps (VBScript)
Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite.
Get Computer System Info Report (VBScript)
Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console β no PowerShell required.
Check "Disable Start Menu Web Search" Status (VBScript)
Reads the registry value behind the "Disable Start Menu Web Search" tweak to confirm whether it's applied.
Check "Disable Windows Telemetry" Status (VBScript)
Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.
Get Signed Drivers Report (VBScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β no PowerShell required.
Get Installed Hotfixes Report to File (VBScript)
Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduledβ¦
Get Physical Disk Drives Report to File (VBScript)
Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/lβ¦
Get Operating System Info Report to File (VBScript)
Queries Win32_OperatingSystem via WMI and writes Operating System Info to a timestamped text file, handy for scheduled β¦
Check "Show Hidden Files" Status (VBScript)
Reads the registry value behind the "Show Hidden Files" tweak to confirm whether it's applied.
Check "Disable Lock Screen Notifications" Status (VBScript)
Reads the registry value behind the "Disable Lock Screen Notifications" tweak to confirm whether it's applied.
Disable Fast Startup (VBScript)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Clean Up The user CrashDumps folder (VBScript)
Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.