Random Powershell scripts I use to automate various things in Windows Just starting to learn Powershell scripts so things may not be done the 'correct' way
irm https://raw.githubusercontent.com/colehammond65/PowerShell-Scripts/main/Windows%20Setup/Master.ps1 | iex
Clone the project
git clone https://github.com/colehammond65/PowerShell-Scripts
Go to the project directory
cd PowerShell-Scripts
Run the script you want, for example, System_Clean.ps1
.\System_Clean.ps1
irm https://raw.githubusercontent.com/colehammond65/PowerShell-Scripts/main/System_Clean.ps1 | iex