π VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Check "Increase Icon Cache Size" Status (VBScript)
Reads the registry value behind the "Increase Icon Cache Size" tweak to confirm whether it's applied.
Check "Disable Game Bar Startup Tips" Status (VBScript)
Reads the registry value behind the "Disable Game Bar Startup Tips" tweak to confirm whether it's applied.
Show Hidden Files (VBScript)
Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite.
Get Computer System Product Info Report (VBScript)
Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β no PowerShell requβ¦
Check "Hide Taskbar Search Box" Status (VBScript)
Reads the registry value behind the "Hide Taskbar Search Box" tweak to confirm whether it's applied.
Get Sound Devices Report (VBScript)
Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β no PowerShell required.
Get Network Adapters Report (VBScript)
Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β no PowerShell required.
Get Motherboard Info Report (VBScript)
Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β no PowerShell required.
Get Battery Info Report (VBScript)
Queries Win32_Battery via WMI and prints Battery Info to the console β no PowerShell required.
Get USB Controllers Report (VBScript)
Queries Win32_USBController via WMI and prints USB Controllers to the console β no PowerShell required.
Check "Show Seconds in Taskbar Clock" Status (VBScript)
Reads the registry value behind the "Show Seconds in Taskbar Clock" tweak to confirm whether it's applied.
Get The Windows Update download cache Size Report (VBScript)
Recursively sums the size of the Windows Update download cache, read-only (no deletion).