Auto-merge PR #560 (Codex)

This commit is contained in:
SirBroccoli
2026-01-20 18:01:24 +01:00
committed by GitHub
parent c5401bd33d
commit 787bc8fa8a

View File

@@ -392,7 +392,7 @@ namespace winPEAS.Checks
foreach (string regHkcu in passRegHkcu)
{
Beaprint.DictPrint(RegistryHelper.GetRegValues("HKLM", regHkcu), false);
Beaprint.DictPrint(RegistryHelper.GetRegValues("HKCU", regHkcu), false);
}
foreach (string regHklm in passRegHklm)