⚡ PowerShell
Modern automation and administration scripts for Windows.
Disable Cortana
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.
Get Network Login Profiles Report
Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSV…
Backup Processor Info List to JSON
Snapshots Processor Info from Win32_Processor to a timestamped JSON file for later comparison or auditing.
Get Pointing Devices Report
Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.
Clean Up The Microsoft Teams cache
Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.
Disable Windows Tips & Suggestions
Stops Windows from showing tips and suggestions notifications.
Backup USB Controllers List to JSON
Snapshots USB Controllers from Win32_USBController to a timestamped JSON file for later comparison or auditing.
Clean Up The npm cache
Reports the size of the npm cache and optionally clears it out. Dry-run by default.
Check "Disable Window Animations" Status
Reads the current registry value behind the "Disable Window Animations" tweak so you can confirm whether it's applied.
Backup Environment Variables List to JSON
Snapshots Environment Variables from Win32_Environment to a timestamped JSON file for later comparison or auditing.
Backup Computer System Product Info List to JSON
Snapshots Computer System Product Info from Win32_ComputerSystemProduct to a timestamped JSON file for later comparison…