Skip to content

Commit

Permalink
Bump minimum supported W10 version to 22H2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 committed Nov 23, 2024
1 parent bbcf6b9 commit f786b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Win10BloatRemover;

static class Program
{
private const int MINIMUM_SUPPORTED_WINDOWS_BUILD = 19044; // 21H2 build
private const int MINIMUM_SUPPORTED_WINDOWS_BUILD = 19045; // 22H2 build

private static void Main(string[] args)
{
Expand Down

0 comments on commit f786b59

Please sign in to comment.