Recently installed Windows 11 and gosh do I hate the default setup. Aim of this repo is to take what I've built in the win10_config repo and apply any appropriate Windows 11 specific changes to it.
- Run in Powershell as admin
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force ;exit
- Start a new Powershell instance and run as admin:
set-executionpolicy remotesigned -s currentuser; [System.net.ServicePointManager]::SecurityProtocol = 3072 -bor 768 -bor 192 -bor 48; iwr http://github.com/Francommit/win11_config/raw/main/config.ps1 -UseBasicParsing | iex