mirror of
https://github.com/carlospolop/PEASS-ng
synced 2025-03-28 18:33:05 +01:00
removing unecessary build number
This commit is contained in:
parent
2a4868c0eb
commit
58719a6075
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user