# win11-initial-SetupScript
Reverts Windows 11 design flaws, debloats, disables telemetry and adds useful tweaks
## Usage
### Quick-Run Script
Run from Windows Powershell (Administrator) with the following commands:
- Script Version:
```
iwr -useb https://setupWin11.ps1 | iex
```
### Download and Run Script
You have to change Powershell Execution-Policy in order to run the script manually:
- Script Version:
```
powershell -ExecutionPolicy Bypass -File setupWin11.ps1
```
To change it permanently use: `Set-ExecutionPolicy Unrestricted`
## Disclaimer
Run this script at your own risk, it is highly experimental and untested. Always manually backup your data before doing so.