removing unecessary build number

This commit is contained in:
Fr3sh 2023-05-23 15:38:02 +02:00
parent 2a4868c0eb
commit 58719a6075

View File

@ -114,7 +114,6 @@ namespace winPEAS.Info.SystemInfo
string BuildBranch = RegistryHelper.GetRegValue("HKLM", "Software\\Microsoft\\Windows NT\\CurrentVersion", "BuildBranch");
string CurrentMajorVersionNumber = RegistryHelper.GetRegValue("HKLM", "Software\\Microsoft\\Windows NT\\CurrentVersion", "CurrentMajorVersionNumber");
string CurrentVersion = RegistryHelper.GetRegValue("HKLM", "Software\\Microsoft\\Windows NT\\CurrentVersion", "CurrentVersion");
string CurrentBuildNumber = RegistryHelper.GetRegValue("HLKM", "Software\\Microsoft\\Windows NT\\CurrentVersion", "CurrentBuildNumber");
bool isHighIntegrity = MyUtils.IsHighIntegrity();