⚡ PowerShell
Modern automation and administration scripts for Windows.
Check "Disable Storage Sense Low-Space Notifications" Status
Reads the current registry value behind the "Disable Storage Sense Low-Space Notifications" tweak so you can confirm wh…
Get Services Report
Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.
Backup The Windows Internet cache (INetCache) to Zip
Zips up the current contents of the Windows Internet cache (INetCache) before you run a cleanup against it.
Backup Google Chrome's browser cache to Zip
Zips up the current contents of Google Chrome's browser cache before you run a cleanup against it.
Clean Up The Windows Prefetch folder
Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.
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.
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…
Clean Up The VS Code cache folder
Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.
Watch Logical Disks for Changes
Polls Win32_LogicalDisk on an interval and prints a line whenever the Logical Disks count changes — a lightweight way t…
Watch Computer System Info for Changes
Polls Win32_ComputerSystem on an interval and prints a line whenever the Computer System Info count changes — a lightwe…
Backup Installed MSI Products List to JSON
Snapshots Installed MSI Products from Win32_Product to a timestamped JSON file for later comparison or auditing.