⚡ PowerShell

Modern automation and administration scripts for Windows.

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

Get Page File Usage Report

Queries Win32_PageFileUsage via WMI and reports Page File Usage in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get Processes Report

Queries Win32_Process via WMI and reports Processes in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

Disable Feedback Notifications

Stops Windows from periodically asking for feedback.

⚡ PowerShell 5.1+

Disable Taskbar Chat Icon

Removes the Chat/Teams icon from the Windows 11 taskbar.

⚡ PowerShell 5.1+

Backup BIOS Info List to JSON

Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Get The Office document cache Size Report

Reports how much disk space the Office document cache is currently using, read-only (no deletion).

⚡ PowerShell 5.1+

Disable Activity Feed / Timeline

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

⚡ PowerShell 5.1+

Clean Up The Office document cache

Reports the size of the Office document cache and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Get Network Adapters Report

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

⚡ PowerShell 5.1+

Get Physical Memory Modules Report

Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV exp…