📜 VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
📜 VBScript (WSH)
Get System Drivers Report to File (VBScript)
Queries Win32_SystemDriver via WMI and writes System Drivers to a timestamped text file, handy for scheduled logon/logo…
📜 VBScript (WSH)
Clean Up Google Chrome's browser cache (VBScript)
Reports the size of Google Chrome's browser cache and deletes its contents after a confirmation prompt.
📜 VBScript (WSH)
Check "Enable Num Lock on Startup" Status (VBScript)
Reads the registry value behind the "Enable Num Lock on Startup" tweak to confirm whether it's applied.
📜 VBScript (WSH)
Check "Disable Windows Tips & Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak to confirm whether it's applied.
📜 VBScript (WSH)
Clean Up The Explorer thumbnail cache (VBScript)
Reports the size of the Explorer thumbnail cache and deletes its contents after a confirmation prompt.
📜 VBScript (WSH)
Disable Balloon Tip Notifications (VBScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite.