⚡ PowerShell
Modern automation and administration scripts for Windows.
Clean Up The current user's Temp folder
Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.
Get Page File Usage Report
Queries Win32_PageFileUsage via WMI and reports Page File Usage in a formatted table, with an optional CSV export.
Get Processes Report
Queries Win32_Process via WMI and reports Processes in a formatted table, with an optional CSV export.
Backup The VS Code cache folder to Zip
Zips up the current contents of the VS Code cache folder before you run a cleanup against it.
Disable Feedback Notifications
Stops Windows from periodically asking for feedback.
Disable Taskbar Chat Icon
Removes the Chat/Teams icon from the Windows 11 taskbar.
Backup BIOS Info List to JSON
Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.
Get The Office document cache Size Report
Reports how much disk space the Office document cache is currently using, read-only (no deletion).
Disable Activity Feed / Timeline
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.
Clean Up The Office document cache
Reports the size of the Office document cache and optionally clears it out. Dry-run by default.
Get Network Adapters Report
Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV exp…