📜 VBScript

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

📜 VBScript (WSH)

Get Microsoft Edge's browser cache Size Report (VBScript)

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

📜 VBScript (WSH)

Disable Start Menu Web Search (VBScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Get Services Report to File (VBScript)

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

📜 VBScript (WSH)

Check "Disable Start Menu App Suggestions" Status (VBScript)

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

📜 VBScript (WSH)

Get Pointing Devices Report (VBScript)

Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console — no PowerShell required.

📜 VBScript (WSH)

Enable Dark Mode (VBScript)

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

📜 VBScript (WSH)

Get Network Adapter Configuration Report to File (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …

📜 VBScript (WSH)

Get Local User Accounts Report to File (VBScript)

Queries Win32_UserAccount via WMI and writes Local User Accounts to a timestamped text file, handy for scheduled logon/…

📜 VBScript (WSH)

Check "Disable Taskbar Transparency" Status (VBScript)

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

📜 VBScript (WSH)

Disable Taskbar Widgets Icon (VBScript)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Get Processes Report (VBScript)

Queries Win32_Process via WMI and prints Processes to the console — no PowerShell required.

📜 VBScript (WSH)

Check "Disable Lock Screen" Status (VBScript)

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