π VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Get Local Groups Report to File (VBScript)
Queries Win32_Group via WMI and writes Local Groups to a timestamped text file, handy for scheduled logon/logoff scriptβ¦
Disable Explorer Startup Delay (VBScript)
Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite.
Disable Background Apps Globally (VBScript)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via WScript.Shell.Rβ¦
Clean Up The VS Code cache folder (VBScript)
Reports the size of the VS Code cache folder and deletes its contents after a confirmation prompt.
Get Logical Disks Report to File (VBScript)
Queries Win32_LogicalDisk via WMI and writes Logical Disks to a timestamped text file, handy for scheduled logon/logoffβ¦
Get Page File Usage Report to File (VBScript)
Queries Win32_PageFileUsage via WMI and writes Page File Usage to a timestamped text file, handy for scheduled logon/loβ¦
Check "Disable Snap Assist Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Snap Assist Suggestions" tweak to confirm whether it's applied.
Get System Drivers Report (VBScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console β no PowerShell required.
Get The Microsoft Teams cache Size Report (VBScript)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Get Motherboard Info Report to File (VBScript)
Queries Win32_BaseBoard via WMI and writes Motherboard Info to a timestamped text file, handy for scheduled logon/logofβ¦
Disable Recent Documents History (VBScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite.
Disable Bing Search Suggestions (VBScript)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite.