⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

Clean Up The user CrashDumps folder

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Get Logical Disks Report

Queries Win32_LogicalDisk via WMI and reports Logical Disks in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Show Recycle Bin Icon on Desktop

Adds the Recycle Bin icon back to the desktop.

⚡ PowerShell 5.1+

Backup Network Adapter Configuration List to JSON

Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later com…

⚡ PowerShell 5.1+

Backup Physical Memory Modules List to JSON

Snapshots Physical Memory Modules from Win32_PhysicalMemory to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Get Signed Drivers Report

Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get Local User Accounts Report

Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Disable Lock Screen

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

⚡ PowerShell 5.1+

Get Network Shares Report

Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get Local Groups Report

Queries Win32_Group via WMI and reports Local Groups in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Disable Start Menu Suggested Apps

Stops Windows from silently installing suggested Store apps.

⚡ PowerShell 5.1+

Check "Disable Taskbar Transparency" Status

Reads the current registry value behind the "Disable Taskbar Transparency" tweak so you can confirm whether it's applie…