Reverts Windows 11 design flaws, debloats, disables telemetry and adds useful tweaks
Run from Windows Powershell (Administrator) with one of the following commands:
- Script Version:
iwr -useb https://raw.githubusercontent.com/fedoz13/win11SetupScript/main/setupWin11.ps1 | iex
- GUI Version (Experimental):
iwr -useb https://raw.githubusercontent.com/fedoz13/win11SetupScript/main/setupWin11GUI.ps1 | iex
You have to change Powershell Execution-Policy in order to run the script manually:
- Script Version:
powershell -ExecutionPolicy Bypass -File setupWin11.ps1
- GUI Version (Experimental):
powershell -ExecutionPolicy Bypass -File setupWin11GUI.ps1
To change it permanently use: Set-ExecutionPolicy Unrestricted
Run this script at your own risk, it is highly experimental and untested. Always manually backup your data before doing so.