⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

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…

⚡ PowerShell 5.1+

Get Services Report

Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

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.

⚡ 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.

⚡ 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.

⚡ 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…

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

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…

⚡ PowerShell 5.1+

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…

⚡ PowerShell 5.1+

Backup Installed MSI Products List to JSON

Snapshots Installed MSI Products from Win32_Product to a timestamped JSON file for later comparison or auditing.