mirror of
https://github.com/zoicware/RemoveWindowsAI.git
synced 2026-03-19 17:16:19 +01:00
add some unlikely but possible processes to kill
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user