Browse all scripts
Clean Up The Windows Prefetch folder
Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.
Clean Up The Office document cache (Batch)
Clears the Office document cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Apply Disable Lock Screen Notifications (VBA)
Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.
Disable Start Menu Web Search (Python)
Stops the Start Menu search from including web results. Applies the tweak via the stdlib winreg module.
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.
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β¦
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).
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β¦
Get The npm cache Size Report (Python)
Recursively sums the size of the npm cache, read-only (no deletion).
Get Logical Disks Report (JScript)
Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β JScript, VBScript's WSH sibling language.
Get Battery Info Report (Python)
Uses wmic under the hood to report Battery Info (Win32_Battery) β no third-party packages required.
Check "Disable Snap Assist Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Snap Assist Suggestions" tweak to confirm whether it's applied.