⚡ PowerShell
Modern automation and administration scripts for Windows.
Get Installed MSI Products Report
Queries Win32_Product via WMI and reports Installed MSI Products in a formatted table, with an optional CSV export.
Disable Aero Shake
Stops shaking a window from minimizing every other open window.
Check "Disable First Logon Animation" Status
Reads the current registry value behind the "Disable First Logon Animation" tweak so you can confirm whether it's appli…
Check "Disable Autoplay for All Drives" Status
Reads the current registry value behind the "Disable Autoplay for All Drives" tweak so you can confirm whether it's app…
Backup The current user's Temp folder to Zip
Zips up the current contents of the current user's Temp folder before you run a cleanup against it.
Get Installed Hotfixes Report
Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV exp…
Disable Recent Documents History
Stops Windows from tracking recently opened documents.
Check "Disable Recent Documents History" Status
Reads the current registry value behind the "Disable Recent Documents History" tweak so you can confirm whether it's ap…
Watch Physical Disk Drives for Changes
Polls Win32_DiskDrive on an interval and prints a line whenever the Physical Disk Drives count changes — a lightweight …
Backup Signed Drivers List to JSON
Snapshots Signed Drivers from Win32_PnPSignedDriver to a timestamped JSON file for later comparison or auditing.
Check "Disable Balloon Tip Notifications" Status
Reads the current registry value behind the "Disable Balloon Tip Notifications" tweak so you can confirm whether it's a…
Check "Hide Taskbar Search Box" Status
Reads the current registry value behind the "Hide Taskbar Search Box" tweak so you can confirm whether it's applied.