Go to file
2022-07-03 00:46:33 +02:00
mrit_ooshutup.cfg Initial commit 2022-07-03 00:46:33 +02:00
preinstalled_apps_windows11.txt Initial commit 2022-07-03 00:46:33 +02:00
README.md Initial commit 2022-07-03 00:46:33 +02:00
setupWin11.ps1 Initial commit 2022-07-03 00:46:33 +02:00

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.