add some unlikely but possible processes to kill

This commit is contained in:
zoicware
2026-03-05 13:43:06 -05:00
committed by GitHub
parent 829b80f6d7
commit b14992cccb

View File

@@ -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