Quick Windows refresh

Every year, I like to format my laptop (Mac) and Windows 10 desktop computer just to remove unused apps and trask inside those computers.

For Windows, I like to use the Reset this PC tool inside windows with remove everything option. Works fine and fast enought

For install all my workspace I use chocolatey.org to do it fast.

Here are the commands I use. So, open Powershell as administrator

Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

choco install dotnet

choco install vscode
choco install git -y
choco install 7zip.install -y
choco install nodejs -y
choco install googlechrome -y
choco install azure-cli -y

choco install visualstudio2022community

And that would be all

Sync my Google Chrome and Edge user, open my OneDrive App to Sync All and we are good. I remember 5 o 10 years ago, searching for windows drivers and spending all night doing that process.