From 58719a60752e7f99cb1959b3bc7ca9f12762c2dc Mon Sep 17 00:00:00 2001 From: Fr3sh Date: Tue, 23 May 2023 15:38:02 +0200 Subject: [PATCH] removing unecessary build number --- winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs b/winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs index 40f61a0..275b762 100644 --- a/winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs +++ b/winPEAS/winPEASexe/winPEAS/Info/SystemInfo/SystemInfo.cs @@ -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();