πŸ“œ VBScript

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

πŸ“œ VBScript (WSH)

Clean Up The Microsoft Teams cache (VBScript)

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

πŸ“œ VBScript (WSH)

Disable Tailored Experiences (VBScript)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Get The Windows Prefetch folder Size Report (VBScript)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Startup Programs Report to File (VBScript)

Queries Win32_StartupCommand via WMI and writes Startup Programs to a timestamped text file, handy for scheduled logon/…

πŸ“œ VBScript (WSH)

Get Services Report (VBScript)

Queries Win32_Service via WMI and prints Services to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Enable Clipboard History (VBScript)

Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Widgets Icon" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Clean Up IIS log files (VBScript)

Reports the size of IIS log files and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Check "Disable Activity Feed / Timeline" Status (VBScript)

Reads the registry value behind the "Disable Activity Feed / Timeline" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Get Battery Info Report to File (VBScript)

Queries Win32_Battery via WMI and writes Battery Info to a timestamped text file, handy for scheduled logon/logoff scri…

πŸ“œ VBScript (WSH)

Get CD/DVD Drives Report to File (VBScript)

Queries Win32_CDROMDrive via WMI and writes CD/DVD Drives to a timestamped text file, handy for scheduled logon/logoff …

πŸ“œ VBScript (WSH)

Check "Disable Start Menu Suggested Apps" Status (VBScript)

Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak to confirm whether it's applied.