⚡ PowerShell
Modern automation and administration scripts for Windows.
Clean Up The user CrashDumps folder
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Get Logical Disks Report
Queries Win32_LogicalDisk via WMI and reports Logical Disks in a formatted table, with an optional CSV export.
Backup Network Adapter Configuration List to JSON
Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later com…
Backup Physical Memory Modules List to JSON
Snapshots Physical Memory Modules from Win32_PhysicalMemory to a timestamped JSON file for later comparison or auditing.
Get Signed Drivers Report
Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.
Get Local User Accounts Report
Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.
Disable Lock Screen
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…
Get Network Shares Report
Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.
Get Local Groups Report
Queries Win32_Group via WMI and reports Local Groups in a formatted table, with an optional CSV export.
Disable Start Menu Suggested Apps
Stops Windows from silently installing suggested Store apps.
Check "Disable Taskbar Transparency" Status
Reads the current registry value behind the "Disable Taskbar Transparency" tweak so you can confirm whether it's applie…