add new command line options and ui

This commit is contained in:
zoicware
2025-09-25 18:15:28 -04:00
committed by GitHub
parent 96ee42d63c
commit 47f49fe6fa

View File

@@ -40,7 +40,7 @@ The current 24H2 build of Windows 11 and future builds will include increasingly
<details> <details>
<summary>Click to View UI</summary> <summary>Click to View UI</summary>
<img width="586" height="693" alt="Capture2" src="https://github.com/user-attachments/assets/5566675c-dbaf-4df9-84d7-f25e3c8ede0e" /> <img width="586" height="693" alt="Capture2" src="https://github.com/user-attachments/assets/92499461-f0d3-40f3-94f6-6d7a0d49fc10" />
</details> </details>
&nbsp; &nbsp;
@@ -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 & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions
``` ```
---
**Run with Specific Options Example** **Run with Specific Options Example**
```PowerShell ```PowerShell
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages & ([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 ### Updates
@@ -94,3 +113,4 @@ Given that Microsoft are continually updating and adding new AI features this sc