⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

Check "Disable Snap Assist Suggestions" Status

Reads the current registry value behind the "Disable Snap Assist Suggestions" tweak so you can confirm whether it's app…

⚡ PowerShell 5.1+

Clean Up The pip download cache

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

⚡ PowerShell 5.1+

Watch Video Controllers for Changes

Polls Win32_VideoController on an interval and prints a line whenever the Video Controllers count changes — a lightweig…

⚡ PowerShell 5.1+

Check "Enable Num Lock on Startup" Status

Reads the current registry value behind the "Enable Num Lock on Startup" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Start Menu Web Search

Stops the Start Menu search from including web results.

⚡ PowerShell 5.1+

Get BIOS Info Report

Queries Win32_BIOS via WMI and reports BIOS Info in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Enable Dark Mode

Switches File Explorer and other system surfaces to dark mode.

⚡ PowerShell 5.1+

Backup The Windows Update download cache to Zip

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

⚡ PowerShell 5.1+

Backup Services List to JSON

Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Backup Video Controllers List to JSON

Snapshots Video Controllers from Win32_VideoController to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Watch Local Groups for Changes

Polls Win32_Group on an interval and prints a line whenever the Local Groups count changes — a lightweight way to notic…