Skip to content

Commit

Permalink
Add the Internet Settings navagation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneficialCode committed Jun 7, 2024
1 parent 2d2cb83 commit f479fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinArk/GotoKeyDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ LRESULT CGotoKeyDlg::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lPa
{ L"Credential Providers",LR"(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers)"},
{ L"DisallowRun",LR"(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun)"},
{ L"DisablePath",LR"(HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths)"},
{ L"Internet Settings",LR"(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings)"},
};

for (const auto& [name, path] : locations) {
Expand Down

0 comments on commit f479fcd

Please sign in to comment.