⚡ PowerShell
Modern automation and administration scripts for Windows.
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…
Clean Up The pip download cache
Reports the size of the pip download cache and optionally clears it out. Dry-run by default.
Watch Video Controllers for Changes
Polls Win32_VideoController on an interval and prints a line whenever the Video Controllers count changes — a lightweig…
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.
Disable Start Menu Web Search
Stops the Start Menu search from including web results.
Get BIOS Info Report
Queries Win32_BIOS via WMI and reports BIOS Info in a formatted table, with an optional CSV export.
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.
Backup Services List to JSON
Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.
Backup Video Controllers List to JSON
Snapshots Video Controllers from Win32_VideoController to a timestamped JSON file for later comparison or auditing.
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…