Skip to content

fedoz13/win11SetupScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published