Browse all scripts
Clean Up The Windows Update download cache
Reports the size of the Windows Update download cache and optionally clears it out. Dry-run by default.
Clean Up The Office document cache (VBScript)
Reports the size of the Office document cache and deletes its contents after a confirmation prompt.
Win32_USBController: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_USBCo…
Watch Connected Monitors for Changes
Polls Win32_DesktopMonitor on an interval and prints a line whenever the Connected Monitors count changes — a lightweig…
Disable Feedback Notifications (Registry Tweak)
Stops Windows from periodically asking for feedback.
Win32_LogicalDisk: Querying Logical Disks Remotely (CIM Session)
Runs the same Win32_LogicalDisk WQL query against a remote computer over a CIM session — the modern, WinRM-based replac…
Backup The Windows Prefetch folder to Zip
Zips up the current contents of the Windows Prefetch folder before you run a cleanup against it.
Disable Background Apps Globally (Registry Tweak)
Prevents Store apps from running in the background to save resources and battery.
Get Page File Usage Report (VBScript)
Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console — no PowerShell required.
Check "Enable Light Mode" Status
Reads the current registry value behind the "Enable Light Mode" tweak so you can confirm whether it's applied.
Check "Disable Windows Welcome Experience" Status
Reads the current registry value behind the "Disable Windows Welcome Experience" tweak so you can confirm whether it's …
Get Battery Info Report (JScript)
Queries Win32_Battery via WMI and prints Battery Info to the console — JScript, VBScript's WSH sibling language.