Repository: TGSAN/CMWTAT_Digital_Edition Branch: master Commit: 2bab2dfd5734 Files: 34 Total size: 242.7 KB Directory structure: gitextract_3jvuoj2b/ ├── .gitattributes ├── .github/ │ └── ISSUE_TEMPLATE/ │ └── bug_report.md ├── .gitignore ├── CDNDirectRun.ps1 ├── CMWTAT_DIGITAL/ │ ├── App.xaml │ ├── App.xaml.cs │ ├── CMWTAT_DIGITAL.csproj │ ├── Domain/ │ │ ├── IsSN.cs │ │ ├── NotifyPropertyChangedExtension.cs │ │ └── ViewModel.cs │ ├── FodyWeavers.xml │ ├── Lang/ │ │ ├── en.xaml │ │ ├── fr.xaml │ │ ├── ja.xaml │ │ ├── ru.xaml │ │ └── zh.xaml │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── OSVersionInfoClass.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── app.config │ ├── app.manifest │ └── packages.config ├── CMWTAT_DIGITAL.sln ├── DirectRun.ps1 ├── LICENSE ├── README.en.md ├── README.md ├── README.zh.md └── _config.yml ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ # Auto detect text files and perform LF normalization * text=auto ================================================ FILE: .github/ISSUE_TEMPLATE/bug_report.md ================================================ --- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **PC Information (please complete the following information):** - CPU Arch: [e.g. x86/x64/ARM64] - Windows Version: [e.g. Windows 10 10.0.10240.0] - Original SKU: [e.g. Home/Pro/Education etc.] - Target SKU: [e.g. Home/Pro/Education etc.] - Version [e.g. 2.6.2.0] **Additional context** Add any other context about the problem here. ================================================ FILE: .gitignore ================================================ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore # User-specific files *.rsuser *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Mono auto generated files mono_crash.* # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ [Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # Visual Studio 2017 auto generated files Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUnit *.VisualState.xml TestResult.xml nunit-*.xml # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c # Benchmark Results BenchmarkDotNet.Artifacts/ # .NET Core project.lock.json project.fragment.lock.json artifacts/ # ASP.NET Scaffolding ScaffoldingReadMe.txt # StyleCop StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c *_h.h *.ilk *.meta *.obj *.iobj *.pch *.pdb *.ipdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.tmp_proj *_wpftmp.csproj *.log *.tlog *.vspscc *.vssscc .builds *.pidb *.svclog *.scc # Chutzpah Test files _Chutzpah* # Visual C++ cache files ipch/ *.aps *.ncb *.opendb *.opensdf *.sdf *.cachefile *.VC.db *.VC.VC.opendb # Visual Studio profiler *.psess *.vsp *.vspx *.sap # Visual Studio Trace Files *.e2e # TFS 2012 Local Workspace $tf/ # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user # TeamCity is a build add-in _TeamCity* # DotCover is a Code Coverage Tool *.dotCover # AxoCover is a Code Coverage Tool .axoCover/* !.axoCover/settings.json # Coverlet is a free, cross platform Code Coverage Tool coverage*.json coverage*.xml coverage*.info # Visual Studio code coverage results *.coverage *.coveragexml # NCrunch _NCrunch_* .*crunch*.local.xml nCrunchTemp_* # MightyMoose *.mm.* AutoTest.Net/ # Web workbench (sass) .sass-cache/ # Installshield output folder [Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT DocProject/Help/*.HxC DocProject/Help/*.hhc DocProject/Help/*.hhk DocProject/Help/*.hhp DocProject/Help/Html2 DocProject/Help/html # Click-Once directory publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted PublishScripts/ # NuGet Packages *.nupkg # NuGet Symbol Packages *.snupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. !**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets # Microsoft Azure Build Output csx/ *.build.csdef # Microsoft Azure Emulator ecf/ rcf/ # Windows Store app package directories and files AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt *.appx *.appxbundle *.appxupload # Visual Studio cache files # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !?*.[Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ *.rptproj.bak # SQL Server files *.mdf *.ldf *.ndf # Business Intelligence projects *.rdl.data *.bim.layout *.bim_*.settings *.rptproj.rsuser *- [Bb]ackup.rdl *- [Bb]ackup ([0-9]).rdl *- [Bb]ackup ([0-9][0-9]).rdl # Microsoft Fakes FakesAssemblies/ # GhostDoc plugin setting file *.GhostDoc.xml # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ # Visual Studio 6 build log *.plg # Visual Studio 6 workspace options file *.opt # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw # Visual Studio 6 auto-generated project file (contains which files were open etc.) *.vbp # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw *.dsp # Visual Studio 6 technical files *.ncb *.aps # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/ModelManifest.xml **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions # Paket dependency manager .paket/paket.exe paket-files/ # FAKE - F# Make .fake/ # CodeRush personal settings .cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc # Cake - Uncomment if you are using it # tools/** # !tools/packages.config # Tabs Studio *.tss # Telerik's JustMock configuration file *.jmconfig # BizTalk build output *.btp.cs *.btm.cs *.odx.cs *.xsd.cs # OpenCover UI analysis results OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log *.binlog # NVidia Nsight GPU debugger configuration file *.nvuser # MFractors (Xamarin productivity tool) working folder .mfractor/ # Local History for Visual Studio .localhistory/ # Visual Studio History (VSHistory) files .vshistory/ # BeatPulse healthcheck temp database healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ # Fody - auto-generated XML schema FodyWeavers.xsd # VS Code files for those working on multiple tools .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json *.code-workspace # Local History for Visual Studio Code .history/ # Windows Installer files from build outputs *.cab *.msi *.msix *.msm *.msp # JetBrains Rider *.sln.iml ================================================ FILE: CDNDirectRun.ps1 ================================================ $isAdmin = (New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) if (-not $isAdmin) { Start-Process powershell -ArgumentList "irm https://fastly.jsdelivr.net/gh/TGSAN/CMWTAT_Digital_Edition/CDNDirectRun.ps1 | iex" -Verb RunAs Exit } # $exePath = ".\CMWTAT_DIGITAL\bin\Debug\CMWTAT_DIGITAL.exe" # $exeBytes = [System.IO.File]::ReadAllBytes($exePath) # $bytes = $exeBytes $bytes = (Invoke-WebRequest "https://release-download.static.cloudmoe.com/TGSAN/CMWTAT_Digital_Edition/releases/download/2.7.2.0/CMWTAT_Digital_Release_2_7_2_0.exe").Content $assembly = [System.Reflection.Assembly]::Load($bytes) $entryPointMethod = $assembly.EntryPoint $entryPointMethod.Invoke($null, @()) ================================================ FILE: CMWTAT_DIGITAL/App.xaml ================================================  ================================================ FILE: CMWTAT_DIGITAL/App.xaml.cs ================================================ using System; using System.Windows; namespace CMWTAT_DIGITAL { /// /// App.xaml 的交互逻辑 /// public partial class App : Application { public static bool autoact = false; public static bool hiderun = false; public static bool expact = false; public static bool log2file = false; public static bool showhelp = false; protected override void OnStartup(StartupEventArgs e) { foreach (string arg in e.Args) { Console.WriteLine("arg: " + arg); if (arg == "-a" || arg == "--auto") { Console.WriteLine("AUTO: True"); autoact = true; } if (arg == "-h" || arg == "--hide") { Console.WriteLine("HIDE: True"); hiderun = true; } if (arg == "-e" || arg == "--expact") { Console.WriteLine("EXPACT: True"); expact = true; } if (arg == "-l" || arg == "--log") { Console.WriteLine("LOG: True"); log2file = true; } if (arg == "-?" || arg == "--help") { Console.WriteLine("SHOWHELP: True"); showhelp = true; } } base.OnStartup(e); } } } ================================================ FILE: CMWTAT_DIGITAL/CMWTAT_DIGITAL.csproj ================================================  10.0.10240.0 Debug AnyCPU {961DE925-B82C-4515-8FBD-6805E36D1212} WinExe CMWTAT_DIGITAL CMWTAT_DIGITAL v4.5.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 publish\ true Disk false Foreground 7 Days false false true 0 1.0.0.%2a false false true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 false AnyCPU pdbonly true bin\Release\ TRACE prompt 4 false app.manifest CMWTAT.ico ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll ..\packages\MaterialDesignColors.2.0.6\lib\net452\MaterialDesignColors.dll ..\packages\MaterialDesignThemes.4.5.0\lib\net452\MaterialDesignThemes.Wpf.dll ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll 4.0 MSBuild:Compile Designer Designer MSBuild:Compile MSBuild:Compile Designer MSBuild:Compile Designer MSBuild:Compile Designer Designer MSBuild:Compile MSBuild:Compile Designer App.xaml Code MainWindow.xaml Code Code True True Resources.resx True Settings.settings True ResXFileCodeGenerator Resources.Designer.cs Designer Designer SettingsSingleFileGenerator Settings.Designer.cs False .NET Framework 3.5 SP1 false 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 ================================================ FILE: CMWTAT_DIGITAL/Domain/IsSN.cs ================================================ using System.Globalization; using System.Text.RegularExpressions; using System.Windows.Controls; namespace CMWTAT_DIGITAL.Domain { class IsSN : ValidationRule { #region 匹配方法 /// /// 验证字符串是否匹配正则表达式描述的规则 /// /// 待验证的字符串 /// 正则表达式字符串 /// 是否匹配 public static bool IsMatch(string inputStr, string patternStr) { return IsMatch(inputStr, patternStr, false, false); } /// /// 验证字符串是否匹配正则表达式描述的规则 /// /// 待验证的字符串 /// 正则表达式字符串 /// 匹配时是否不区分大小写 /// 是否匹配 public static bool IsMatch(string inputStr, string patternStr, bool ifIgnoreCase) { return IsMatch(inputStr, patternStr, ifIgnoreCase, false); } /// /// 验证字符串是否匹配正则表达式描述的规则 /// /// 待验证的字符串 /// 正则表达式字符串 /// 匹配时是否不区分大小写 /// 是否验证空白字符串 /// 是否匹配 public static bool IsMatch(string inputStr, string patternStr, bool ifIgnoreCase, bool ifValidateWhiteSpace) { if (!ifValidateWhiteSpace && string.IsNullOrEmpty(inputStr)) return false;//如果不要求验证空白字符串而此时传入的待验证字符串为空白字符串,则不匹配 Regex regex = null; if (ifIgnoreCase) regex = new Regex(patternStr, RegexOptions.IgnoreCase);//指定不区分大小写的匹配 else regex = new Regex(patternStr); return regex.IsMatch(inputStr); } #endregion public override ValidationResult Validate(object value, CultureInfo cultureInfo) { //Console.WriteLine("\""+value+"\""); //return string.IsNullOrWhiteSpace((value ?? "").ToString()) // ? new ValidationResult(false, "Key is required.") // : ValidationResult.ValidResult; string pattern = @"^[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}$"; if (IsMatch((value ?? "").ToString(), pattern)) { return ValidationResult.ValidResult; } else if (string.IsNullOrWhiteSpace((value ?? "").ToString())) { return new ValidationResult(false, "Please enter the key for the current edition."); } else { return new ValidationResult(false, "Invalid format."); } } } } ================================================ FILE: CMWTAT_DIGITAL/Domain/NotifyPropertyChangedExtension.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; namespace CMWTAT_DIGITAL.Domain { public static class NotifyPropertyChangedExtension { public static void MutateVerbose(this INotifyPropertyChanged instance, ref TField field, TField newValue, Action raise, [CallerMemberName] string propertyName = null) { if (EqualityComparer.Default.Equals(field, newValue)) return; field = newValue; raise?.Invoke(new PropertyChangedEventArgs(propertyName)); } } } ================================================ FILE: CMWTAT_DIGITAL/Domain/ViewModel.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace CMWTAT_DIGITAL.Domain { class ViewModel : INotifyPropertyChanged { private string _sn; public ViewModel() { LongListToTestComboVirtualization = new List(Enumerable.Range(0, 1000)); } public string SN { get { return _sn; } set { this.MutateVerbose(ref _sn, value, RaisePropertyChanged()); } } public IList LongListToTestComboVirtualization { get; } public event PropertyChangedEventHandler PropertyChanged; private Action RaisePropertyChanged() { return args => PropertyChanged?.Invoke(this, args); } } } ================================================ FILE: CMWTAT_DIGITAL/FodyWeavers.xml ================================================  ================================================ FILE: CMWTAT_DIGITAL/Lang/en.xaml ================================================  Roboto OK Cancel Refuse Thanks developer and donate a dinner Exit Update Now Ignore CMWTAT Digital Edition CMWTAT Digital Edition V2 A new version available! Upgrade to full version of Windows Current Version Latest Version Auto Mode Manual Mode Activate Convert versions (Install Key without Activate) Upgrade to full version of Windows Test Text Loading Activating Complete CloudMoe Windows 10+ Activation Toolkit V2 Running. Experimental Attention System edition Unable to correctly identify your operating system edition in support list, may be not be supported. Only found experimental options that can be used with this operating system edition, little hope of activation success. Your system edition may not be supported, program will exit. you can try add --expact or -e to startup. Your system edition may not be supported, program will exit. Unable to connect to server, Please check the network and try to try again later, program will exit. Unable to connect to server, Please check the network and try to try again later, program will exit. Converting Activating Getting Key via Internet Getting Key via Internet Uninstalling old Key Uninstalling old Key Uninstalling old Key (Experimental) Installing Key Installing Key Getting edition code (Experimental) Prepare for the next step (Experimental) Writing feature of old Windows version Getting free upgrade permissions Cleaning changes Getting digital license Upgrading Complete Error Code: System return: You are currently using the core version of Windows, you can use this feature to upgrade to the full version of Windows. (If the operation does not respond it may be that the current version does not support the upgrade or is in the process of upgrading) Note: This operation is not reversible and once the upgrade is complete you will not be able to roll back to the core version of Windows! Are you sure you want to perform an upgrade? This application now supports the use of console args to startup! -a --auto Auto activate. -h --hide Run with hide mode (Only be worked with -auto). -e --expact Experimental activation. -l --log Output log to file. -? --help Show this help Dialog. Congratulation! Windows has been successful converted. Congratulation! Windows has been successful activated. We found a new version for CloudMoe Windows 10+ Activation Toolkit Digital Edition. Please update to the latest version to make sure it works. We found a new version for CloudMoe Windows 10+ Activation Toolkit Digital Edition. And because your version is too old, so you MUST update to the latest version to make sure it works. Activate Windows requires a network to gets the product key :) Cannot to uninstall old key. :( Cannot to install key, may be you choose or enter a incorrect version. :( Cannot to get edition code. :( Cannot to install key, may be you choose or enter a incorrect version. :( Time out, may be you choose or enter a incorrect version. :( Activation Failed. :( Maybe: 1.This edition/version of Windows does not support digital license activation. 2. Unable to connect to Microsoft Windows Activation Server. 3. Other unexpected problems. You can try to wait a minute or try again later. Only found Long-Term Offline KMS (LTOK) options that can be used with this operating system edition. This means that it will not be activate automatically after you reinstalled the system. But don't worry, this is different from the legacy KMS activation method (it can keep activating for 180 days in offline environment). LTOK (The prefix is Offline-KMS) can keep activating for up to 2038 even it is without networking! Congratulation! Windows is ready to activate. However, it seems that Windows cannot connect to the Microsoft Activation Server. Your system will be activated automatically the next time the server is connected. ================================================ FILE: CMWTAT_DIGITAL/Lang/fr.xaml ================================================  Roboto Ok Annuler Refuser Remerciez les développeurs et offrez leurs un café Sortir Mettre à jour maintenant Ignorer CMWTAT Edition numérique CMWTAT Edition numérique V2 Une nouvelle version disponible ! Version actuelle Dernière version Mode automatique Mode manuel Activer Convertir la versions (Installer la clé sans l'activer) Texte de test Chargement Activation Terminé CloudMoe Windows 10+ Activation Toolkit V2 En cours d'exécution. Expérimental Attention Version du système La version de votre système d'exploitation n'est pas identifiable, il se peut qu'il ne soit pas supporté. Seules des options expérimentales peuvent être utilisées avec cette édition du système d'exploitation. Il y a peu d'espoir de succès d'activation. La version de votre système peut ne pas être supportée, le programme se terminera automatiquement. Vous pouvez essayer d'ajouter --expact ou -e au démarrage. La version de votre système peut ne pas être prise en charge, le programme va se fermer. Impossible de se connecter au serveur, Veuillez vérifier le réseau et réessayer plus tard, le programme va se fermer. Impossible de se connecter au serveur, Veuillez vérifier le réseau et réessayer plus tard, le programme va se fermer. Conversion Activation Obtention de la clé par Internet Obtention de la clé par Internet Suppression de l'ancienne clé Suppression de l'ancienne clé Suppression de l'ancienne clé (Experimental) Installation de la clé Installation de la clé Obtenir le code version (Experimental) Préparation à l'étape suivante (Experimental) Écriture d'une ancienne version de Windows Obtention des autorisations gratuite de mise à niveau Nettoyage des changements Obtention d'une licence numérique Terminé Erreur Code: Le système à retourné: This application now supports the use of console args to startup! -a --auto Auto activate. -h --hide Run with hide mode (Only be worked with -auto). -e --expact Experimental activation. -l --log Output log to file. -? --help Show this help Dialog. Congratulation! Windows has been successful converted. Congratulation! Windows has been successful activated. We found a new version for CloudMoe Windows 10+ Activation Toolkit Digital Edition. Please update to the latest version to make sure it works. We found a new version for CloudMoe Windows 10+ Activation Toolkit Digital Edition. And because your version is too old, so you MUST update to the latest version to make sure it works. Activate Windows requires a network to gets the product key :) Cannot to uninstall old key. :( Cannot to install key, may be you choose or enter a incorrect version. :( Cannot to get edition code. :( Cannot to install key, may be you choose or enter a incorrect version. :( Time out, may be you choose or enter a incorrect version. :( Activation Failed. :( Maybe: 1.This edition/version of Windows does not support digital license activation. 2. Unable to connect to Microsoft Windows Activation Server. 3. Other unexpected problems. You can try to wait a minute or try again later. Only found Long-Term Offline KMS (LTOK) options that can be used with this operating system edition. This means that it will not be activate automatically after you reinstalled the system. But don't worry, this is different from the legacy KMS activation method (it can keep activating for 180 days in offline environment). LTOK (The prefix is Offline-KMS) can keep activating for up to 2038 even it is without networking! Congratulation! Windows is ready to activate. However, it seems that Windows cannot connect to the Microsoft Activation Server. Your system will be activated automatically the next time the server is connected. ================================================ FILE: CMWTAT_DIGITAL/Lang/ja.xaml ================================================  Yu Gothic UI はい キャンセル リフューズ 寄付します 終了 今すぐアップデート 無視する 雲萌 10+ デジタルライセンス認証アプリ CMWTAT Digital Edition V2 新しいバージョンがあります! Upgrade to full version of Windows バージョン ラストバージョン オートモード マニュアルモード 認証 エディション変換 (キーをインストールするが、認証しません) Upgrade to full version of Windows テストテキスト ローディング 認証中 コンプリート 雲萌 Windows 10+ 認証アプリ V2 実行中。 実験性 注意 システムエディション あなたのシステムエディションが判別できません、対応していないかもしれません。 このシステムエディションに実験性オプションしか取れません、認証成功の可能性は極めて低い。 あなたのシステムエディションは対応していないかもしれません。アプリは終了する。試して、--expactまたは-eを追加することでアプリ起動してください。 あなたのシステムエディションは対応していないかもしれません。アプリは終了する。 サーバーに接続できません、インターネット接続を確認するまたは後で試してください、アプリは終了します。 サーバーに接続できません、インターネット接続を確認するまたは後で試してください、アプリは終了します。 変換中 ライセンス認証中 インターネットを通じてキーを取得しています インターネットを通じてキーを取得しています 以前のキーをアンインストールしています 以前のキーをアンインストールしています 以前のキーをアンインストールしています(実験性) キーをインストールしています キーをインストールしています エディションコードを取得中(実験性) 次のステップに準備しています(実験性) 旧システムの特徴を書き込み中 無償アップグレード権限を取得中 変更がクリーンアップされます デジタルライセンスを取得中 Upgrading コンプリート エラー コード: システムメッセージ: You are currently using the core version of Windows, you can use this feature to upgrade to the full version of Windows. (If the operation does not respond it may be that the current version does not support the upgrade or is in the process of upgrading) Note: This operation is not reversible and once the upgrade is complete you will not be able to roll back to the core version of Windows! Are you sure you want to perform an upgrade? このアプリは起動時にコンソール引数を使用できるようになりました! -a --auto 自動認証。 -h --hide 非表示モードで実行 (-autoと一緒に使用するだけ可能)。 -e --expact 実験性認証。 -l --log ログをファイルに出力。 -? --help この説明ダイアログボックスを表示する。 おめでとう! Windows エディション変換成功。 おめでとう! Windows 認証成功。 雲萌 Windows 10+ デジタルライセンス認証アプリの新しいバージョン発見しました。 最新バージョンにアップデートしてください。 雲萌 Windows 10+ デジタルライセンス認証アプリの新しいバージョン発見しました。 アプリが古すぎるため、最新バージョンにアップデートしてから利用ください。 Windows ライセンス認証にはインターネットを通じてキーを取得する必要があります :) 以前のキーをアンインストールできません :( キーをインストールできません、選択または入力されたエディションが間違っているかもしれません :( エディションコードを取得できません :( キーをインストールできません、選択または入力されたエディションが間違っているかもしれません :( タイムアウト,選択または入力されたエディションが間違っているかもしれません :( 認証失敗。 :( 多分: 1. このエディション/バージョンの Windows はデジタルライセンス認証が適用しない。 2. マイクロソフトの認証サーバーに接続できません。 3. その他。 暫くお待ちくださいまたはあとでもう一度やり直してください。 このシステムエディションに適用されたのは長期オフラインKMS(LTOK)オプションしか見つかりません。これによってシステムを再インストールした時自動的にライセンス認証しませんが、心配する必要はありません。この方法(LTOK)でライセンス認証後、インターネット接続なしでも2038年まで稼働を継続できます! おめでとうございます! Windowsはライセンス認証の準備が出来ています。 でも、マイクロソフトのライセンス認証サーバーに接続できませんみたいです。 システムは認証サーバーに接続出来る次第に自動的にライセンス認証します。 ================================================ FILE: CMWTAT_DIGITAL/Lang/ru.xaml ================================================ Roboto ОК Отменить Отказаться Поблагодарить и поддержать разработчика Выйти Обновить сейчас Игнорировать CMWTAT Digital Edition CMWTAT Digital Edition V2 Доступна новая версия! Перейти на полную версию Windows Текущая версия Последняя версия Авто Вручную Активировать Конвертировать версии (установить ключ без активации) Перейти на полную версию Windows тест текст Загрузка Активация Готово CloudMoe Windows 10+ Activation Toolkit V2 Работает Экспериментальный Внимание Версия системы Версия вашей системы не найдена. Возможно, она не поддерживается. Найдены только экспериментальные варианты для вашей системы. Скорее всего, активация завершится неудачей. Версия вашей системы может не поддерживаться, программа завершает свою работу. Попробуйте добавить --expact или -e в качестве аргумента для запуска. Версия вашей системы может не поддерживаться, программа завершает свою работу. Невозможно подключиться к серверу, проверьте подключение к интернету или попробуйте позже, программа завершает свою работу. Невозможно подключиться к серверу, проверьте подключение к интернету или попробуйте позже, программа завершает свою работу. Конвертирую Активация Получаю ключ через интернет Получаю ключ через интернет Удаляю старый ключ Удаляю старый ключ Удаляю старый ключ (Экспериментальный) Устанавливаю ключ Устанавливаю ключ Получаю код версии (Экспериментальный) Подготовка к следующему шагу (Экспериментальный) Записываю возможности старой версии системы Получаю разрешения на бесплатное обновление Очищаю изменения Получаю цифровую лицензию Обновляю Готово Ошибка Код: Сообщение системы: Вы используете базовую версию Windows, Вы можете использовать эту функцию, чтобы перейти на полную версию. (Если программа не отвечает, Ваша версия системы может не поддерживать переход на полную версию или уже в процессе перехода) Note: Данное действие необратимо. После перехода на полную версию Вы не сможете перейти обратно! Вы хотите продолжить? Эта программа теперь поддерживает аргументы командной строки при запуске! -a --auto Автоматическая активация. -h --hide Запустить в скрытом режиме (Работает только с --auto). -e --expact Экспериментальная активация. -l --log Вывод логов в файл. -? --help Показать эту справку. Поздравляю! Windows была успешно конвертирована. Поздравляю! Windows была успешно активирована. Была найдена новая версия CloudMoe Windows 10+ Activation Toolkit Digital Edition. Пожалуйста, обновите программу для полной поддержки. Было найдено обязательное обновление CloudMoe Windows 10+ Activation Toolkit Digital Edition. Программа не будет работать без этого обновления. При активации Windows требуется подключение к сети (для получения ключа) :) Не удалось удалить старый ключ. :( Не удалось установить ключ. Может, вы выбрали или ввели неправильную версию системы? Не удалось получить код версии. :( Не удалось установить ключ. Может, вы выбрали или ввели неправильную версию системы? Превышено время. Может, вы выбрали или ввели неправильную версию системы? Активация не выполнена. :( Возможно: 1.Эта версия Windows не поддерживает активацию цифровым ключом. 2. Невозможно подключиться к серверу активации Microsoft Activation Server. 3. Другие неизвестные ошибки. Вы можете попробовать еще раз позже. Найдены только Long-Term Offline KMS (LTOK) варианты, которые можно использовать с текущей версией системы. Это значит, что при переустановке системы, Вам надо будет активировать ее заново. Не волнуйтесь, это не вариант активации legacy KMS, который может продолжать активироваться в течение 180 дней в оффлайн режиме. LTOK (Префикс Offline-KMS) может продолжать активироваться до 2038 года даже без подключения к сети! Поздравляю! Windows готова к активации. Но похоже, что Windows не может подключиться к серверу активации Microsoft Activation Server. Ваша система будет активирована автоматически при следующем подключении к Microsoft Activation Server. ================================================ FILE: CMWTAT_DIGITAL/Lang/zh.xaml ================================================  Microsoft YaHei UI 取消 丑拒 请顿晚饭,感谢作者 退出 立即更新 忽略 云萌 Windows 10+ 数字权利激活工具 CMWTAT Digital Edition V2 新版本可用! 升级到完整版 Windows 当前版本 最新版本 自动模式 手动模式 激活 版本无缝转换 (安装产品密钥而不激活) 升级到完整版 Windows 测试文本 载入中 激活中 完成 云萌 Windows 10+ 激活工具 V2 运行中。 实验性 注意 系统版本 无法在支持列表里识别您的操作系统版本,可能不受支持。 只找到用于此版本系统的实验性选项,成功概率极低。 你的系统版本可能不受支持,程序即将退出。不过你可以尝试添加 --expact 或者 -e 参数来启动。 你的系统版本可能不受支持,程序即将退出。 无法连接服务器,请检查网络并尝试稍后重试,程序即将退出。 无法连接服务器,请检查网络并尝试稍后重试,程序即将退出。 转换中 激活中 正在通过网络获取产品密钥 正在通过网络获取产品密钥 正在卸载旧的产品密钥 正在卸载旧的产品密钥 正在卸载旧的产品密钥(实验性) 正在安装产品密钥 正在安装产品密钥 正在获取版本代号(实验性) 正在准备下一步(实验性) 正在写入旧系统残留特征 正在获取免费升级许可 正在清理更改 正在获取数字许可证 正在升级 完成 错误 代码: 系统返回: 当前正在使用核心版 Windows,你可以通过此功能升级到完整版 Windows。 (如果操作没有反应可能是当前版本不支持升级,或者正在升级) 注意: 此操作不可逆,一旦升级完成将无法回退到核心版 Windows! 确定要执行升级操作吗? 这个应用现已支持通过控制台参数启动! -a --auto 自动激活。 -h --hide 隐藏模式运行 (只能与 -auto 一起使用)。 -e --expact 实验性激活。 -l --log 输出日志到文件。 -? --help 显示此说明对话框。 祝贺! Windows 已经成功转换。 祝贺! Windows 已经成功激活。 我们发现了新版本的 云萌 Windows 10+ 数字权利激活工具。 请更新到最新版本来确保它可以正常工作。 我们发现了新版本的 云萌 Windows 10+ 数字权利激活工具。 由于您的版本太旧,所以您必须更新到最新版本来确保它可以正常工作。 激活 Windows 需要网络获取产品密钥 :) 无法卸载旧密钥 :( 无法安装密钥,可能没有选择或输入正确的版本 :( 无法获取版本代号 :( 无法安装密钥,可能没有选择或输入正确的版本 :( 执行超时,可能没有选择正确或输入的版本 :( 激活失败。 :( 可能因为: 1. 此版本/类型的 Windows 不支持数字权利(数字许可证)方式激活。 2. 无法连接到微软Windows激活服务器。 3. 其它未知问题。 你可以尝试稍等片刻或者稍后重试。 只找到用于此版本系统的长期离线KMS(批量激活)选项。 这表示您将不能在下次重装系统后自动激活。 不过无需担心,这不同于传统的KMS激活方式(离线状态下可以保持激活180天) 长期离线KMS(Offline-KMS)即使不联网也可以保持激活值2038年! 祝贺! Windows 已经快要激活成功了。 不过似乎Windows无法连接到微软激活服务器, 当下次连接上服务器时系统将会自动激活。 ================================================ FILE: CMWTAT_DIGITAL/MainWindow.xaml ================================================