πŸ“œ VBScript

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

πŸ“œ VBScript (WSH)

Check "Disable Xbox Game Bar Capture" Status (VBScript)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Enable Win32 Long Paths (VBScript)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

πŸ“œ VBScript (WSH)

Get Processes Report to File (VBScript)

Queries Win32_Process via WMI and writes Processes to a timestamped text file, handy for scheduled logon/logoff scripts.

πŸ“œ VBScript (WSH)

Clean Up The Windows Internet cache (INetCache) (VBScript)

Reports the size of the Windows Internet cache (INetCache) and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Disable Windows Welcome Experience (VBScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

πŸ“œ VBScript (WSH)

Get Google Chrome's browser cache Size Report (VBScript)

Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Check "Disable Cortana" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Get Network Shares Report to File (VBScript)

Queries Win32_Share via WMI and writes Network Shares to a timestamped text file, handy for scheduled logon/logoff scri…

πŸ“œ VBScript (WSH)

Get Operating System Info Report (VBScript)

Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Check "Disable Window Animations" Status (VBScript)

Reads the registry value behind the "Disable Window Animations" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Get Keyboard Info Report to File (VBScript)

Queries Win32_Keyboard via WMI and writes Keyboard Info to a timestamped text file, handy for scheduled logon/logoff sc…

πŸ“œ VBScript (WSH)

Check "Show Recycle Bin Icon on Desktop" Status (VBScript)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak to confirm whether it's applied.