Skip to content

Commit b14992c

Browse files
authored
add some unlikely but possible processes to kill
1 parent 829b80f commit b14992c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

RemoveWindowsAi.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,12 @@ function Set-UwpAppRegistryEntry {
443443
'TextInputHost'
444444
'VisualAssistExe'
445445
'WebExperienceHostApp'
446+
'WindowsMigration'
447+
'WindowsBackupClient'
448+
'SoftLandingTask'
449+
'DesktopStickerEditorWin32Exe'
450+
'CrossDeviceResume'
451+
'DiscoveryHubApp'
446452
)
447453
Stop-Process -Name $ProcessToStop -Force -ErrorAction SilentlyContinue
448454
# do while is needed here because wait-process in this case is not working maybe cause its just a trash function lol

0 commit comments

Comments
 (0)