📜 VBScript

Classic WSH scripts for logon tasks, WMI queries, and legacy automation.

📜 VBScript (WSH)

Check "Disable Fast Startup" Status (VBScript)

Reads the registry value behind the "Disable Fast Startup" tweak to confirm whether it's applied.

📜 VBScript (WSH)

Disable Feedback Notifications (VBScript)

Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

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…

📜 VBScript (WSH)

Disable Aero Shake (VBScript)

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

📜 VBScript (WSH)

Clean Up The npm cache (VBScript)

Reports the size of the npm cache and deletes its contents after a confirmation prompt.

📜 VBScript (WSH)

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.

📜 VBScript (WSH)

Get Printers Report (VBScript)

Queries Win32_Printer via WMI and prints Printers to the console — no PowerShell required.

📜 VBScript (WSH)

Get BIOS Info Report (VBScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.

📜 VBScript (WSH)

Get The VS Code cache folder Size Report (VBScript)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

📜 VBScript (WSH)

Check "Disable Background Apps Globally" Status (VBScript)

Reads the registry value behind the "Disable Background Apps Globally" tweak to confirm whether it's applied.

📜 VBScript (WSH)

Disable Windows Tips & Suggestions (VBScript)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Show Seconds in Taskbar Clock (VBScript)

Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite.