From 5710497c8706a55c31070e145dc5a52856e2210c Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:12:42 -0400 Subject: [PATCH] kill webviewhost --- RemoveWindowsAi.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index 233c3b9..500d926 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -1822,6 +1822,7 @@ else { 'ClickToDo.exe' 'aixhost.exe' 'WorkloadsSessionHost.exe' + 'WebViewHost.exe' ) foreach ($procName in $aiProcesses) { taskkill /im $procName /f *>$null