📜 VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Check "Disable Fast Startup" Status (VBScript)
Reads the registry value behind the "Disable Fast Startup" tweak to confirm whether it's applied.
Disable Feedback Notifications (VBScript)
Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.
Get Connected Monitors Report to File (VBScript)
Queries Win32_DesktopMonitor via WMI and writes Connected Monitors to a timestamped text file, handy for scheduled logo…
Disable Aero Shake (VBScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.
Clean Up The npm cache (VBScript)
Reports the size of the npm cache and deletes its contents after a confirmation prompt.
Get Printers Report to File (VBScript)
Queries Win32_Printer via WMI and writes Printers to a timestamped text file, handy for scheduled logon/logoff scripts.
Get Printers Report (VBScript)
Queries Win32_Printer via WMI and prints Printers to the console — no PowerShell required.
Get BIOS Info Report (VBScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.
Get The VS Code cache folder Size Report (VBScript)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Check "Disable Background Apps Globally" Status (VBScript)
Reads the registry value behind the "Disable Background Apps Globally" tweak to confirm whether it's applied.
Disable Windows Tips & Suggestions (VBScript)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite.
Show Seconds in Taskbar Clock (VBScript)
Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite.