⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

Backup Connected Monitors List to JSON

Snapshots Connected Monitors from Win32_DesktopMonitor to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Backup Time Zone Settings List to JSON

Snapshots Time Zone Settings from Win32_TimeZone to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Get Network Adapter Configuration Report

Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …

⚡ PowerShell 5.1+

Check "Show Seconds in Taskbar Clock" Status

Reads the current registry value behind the "Show Seconds in Taskbar Clock" tweak so you can confirm whether it's appli…

⚡ PowerShell 5.1+

Watch Keyboard Info for Changes

Polls Win32_Keyboard on an interval and prints a line whenever the Keyboard Info count changes — a lightweight way to n…

⚡ PowerShell 5.1+

Disable Windows Spotlight on Desktop

Turns off the Windows Spotlight rotating desktop background feature.

⚡ PowerShell 5.1+

Enable Win32 Long Paths

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

⚡ PowerShell 5.1+

Watch Battery Info for Changes

Polls Win32_Battery on an interval and prints a line whenever the Battery Info count changes — a lightweight way to not…

⚡ PowerShell 5.1+

Get Operating System Info Report

Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…

⚡ PowerShell 5.1+

Disable Tailored Experiences

Stops Windows from using diagnostic data to personalize tips and ads.

⚡ PowerShell 5.1+

Clean Up Stuck print spooler files

Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Get Physical Disk Drives Report

Queries Win32_DiskDrive via WMI and reports Physical Disk Drives in a formatted table, with an optional CSV export.