⚡ PowerShell
Modern automation and administration scripts for Windows.
Get Environment Variables Report
Queries Win32_Environment via WMI and reports Environment Variables in a formatted table, with an optional CSV export.
Backup Startup Programs List to JSON
Snapshots Startup Programs from Win32_StartupCommand to a timestamped JSON file for later comparison or auditing.
Get Motherboard Info Report
Queries Win32_BaseBoard via WMI and reports Motherboard Info in a formatted table, with an optional CSV export.
Get Video Controllers Report
Queries Win32_VideoController via WMI and reports Video Controllers in a formatted table, with an optional CSV export.
Get The NuGet packages cache Size Report
Reports how much disk space the NuGet packages cache is currently using, read-only (no deletion).
Get The Windows Update download cache Size Report
Reports how much disk space the Windows Update download cache is currently using, read-only (no deletion).
Disable Explorer Startup Delay
Removes the artificial delay before startup apps launch.
Watch Startup Programs for Changes
Polls Win32_StartupCommand on an interval and prints a line whenever the Startup Programs count changes — a lightweight…
Check "Disable News and Interests Feed" Status
Reads the current registry value behind the "Disable News and Interests Feed" tweak so you can confirm whether it's app…
Check "Enable Clipboard History" Status
Reads the current registry value behind the "Enable Clipboard History" tweak so you can confirm whether it's applied.
Watch USB Controllers for Changes
Polls Win32_USBController on an interval and prints a line whenever the USB Controllers count changes — a lightweight w…
Check "Disable Game Bar Startup Tips" Status
Reads the current registry value behind the "Disable Game Bar Startup Tips" tweak so you can confirm whether it's appli…