⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

Disable Autoplay for All Drives

Disables Autoplay prompts for every drive type, including USB.

⚡ PowerShell 5.1+

Backup Stuck print spooler files to Zip

Zips up the current contents of stuck print spooler files before you run a cleanup against it.

⚡ PowerShell 5.1+

Check "Enable Dark Mode" Status

Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Window Animations

Disables minimize/maximize window animations for a snappier feel.

⚡ PowerShell 5.1+

Backup Motherboard Info List to JSON

Snapshots Motherboard Info from Win32_BaseBoard to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Hide Taskbar Search Box

Hides the search box on the taskbar, leaving just an icon or nothing.

⚡ PowerShell 5.1+

Backup The user CrashDumps folder to Zip

Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.

⚡ PowerShell 5.1+

Get Windows Error Reporting files Size Report

Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).

⚡ PowerShell 5.1+

Check "Disable Remote Assistance" Status

Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

Backup IIS log files to Zip

Zips up the current contents of IIS log files before you run a cleanup against it.

⚡ PowerShell 5.1+

Clean Up IIS log files

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Watch Motherboard Info for Changes

Polls Win32_BaseBoard on an interval and prints a line whenever the Motherboard Info count changes — a lightweight way …