Skip to content

Commit

Permalink
OS build updated requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Aug 28, 2024
1 parent 5505ab7 commit e16aea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace HardenWindowsSecurity
public static class GlobalVars
{
// Minimum required OS build number
public const decimal Requiredbuild = 22621.3155M;
public const decimal Requiredbuild = 22621.3880M;

// Current OS build version
public static readonly decimal OSBuildNumber = Environment.OSVersion.Version.Build;
Expand Down

0 comments on commit e16aea5

Please sign in to comment.