⚡ PowerShell
Modern automation and administration scripts for Windows.
Backup Connected Monitors List to JSON
Snapshots Connected Monitors from Win32_DesktopMonitor to a timestamped JSON file for later comparison or auditing.
Backup Time Zone Settings List to JSON
Snapshots Time Zone Settings from Win32_TimeZone to a timestamped JSON file for later comparison or auditing.
Get Network Adapter Configuration Report
Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …
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…
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…
Disable Windows Spotlight on Desktop
Turns off the Windows Spotlight rotating desktop background feature.
Enable Win32 Long Paths
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
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…
Get Operating System Info Report
Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…
Disable Tailored Experiences
Stops Windows from using diagnostic data to personalize tips and ads.
Clean Up Stuck print spooler files
Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.
Get Physical Disk Drives Report
Queries Win32_DiskDrive via WMI and reports Physical Disk Drives in a formatted table, with an optional CSV export.