From 5a9189e1d619bb250f8308cf987dcf23c47a858f Mon Sep 17 00:00:00 2001 From: Romo <42800223+its-romo@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:37:20 +0200 Subject: [PATCH] Updated README.md to include Quick Start The Quick Start section was added to include a shortened one liner for users to execute the script in an Administrator PS prompt Any suggestions are welcome! I just wanted to include the shortened one liner :) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85d6bf5..edd48a7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Be sure to look at the Contributors' GitHubs to see if they have GitHub sponsors **WARNING:** I do **NOT** take responsibility for what may happen to your system! Run scripts at your own risk! Also, other variants of this repo are not technically "new" versions of this, but they are different in their own respective ways. There are some sites saying that other projects are "new" versions of this, but that is inaccurate. +## Quick Start + +1) Open a Powershell prompt as Administrator. +2) Run `irm git.io/debloat | iex` + ## How To Run the Windows10Debloater.ps1 and the Windows10DebloaterGUI.ps1 files There are different methods of running the PowerShell script. The methods are as follows: