You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
710 B
Markdown

2 years ago
# win11-initial-SetupScript
2 years ago
2 years ago
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.