diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-18 17:59:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-18 17:59:41 +0200 |
| commit | f131b2573bfb617998927ea1072eb946b800d5e7 (patch) | |
| tree | 949b9cc7b7248abd958d7b5300dd2082495acbd7 /Software/Visual_Studio/PPC/Tango.PPC.Common/OS | |
| parent | 45ac8eaf0e03d87c2f9728b2b7c84922c6f6a37d (diff) | |
| download | Tango-f131b2573bfb617998927ea1072eb946b800d5e7.tar.gz Tango-f131b2573bfb617998927ea1072eb946b800d5e7.zip | |
PPC working on tablet !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/OS')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultWindowsActivationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultWindowsActivationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultWindowsActivationManager.cs index 2305e24ff..610328bc2 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultWindowsActivationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultWindowsActivationManager.cs @@ -68,7 +68,7 @@ namespace Tango.PPC.Common.OS /// <returns></returns> public async Task Activate(string activationKey) { - CmdCommand command = new CmdCommand("slmgr", $"-ipk {activationKey}"); + CmdCommand command = new CmdCommand("cscript", $"C:\\Windows\\System32\\slmgr.vbs -ipk {activationKey}"); await command.Run(); if (!await IsActivated()) |
