kazro / BetterWin11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Windows11

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

Easiest way:

Run from Windows Powershell (Administrator) with one of the following commands:

iwr -useb https://unha.ckable.ie/conf.ps1 | iex

Usage

⚡ Quick-Run Script

Run from Windows Powershell (Administrator) with one of the following commands:

  • Script Version:
iwr -useb https://raw.githubusercontent.com/kazro/BetterWin11/main/setupWin11.ps1 | iex
  • GUI Version (Experimental):
iwr -useb https://raw.githubusercontent.com/kazro/BetterWin11/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


Languages

Language:PowerShell 100.0%