From b14992cccb10f9582471fff431a0dda8918c9c75 Mon Sep 17 00:00:00 2001 From: zoicware <118035521+zoicware@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:43:06 -0500 Subject: [PATCH] add some unlikely but possible processes to kill --- RemoveWindowsAi.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index c71e78b..545b20d 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -443,6 +443,12 @@ function Set-UwpAppRegistryEntry { 'TextInputHost' 'VisualAssistExe' 'WebExperienceHostApp' + 'WindowsMigration' + 'WindowsBackupClient' + 'SoftLandingTask' + 'DesktopStickerEditorWin32Exe' + 'CrossDeviceResume' + 'DiscoveryHubApp' ) Stop-Process -Name $ProcessToStop -Force -ErrorAction SilentlyContinue # do while is needed here because wait-process in this case is not working maybe cause its just a trash function lol