Skip to content

Commit

Permalink
[BugReport][Install]Fix process lists for Peek and MWB (microsoft#26235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo authored and BLM16 committed Jun 22, 2023
1 parent b1fd106 commit 82de731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions installer/PowerToysSetupCustomActions/CustomAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down
8 changes: 4 additions & 4 deletions tools/BugReportTool/BugReportTool/ProcessesList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

0 comments on commit 82de731

Please sign in to comment.