⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

Backup Operating System Info List to JSON

Snapshots Operating System Info from Win32_OperatingSystem to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Get Computer System Product Info Report

Queries Win32_ComputerSystemProduct via WMI and reports Computer System Product Info in a formatted table, with an opti…

⚡ PowerShell 5.1+

Get The pip download cache Size Report

Reports how much disk space the pip download cache is currently using, read-only (no deletion).

⚡ PowerShell 5.1+

Check "Disable Windows Telemetry" Status

Reads the current registry value behind the "Disable Windows Telemetry" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

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…

⚡ PowerShell 5.1+

Clean Up The NuGet packages cache

Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

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 …

⚡ PowerShell 5.1+

Align Taskbar Icons Left

Switches the Windows 11 taskbar back to left-aligned icons.

⚡ PowerShell 5.1+

Disable Game Bar Startup Tips

Stops the Game Bar from showing its startup tip panel.

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

Watch Network Adapters for Changes

Polls Win32_NetworkAdapter on an interval and prints a line whenever the Network Adapters count changes — a lightweight…

⚡ PowerShell 5.1+

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