mirror of
https://github.com/zoicware/RemoveWindowsAI.git
synced 2026-03-20 01:26:18 +01:00
add some unlikely but possible processes to kill
This commit is contained in:
@@ -443,6 +443,12 @@ function Set-UwpAppRegistryEntry {
|
|||||||
'TextInputHost'
|
'TextInputHost'
|
||||||
'VisualAssistExe'
|
'VisualAssistExe'
|
||||||
'WebExperienceHostApp'
|
'WebExperienceHostApp'
|
||||||
|
'WindowsMigration'
|
||||||
|
'WindowsBackupClient'
|
||||||
|
'SoftLandingTask'
|
||||||
|
'DesktopStickerEditorWin32Exe'
|
||||||
|
'CrossDeviceResume'
|
||||||
|
'DiscoveryHubApp'
|
||||||
)
|
)
|
||||||
Stop-Process -Name $ProcessToStop -Force -ErrorAction SilentlyContinue
|
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
|
# do while is needed here because wait-process in this case is not working maybe cause its just a trash function lol
|
||||||
|
|||||||
Reference in New Issue
Block a user