From 47f49fe6fa1607d3fb6963651de0ddb79571cb4d Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:15:28 -0400 Subject: [PATCH] add new command line options and ui --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c510da..4e761d0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The current 24H2 build of Windows 11 and future builds will include increasingly
Click to View UI - Capture2 + Capture2
  @@ -52,6 +52,8 @@ The current 24H2 build of Windows 11 and future builds will include increasingly & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions ``` +--- + **Run with Specific Options Example** ```PowerShell & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages @@ -72,6 +74,23 @@ RemoveRecallTasks ``` +**Run with Backup Mode Enabled** + +> [!NOTE] +> Backup Mode needs to be enabled to be able to fully revert +> + ```PowerShell + & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -backupMode -AllOptions + ``` + +--- + +**Revert Changes** + + ```PowerShell + & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -revertMode -AllOptions + ``` + --- ### Updates @@ -94,3 +113,4 @@ Given that Microsoft are continually updating and adding new AI features this sc +