⚡ PowerShell
Modern automation and administration scripts for Windows.
Disable Autoplay for All Drives
Disables Autoplay prompts for every drive type, including USB.
Backup Stuck print spooler files to Zip
Zips up the current contents of stuck print spooler files before you run a cleanup against it.
Check "Enable Dark Mode" Status
Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.
Disable Window Animations
Disables minimize/maximize window animations for a snappier feel.
Backup Motherboard Info List to JSON
Snapshots Motherboard Info from Win32_BaseBoard to a timestamped JSON file for later comparison or auditing.
Hide Taskbar Search Box
Hides the search box on the taskbar, leaving just an icon or nothing.
Backup The user CrashDumps folder to Zip
Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.
Get Windows Error Reporting files Size Report
Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).
Check "Disable Remote Assistance" Status
Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.
Backup IIS log files to Zip
Zips up the current contents of IIS log files before you run a cleanup against it.
Clean Up IIS log files
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
Watch Motherboard Info for Changes
Polls Win32_BaseBoard on an interval and prints a line whenever the Motherboard Info count changes — a lightweight way …