mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Bug Report Tool] Report installation folder structure (#12425)
* Report installation folder structure * Hanlde case when GetModuleFileName fails * spelling * PR comments
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "ReportMonitorInfo.h"
|
||||
#include "RegistryUtils.h"
|
||||
#include "EventViewer.h"
|
||||
#include "InstallationFolder.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace std::filesystem;
|
||||
@@ -298,6 +299,8 @@ int wmain(int argc, wchar_t* argv[], wchar_t*)
|
||||
return 1;
|
||||
}
|
||||
|
||||
InstallationFolder::ReportStructure(reportDir);
|
||||
|
||||
// Hide sensitive information
|
||||
HideUserPrivateInfo(reportDir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user