Skip to content

Commit ad60864

Browse files
committed
Upgrade to v2.6.2
Fix issue on 22H2 ARM64 SKUs. 修复 ARM64 部分 SKU 的问题 Update fixed "Client License Platform migration tool" version to SDK 10.0.20348.0。 固定版本“客户端许可平台迁移工具”升级至 SDK 10.0.20348.0
1 parent ac0916e commit ad60864

6 files changed

+4
-38
lines changed

CMWTAT_DIGITAL/MainWindow.xaml.cs

+1-31
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ public MainWindow()
365365
DataContext = new ViewModel();
366366

367367
this.DialogHostGrid.Visibility = Visibility.Visible;
368-
369-
//MessageBox.Show(@"reg add ""HKLM\SYSTEM\Tokens\"" /v ""Channel"" /t REG_SZ /d ""Retail"" /f");
368+
370369
DialogWait.IsOpen = true;
371370
try
372371
{
@@ -1119,12 +1118,6 @@ private void RunAct()
11191118
//写入Win7特征
11201119
//ChangePKAction(changepk + " /ProductKey " + key);
11211120

1122-
actbtn.Dispatcher.Invoke(new Action(() =>
1123-
{
1124-
this.activatingtext.Text = (string)this.Resources["RunAct_Writing_old_OS"]; // "Writing feature of old Windows version";
1125-
ShowBallSameDig();
1126-
}));
1127-
11281121
if (mode == "4")
11291122
{
11301123
//长期KMS
@@ -1133,16 +1126,8 @@ private void RunAct()
11331126
//if (runend.EndsWith("successfully."))
11341127
//{
11351128
//}
1136-
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens"" /v ""Channel"" /t REG_SZ /d ""Volume:GVLK"" /f");
1137-
}
1138-
else
1139-
{
1140-
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens"" /v ""Channel"" /t REG_SZ /d ""Retail"" /f");
11411129
}
11421130

1143-
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens\Kernel"" /v ""Kernel-ProductInfo"" /t REG_DWORD /d " + sku + " /f");
1144-
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens\Kernel"" /v ""Security-SPP-GenuineLocalStatus"" /t REG_DWORD /d 1 /f");
1145-
11461131
actbtn.Dispatcher.Invoke(new Action(() =>
11471132
{
11481133
this.activatingtext.Text = (string)this.Resources["RunAct_Installing_Key"]; //提示正在安装密钥
@@ -1244,21 +1229,6 @@ private void RunAct()
12441229
}
12451230
//string runend = RunCScript(slmgr_self, "-upk").Trim();
12461231
EndLine:;
1247-
// 此处确保注册表清理一定进行
1248-
try
1249-
{
1250-
actbtn.Dispatcher.Invoke(new Action(() =>
1251-
{
1252-
this.activatingtext.Text = (string)this.Resources["RunAct_Cleaning_changes"]; // "Cleaning changes";
1253-
ShowBallSameDig();
1254-
}));
1255-
1256-
RunCMD(@"reg delete ""HKLM\SYSTEM\Tokens"" /f");
1257-
}
1258-
catch
1259-
{
1260-
ConsoleLog("Delete Reg Error");
1261-
}
12621232
if (code != "200")
12631233
{
12641234
actbtn.Dispatcher.Invoke(new Action(() =>

CMWTAT_DIGITAL/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("CloudMoe Network")]
1414
[assembly: AssemblyProduct("CMWTAT Digital Edition V2")]
15-
[assembly: AssemblyCopyright("Copyright © CloudMoe Saltfish Studio 2018")]
15+
[assembly: AssemblyCopyright("Copyright © CloudMoe Saltfish Studio 2022")]
1616
[assembly: AssemblyTrademark("CloudMoe Saltfish Studio")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
5252
// 方法是按如下所示使用“*”: :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.6.1.0")]
55-
[assembly: AssemblyFileVersion("2.6.1.0")]
54+
[assembly: AssemblyVersion("2.6.2.0")]
55+
[assembly: AssemblyFileVersion("2.6.2.0")]

CMWTAT_Digital_Release_2_6_1_0.zip

-4.66 MB
Binary file not shown.
Binary file not shown.

CMWTAT_Digital_Release_2_6_2_0.zip

4.65 MB
Binary file not shown.

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ This toolkit can activate your Windows 10 and Windows 11 use digital license.
9393

9494
[GPL-2.0](./LICENSE)
9595

96-
# Thanks 感谢
97-
98-
* Thanks for s1ave77 (Basic logic) and vyvojar (SLC.DLL)
99-
10096
# Contributors 贡献者
10197

10298
[https://github.com/TGSAN/CMWTAT_Digital_Edition/graphs/contributors]

0 commit comments

Comments
 (0)