mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[BugReportTool] Fix notification activator registry path
This commit is contained in:
committed by
Andrey Nekrasov
parent
2c9b86d873
commit
d036740c8b
@@ -9,7 +9,7 @@ extern std::vector<std::wstring> processes;
|
||||
namespace
|
||||
{
|
||||
vector<pair<HKEY, wstring>> registryKeys = {
|
||||
{ HKEY_CLASSES_ROOT, L"Software\\Classes\\CLSID\\{DD5CACDA-7C2E-4997-A62A-04A597B58F76}" },
|
||||
{ HKEY_CLASSES_ROOT, L"CLSID\\{DD5CACDA-7C2E-4997-A62A-04A597B58F76}" },
|
||||
{ HKEY_CLASSES_ROOT, L"powertoys" },
|
||||
{ HKEY_CLASSES_ROOT, L"CLSID\\{ddee2b8a-6807-48a6-bb20-2338174ff779}" },
|
||||
{ HKEY_CLASSES_ROOT, L"CLSID\\{36B27788-A8BB-4698-A756-DF9F11F64F84}" },
|
||||
|
||||
Reference in New Issue
Block a user