📜 VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Get Microsoft Edge's browser cache Size Report (VBScript)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
Disable Start Menu Web Search (VBScript)
Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite.
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.
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.
Get Pointing Devices Report (VBScript)
Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console — no PowerShell required.
Enable Dark Mode (VBScript)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite.
Get Network Adapter Configuration Report to File (VBScript)
Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …
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/…
Check "Disable Taskbar Transparency" Status (VBScript)
Reads the registry value behind the "Disable Taskbar Transparency" tweak to confirm whether it's applied.
Disable Taskbar Widgets Icon (VBScript)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.
Get Processes Report (VBScript)
Queries Win32_Process via WMI and prints Processes to the console — no PowerShell required.
Check "Disable Lock Screen" Status (VBScript)
Reads the registry value behind the "Disable Lock Screen" tweak to confirm whether it's applied.