Browse all scripts

⚡ PowerShell 5.1+

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.

📜 VBScript (WSH)

Clean Up The Office document cache (VBScript)

Reports the size of the Office document cache and deletes its contents after a confirmation prompt.

🧬 WQL / PowerShell

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…

⚡ PowerShell 5.1+

Watch Connected Monitors for Changes

Polls Win32_DesktopMonitor on an interval and prints a line whenever the Connected Monitors count changes — a lightweig…

🧰 Registry (.reg)

Disable Feedback Notifications (Registry Tweak)

Stops Windows from periodically asking for feedback.

🧬 WQL / PowerShell

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…

⚡ PowerShell 5.1+

Backup The Windows Prefetch folder to Zip

Zips up the current contents of the Windows Prefetch folder before you run a cleanup against it.

🧰 Registry (.reg)

Disable Background Apps Globally (Registry Tweak)

Prevents Store apps from running in the background to save resources and battery.

📜 VBScript (WSH)

Get Page File Usage Report (VBScript)

Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console — no PowerShell required.

⚡ PowerShell 5.1+

Check "Enable Light Mode" Status

Reads the current registry value behind the "Enable Light Mode" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

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 …

📄 JScript (WSH)

Get Battery Info Report (JScript)

Queries Win32_Battery via WMI and prints Battery Info to the console — JScript, VBScript's WSH sibling language.