⚡ PowerShell
Modern automation and administration scripts for Windows.
Clean Up Google Chrome's browser cache
Reports the size of Google Chrome's browser cache and optionally clears it out. Dry-run by default.
Disable First Logon Animation
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…
Get Battery Info Report
Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.
Increase Icon Cache Size
Raises the icon cache limit, useful on machines with huge numbers of shortcuts.
Get The npm cache Size Report
Reports how much disk space the npm cache is currently using, read-only (no deletion).
Watch Environment Variables for Changes
Polls Win32_Environment on an interval and prints a line whenever the Environment Variables count changes — a lightweig…
Watch System Drivers for Changes
Polls Win32_SystemDriver on an interval and prints a line whenever the System Drivers count changes — a lightweight way…
Watch Physical Memory Modules for Changes
Polls Win32_PhysicalMemory on an interval and prints a line whenever the Physical Memory Modules count changes — a ligh…
Disable Sticky Keys Shortcut Prompt
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.
Watch Network Shares for Changes
Polls Win32_Share on an interval and prints a line whenever the Network Shares count changes — a lightweight way to not…
Get Stuck print spooler files Size Report
Reports how much disk space stuck print spooler files is currently using, read-only (no deletion).