📜 VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Clean Up The Windows Prefetch folder (VBScript)
Reports the size of the Windows Prefetch folder and deletes its contents after a confirmation prompt.
Check "Enable Dark Mode" Status (VBScript)
Reads the registry value behind the "Enable Dark Mode" tweak to confirm whether it's applied.
Check "Disable Windows Spotlight on Desktop" Status (VBScript)
Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak to confirm whether it's applied.
Get Video Controllers Report to File (VBScript)
Queries Win32_VideoController via WMI and writes Video Controllers to a timestamped text file, handy for scheduled logo…
Get Keyboard Info Report (VBScript)
Queries Win32_Keyboard via WMI and prints Keyboard Info to the console — no PowerShell required.
Get The npm cache Size Report (VBScript)
Recursively sums the size of the npm cache, read-only (no deletion).
Get USB Controllers Report to File (VBScript)
Queries Win32_USBController via WMI and writes USB Controllers to a timestamped text file, handy for scheduled logon/lo…
Get Installed Hotfixes Report (VBScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console — no PowerShell required.
Clean Up The system-wide Windows Temp folder (VBScript)
Reports the size of the system-wide Windows Temp folder and deletes its contents after a confirmation prompt.
Get Physical Memory Modules Report (VBScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console — no PowerShell required.
Check "Enable Clipboard History" Status (VBScript)
Reads the registry value behind the "Enable Clipboard History" tweak to confirm whether it's applied.
Check "Disable Bing Search Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Bing Search Suggestions" tweak to confirm whether it's applied.