From 820d9a06ebb10533e84155c8fd3907f015feab65 Mon Sep 17 00:00:00 2001 From: LesFerch <79026235+LesFerch@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:13:30 -0400 Subject: [PATCH] Add files via upload --- Program.cs | 10 +++++----- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Program.cs b/Program.cs index 986d27d..b5b1885 100644 --- a/Program.cs +++ b/Program.cs @@ -34,11 +34,11 @@ static void Main() int buildNumber = int.Parse(Registry.GetValue(NTkey, "CurrentBuild", "").ToString()); int UBR = int.Parse(Registry.GetValue(NTkey, "UBR", "").ToString()); - if ((buildNumber < 21996) || (UBR < 3007)) - { - MessageBox.Show("Windows 11 build revision 3007 or higher required", myName); - return; - } + //if ((buildNumber < 21996) || (UBR < 3007)) + //{ + // MessageBox.Show("Windows 11 build revision 3007 or higher required", myName); + // return; + //} using (RegistryKey key = Registry.CurrentUser.OpenSubKey(E10A)) { diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9889606..a7e8067 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.1.0")]