How to install Raphire/Win11Debloat. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Raphire/Win11Debloat Installation Guide
How to install Raphire/Win11Debloat. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Raphire/Win11Debloat. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Raphire/Win11Debloator
Install via npx
npx @hexmos/ipm i Raphire/Win11DebloatPrerequisites
Python
languageVersion: >=3.6.0
Git
system_toolFor cloning the repository and managing code changes.
Windows Subsystem for Linux (WSL)
osVersion: 2.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Method (Recommended)
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))Traditional Method (Manual Download)
Invoke-WebRequest -Uri https://github.com/Raphire/Win11Debloat/releases/latest/download/Win11Debloat.zip -OutFile Win11Debloat.zip
Expand-Archive -Path Win11Debloat.zip -DestinationPath Win11Debloat -Force
Set-Location Win11Debloat
Start-Process -FilePath Run.bat -Verb RunAsAdvanced Method (Manual Download via PowerShell)
Invoke-WebRequest -Uri https://github.com/Raphire/Win11Debloat/releases/latest/download/Win11Debloat.zip -OutFile Win11Debloat.zip
Expand-Archive -Path Win11Debloat.zip -DestinationPath Win11Debloat -Force
Set-Location Win11Debloat
Set-ExecutionPolicy Unrestricted -Scope Process -Force
.\Win11Debloat.ps1Source Code Installation via Git
git clone https://github.com/Raphire/Win11Debloat.git
cd Win11DebloatPost Installation Steps
- Open the application in your preferred browser.
- Navigate to the application's URL (e.g., http://localhost:3000) to access the user interface.
- If you are using a database, connect to it and run any necessary migrations.
