From a79b30966fdc8ae02e42348f7b85fc6b3c50aacd Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Thu, 9 Oct 2025 22:40:04 -0400 Subject: [PATCH] uninstall edge game assist --- RemoveWindowsAi.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index dd582fc..c21097e 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -595,6 +595,7 @@ function Remove-AI-Appx-Packages { 'Microsoft.Copilot' 'Microsoft.MicrosoftOfficeHub' 'MicrosoftWindows.Client.CoreAI' + 'Microsoft.Edge.GameAssist' #ai component packages installed on copilot+ pcs 'WindowsWorkload.Data.Analysis.Stx.1' 'WindowsWorkload.Manager.1' @@ -648,6 +649,7 @@ $aipackages = @( 'Microsoft.Copilot' 'Microsoft.MicrosoftOfficeHub' 'MicrosoftWindows.Client.CoreAI' + 'Microsoft.Edge.GameAssist' 'WindowsWorkload.Data.Analysis.Stx.1' 'WindowsWorkload.Manager.1' 'WindowsWorkload.PSOnnxRuntime.Stx.2.7' @@ -889,6 +891,7 @@ function Remove-AI-Files { 'Microsoft.Copilot' 'Microsoft.MicrosoftOfficeHub' 'MicrosoftWindows.Client.CoreAI' + 'Microsoft.Edge.GameAssist' #ai component packages installed on copilot+ pcs 'WindowsWorkload.Data.Analysis.Stx.1' 'WindowsWorkload.Manager.1'