π VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Hide Taskbar Search Box (VBScript)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via WScript.Shell.RegWrite.
Disable Xbox Game Bar Capture (VBScript)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite.
Disable Snap Assist Suggestions (VBScript)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Regβ¦
Disable Storage Sense Low-Space Notifications (VBScript)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite.
Disable Windows Consumer Features (VBScript)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦
Check "Disable Feedback Notifications" Status (VBScript)
Reads the registry value behind the "Disable Feedback Notifications" tweak to confirm whether it's applied.
Get Network Adapters Report to File (VBScript)
Queries Win32_NetworkAdapter via WMI and writes Network Adapters to a timestamped text file, handy for scheduled logon/β¦
Get The Explorer thumbnail cache Size Report (VBScript)
Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).
Disable Window Animations (VBScript)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite.
Get The system-wide Windows Temp folder Size Report (VBScript)
Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).
Get Environment Variables Report to File (VBScript)
Queries Win32_Environment via WMI and writes Environment Variables to a timestamped text file, handy for scheduled logoβ¦
Disable Game Bar Startup Tips (VBScript)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite.