We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829b80f commit b14992cCopy full SHA for b14992c
1 file changed
RemoveWindowsAi.ps1
@@ -443,6 +443,12 @@ function Set-UwpAppRegistryEntry {
443
'TextInputHost'
444
'VisualAssistExe'
445
'WebExperienceHostApp'
446
+ 'WindowsMigration'
447
+ 'WindowsBackupClient'
448
+ 'SoftLandingTask'
449
+ 'DesktopStickerEditorWin32Exe'
450
+ 'CrossDeviceResume'
451
+ 'DiscoveryHubApp'
452
)
453
Stop-Process -Name $ProcessToStop -Force -ErrorAction SilentlyContinue
454
# 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