π VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Clean Up The NuGet packages cache (VBScript)
Reports the size of the NuGet packages cache and deletes its contents after a confirmation prompt.
Disable Windows Telemetry (VBScript)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
Get Stuck print spooler files Size Report (VBScript)
Recursively sums the size of stuck print spooler files, read-only (no deletion).
Get Installed MSI Products Report (VBScript)
Queries Win32_Product via WMI and prints Installed MSI Products to the console β no PowerShell required.
Get CD/DVD Drives Report (VBScript)
Queries Win32_CDROMDrive via WMI and prints CD/DVD Drives to the console β no PowerShell required.
Get The user CrashDumps folder Size Report (VBScript)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Check "Disable Aero Shake" Status (VBScript)
Reads the registry value behind the "Disable Aero Shake" tweak to confirm whether it's applied.
Check "Disable Windows Welcome Experience" Status (VBScript)
Reads the registry value behind the "Disable Windows Welcome Experience" tweak to confirm whether it's applied.
Disable Sticky Keys Shortcut Prompt (VBScript)
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via WScript.Shell.RegWritβ¦
Get Network Shares Report (VBScript)
Queries Win32_Share via WMI and prints Network Shares to the console β no PowerShell required.
Check "Disable Autoplay for All Drives" Status (VBScript)
Reads the registry value behind the "Disable Autoplay for All Drives" tweak to confirm whether it's applied.
Clean Up The Windows Update download cache (VBScript)
Reports the size of the Windows Update download cache and deletes its contents after a confirmation prompt.