⚡ PowerShell
Modern automation and administration scripts for Windows.
Backup Operating System Info List to JSON
Snapshots Operating System Info from Win32_OperatingSystem to a timestamped JSON file for later comparison or auditing.
Get Computer System Product Info Report
Queries Win32_ComputerSystemProduct via WMI and reports Computer System Product Info in a formatted table, with an opti…
Get The pip download cache Size Report
Reports how much disk space the pip download cache is currently using, read-only (no deletion).
Check "Disable Windows Telemetry" Status
Reads the current registry value behind the "Disable Windows Telemetry" tweak so you can confirm whether it's applied.
Watch Local User Accounts for Changes
Polls Win32_UserAccount on an interval and prints a line whenever the Local User Accounts count changes — a lightweight…
Clean Up The NuGet packages cache
Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.
Check "Disable Start Menu App Suggestions" Status
Reads the current registry value behind the "Disable Start Menu App Suggestions" tweak so you can confirm whether it's …
Align Taskbar Icons Left
Switches the Windows 11 taskbar back to left-aligned icons.
Disable Game Bar Startup Tips
Stops the Game Bar from showing its startup tip panel.
Clean Up The system-wide Windows Temp folder
Reports the size of the system-wide Windows Temp folder and optionally clears it out. Dry-run by default.
Watch Network Adapters for Changes
Polls Win32_NetworkAdapter on an interval and prints a line whenever the Network Adapters count changes — a lightweight…
Get The VS Code cache folder Size Report
Reports how much disk space the VS Code cache folder is currently using, read-only (no deletion).