fedoz13 / win11SetupScript

Reverts Windows 11 design flaws, debloats, disables telemetry and adds useful tweaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win11SetupScript

Reverts Windows 11 design flaws, debloats, disables telemetry and adds useful tweaks

Usage

⚡ Quick-Run Script

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

🔧 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
  • GUI Version (Experimental):
powershell -ExecutionPolicy Bypass -File setupWin11GUI.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.

About

Reverts Windows 11 design flaws, debloats, disables telemetry and adds useful tweaks


Languages

Language:PowerShell 100.0%