25 lines
710 B
Markdown
25 lines
710 B
Markdown
# 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:
|
|
- <ins>Script Version:</ins>
|
|
```
|
|
iwr -useb https://setupWin11.ps1 | iex
|
|
```
|
|
|
|
### Download and Run Script
|
|
You have to change Powershell Execution-Policy in order to run the script manually:<br>
|
|
- <ins>Script Version:</ins>
|
|
```
|
|
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. |