Browse all scripts

⚑ PowerShell 5.1+

Clean Up The Windows Prefetch folder

Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.

πŸ–₯️ Batch (CMD)

Clean Up The Office document cache (Batch)

Clears the Office document cache after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

Apply Disable Lock Screen Notifications (VBA)

Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Start Menu Web Search (Python)

Stops the Start Menu search from including web results. Applies the tweak via the stdlib winreg module.

⚑ PowerShell 5.1+

Check "Disable Taskbar Chat Icon" Status

Reads the current registry value behind the "Disable Taskbar Chat Icon" tweak so you can confirm whether it's applied.

🧬 WQL / PowerShell

Win32_VideoController: Filtering Video Controllers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_VideoController, starting from a LIKE '%' wildcard you customize with a…

⚑ PowerShell 5.1+

Get Google Chrome's browser cache Size Report

Reports how much disk space Google Chrome's browser cache is currently using, read-only (no deletion).

⚑ PowerShell 5.1+

Check "Disable Taskbar Widgets Icon" Status

Reads the current registry value behind the "Disable Taskbar Widgets Icon" tweak so you can confirm whether it's applie…

🐍 Python 3.10+

Get The npm cache Size Report (Python)

Recursively sums the size of the npm cache, read-only (no deletion).

πŸ“„ JScript (WSH)

Get Logical Disks Report (JScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β€” JScript, VBScript's WSH sibling language.

🐍 Python 3.10+

Get Battery Info Report (Python)

Uses wmic under the hood to report Battery Info (Win32_Battery) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Check "Disable Snap Assist Suggestions" Status (VBScript)

Reads the registry value behind the "Disable Snap Assist Suggestions" tweak to confirm whether it's applied.