mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
[BugReport][Install]Fix process lists for Peek and MWB (#26235)
This commit is contained in:
parent
22e4c4ce2a
commit
6a4a5c59d7
@ -1466,9 +1466,9 @@ UINT __stdcall TerminateProcessesCA(MSIHANDLE hInstall)
|
||||
L"PowerToys.PdfPreviewHandler.exe",
|
||||
L"PowerToys.SvgPreviewHandler.exe",
|
||||
L"PowerToys.Peek.UI.exe",
|
||||
L"PowerToys.MouseWithoutBorders.exe"
|
||||
L"PowerToys.MouseWithoutBordersHelper.exe"
|
||||
L"PowerToys.MouseWithoutBordersService.exe"
|
||||
L"PowerToys.MouseWithoutBorders.exe",
|
||||
L"PowerToys.MouseWithoutBordersHelper.exe",
|
||||
L"PowerToys.MouseWithoutBordersService.exe",
|
||||
L"PowerToys.exe",
|
||||
};
|
||||
|
||||
|
@ -34,8 +34,8 @@ std::vector<std::wstring> processes =
|
||||
L"PowerToys.SvgPreviewHandler.exe",
|
||||
L"PowerToys.SvgThumbnailProvider.exe",
|
||||
L"PowerToys.RegistryPreview.exe",
|
||||
L"PowerToys.MouseWithoutBorders.exe"
|
||||
L"PowerToys.MouseWithoutBordersHelper.exe"
|
||||
L"PowerToys.MouseWithoutBordersService.exe"
|
||||
L"PowerToys.Peek.UI.exe"
|
||||
L"PowerToys.MouseWithoutBorders.exe",
|
||||
L"PowerToys.MouseWithoutBordersHelper.exe",
|
||||
L"PowerToys.MouseWithoutBordersService.exe",
|
||||
L"PowerToys.Peek.UI.exe",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user