πŸ“œ VBScript

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

πŸ“œ VBScript (WSH)

Increase Icon Cache Size (VBScript)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via WScript.Shell.Reg…

πŸ“œ VBScript (WSH)

Check "Disable Balloon Tip Notifications" Status (VBScript)

Reads the registry value behind the "Disable Balloon Tip Notifications" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Clean Up The pip download cache (VBScript)

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

πŸ“œ VBScript (WSH)

Enable Light Mode (VBScript)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Get Computer System Product Info Report to File (VBScript)

Queries Win32_ComputerSystemProduct via WMI and writes Computer System Product Info to a timestamped text file, handy f…

πŸ“œ VBScript (WSH)

Clean Up Windows Error Reporting files (VBScript)

Reports the size of Windows Error Reporting files and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Disable Lock Screen (VBScript)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

πŸ“œ VBScript (WSH)

Get The Windows Internet cache (INetCache) Size Report (VBScript)

Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Physical Memory Modules Report to File (VBScript)

Queries Win32_PhysicalMemory via WMI and writes Physical Memory Modules to a timestamped text file, handy for scheduled…

πŸ“œ VBScript (WSH)

Clean Up The Office document cache (VBScript)

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

πŸ“œ VBScript (WSH)

Get Page File Usage Report (VBScript)

Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Check "Enable Light Mode" Status (VBScript)

Reads the registry value behind the "Enable Light Mode" tweak to confirm whether it's applied.