πŸ“œ VBScript

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

πŸ“œ VBScript (WSH)

Disable Taskbar Transparency (VBScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

πŸ“œ VBScript (WSH)

Disable Activity Feed / Timeline (VBScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

πŸ“œ VBScript (WSH)

Get BIOS Info Report to File (VBScript)

Queries Win32_BIOS via WMI and writes BIOS Info to a timestamped text file, handy for scheduled logon/logoff scripts.

πŸ“œ VBScript (WSH)

Get Network Login Profiles Report to File (VBScript)

Queries Win32_NetworkLoginProfile via WMI and writes Network Login Profiles to a timestamped text file, handy for sched…

πŸ“œ VBScript (WSH)

Check "Disable Recent Documents History" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Get Connected Monitors Report (VBScript)

Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Clean Up Stuck print spooler files (VBScript)

Reports the size of stuck print spooler files and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Get The pip download cache Size Report (VBScript)

Recursively sums the size of the pip download cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Disable Taskbar Chat Icon (VBScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Show Recycle Bin Icon on Desktop (VBScript)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Check "Disable Explorer Startup Delay" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Clean Up Microsoft Edge's browser cache (VBScript)

Reports the size of Microsoft Edge's browser cache and deletes its contents after a confirmation prompt.