⚡ PowerShell
Modern automation and administration scripts for Windows.
Disable Start Menu App Suggestions
Turns off sponsored app suggestions in the Start menu.
Watch Network Adapter Configuration for Changes
Polls Win32_NetworkAdapterConfiguration on an interval and prints a line whenever the Network Adapter Configuration cou…
Check "Disable Bing Search Suggestions" Status
Reads the current registry value behind the "Disable Bing Search Suggestions" tweak so you can confirm whether it's app…
Backup Processes List to JSON
Snapshots Processes from Win32_Process to a timestamped JSON file for later comparison or auditing.
Get The Windows Prefetch folder Size Report
Reports how much disk space the Windows Prefetch folder is currently using, read-only (no deletion).
Watch Processes for Changes
Polls Win32_Process on an interval and prints a line whenever the Processes count changes — a lightweight way to notice…
Clean Up The Windows Internet cache (INetCache)
Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.
Backup Windows Error Reporting files to Zip
Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.
Backup Printers List to JSON
Snapshots Printers from Win32_Printer to a timestamped JSON file for later comparison or auditing.
Clean Up Microsoft Edge's browser cache
Reports the size of Microsoft Edge's browser cache and optionally clears it out. Dry-run by default.