Skip to content

Commit

Permalink
Upgrade to v2.6.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TGSAN committed Sep 11, 2022
1 parent ac0916e commit ad60864
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 38 deletions.
32 changes: 1 addition & 31 deletions CMWTAT_DIGITAL/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ public MainWindow()
DataContext = new ViewModel();

this.DialogHostGrid.Visibility = Visibility.Visible;

//MessageBox.Show(@"reg add ""HKLM\SYSTEM\Tokens\"" /v ""Channel"" /t REG_SZ /d ""Retail"" /f");

DialogWait.IsOpen = true;
try
{
Expand Down Expand Up @@ -1119,12 +1118,6 @@ private void RunAct()
//写入Win7特征
//ChangePKAction(changepk + " /ProductKey " + key);

actbtn.Dispatcher.Invoke(new Action(() =>
{
this.activatingtext.Text = (string)this.Resources["RunAct_Writing_old_OS"]; // "Writing feature of old Windows version";
ShowBallSameDig();
}));

if (mode == "4")
{
//长期KMS
Expand All @@ -1133,16 +1126,8 @@ private void RunAct()
//if (runend.EndsWith("successfully."))
//{
//}
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens"" /v ""Channel"" /t REG_SZ /d ""Volume:GVLK"" /f");
}
else
{
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens"" /v ""Channel"" /t REG_SZ /d ""Retail"" /f");
}

RunCMD(@"reg add ""HKLM\SYSTEM\Tokens\Kernel"" /v ""Kernel-ProductInfo"" /t REG_DWORD /d " + sku + " /f");
RunCMD(@"reg add ""HKLM\SYSTEM\Tokens\Kernel"" /v ""Security-SPP-GenuineLocalStatus"" /t REG_DWORD /d 1 /f");

actbtn.Dispatcher.Invoke(new Action(() =>
{
this.activatingtext.Text = (string)this.Resources["RunAct_Installing_Key"]; //提示正在安装密钥
Expand Down Expand Up @@ -1244,21 +1229,6 @@ private void RunAct()
}
//string runend = RunCScript(slmgr_self, "-upk").Trim();
EndLine:;
// 此处确保注册表清理一定进行
try
{
actbtn.Dispatcher.Invoke(new Action(() =>
{
this.activatingtext.Text = (string)this.Resources["RunAct_Cleaning_changes"]; // "Cleaning changes";
ShowBallSameDig();
}));

RunCMD(@"reg delete ""HKLM\SYSTEM\Tokens"" /f");
}
catch
{
ConsoleLog("Delete Reg Error");
}
if (code != "200")
{
actbtn.Dispatcher.Invoke(new Action(() =>
Expand Down
6 changes: 3 additions & 3 deletions CMWTAT_DIGITAL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CloudMoe Network")]
[assembly: AssemblyProduct("CMWTAT Digital Edition V2")]
[assembly: AssemblyCopyright("Copyright © CloudMoe Saltfish Studio 2018")]
[assembly: AssemblyCopyright("Copyright © CloudMoe Saltfish Studio 2022")]
[assembly: AssemblyTrademark("CloudMoe Saltfish Studio")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.6.2.0")]
[assembly: AssemblyFileVersion("2.6.2.0")]
Binary file removed CMWTAT_Digital_Release_2_6_1_0.zip
Binary file not shown.
Binary file not shown.
Binary file added CMWTAT_Digital_Release_2_6_2_0.zip
Binary file not shown.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ This toolkit can activate your Windows 10 and Windows 11 use digital license.

[GPL-2.0](./LICENSE)

# Thanks 感谢

* Thanks for s1ave77 (Basic logic) and vyvojar (SLC.DLL)

# Contributors 贡献者

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

0 comments on commit ad60864

Please sign in to comment.