add powershell 7 warning

This commit is contained in:
zoicware
2025-12-09 20:44:23 -05:00
committed by GitHub
parent bc584623da
commit 31a32b0fef

View File

@@ -54,6 +54,10 @@ The current 25H2 build of Windows 11 and future builds will include increasingly
#### Run From Powershell Console as Administrator #### Run From Powershell Console as Administrator
--- ---
> [!WARNING]
> Running the script with PowerShell 7 can cause issues, to avoid this ensure you are running Windows PowerShell (5.1)
>
### Launch with UI ### Launch with UI
```PowerShell ```PowerShell
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))