From 31a32b0fef661b90f8719cfb63d1fe77538ea978 Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:44:23 -0500 Subject: [PATCH] add powershell 7 warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd05819..009762e 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ The current 25H2 build of Windows 11 and future builds will include increasingly #### 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 ```PowerShell & ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))