Merged PR 3934: Still trying to fix the preformatted text issue

pre
This commit is contained in:
Greg Lindsay
2017-10-18 19:24:40 +00:00
parent e197b2e8fc
commit 5c8d0a5630
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ ms.mktglfcycl: deploy
localizationpriority: high localizationpriority: high
ms.sitesec: library ms.sitesec: library
ms.pagetype: mdt ms.pagetype: mdt
ms.date: 10/10/2017 ms.date: 10/18/2017
author: greg-lindsay author: greg-lindsay
--- ---
@ -82,11 +82,11 @@ Devices currently running Windows 10 Pro, version 1703 can get Windows 10 Enterp
**Scenario #1**:  Using KMS for activation, just purchased Windows 10 Enterprise E3 or E5 subscriptions (or for some reason have had an E3 or E5 subscription for a while but havent yet deployed Windows 10 Enterprise), and you are using Windows 10 1607 or above. **Scenario #1**:  Using KMS for activation, just purchased Windows 10 Enterprise E3 or E5 subscriptions (or for some reason have had an E3 or E5 subscription for a while but havent yet deployed Windows 10 Enterprise), and you are using Windows 10 1607 or above.
All you need to do to change all of your Windows 10 Pro machines to Windows 10 Enterprise is to run this command on each machine: All you need to do to change all of your Windows 10 Pro devices to Windows 10 Enterprise is to run this command on each computer:
``` <pre style="overflow-y: visible">
cscript.exe c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 cscript.exe c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
``` </pre>
This key comes from [Appendix A: KMS Client Setup Keys](https://technet.microsoft.com/library/jj612867.aspx) in the Volume Activation guide.  The command causes the OS to change to Windows 10 Enterprise and then seek out the KMS server to reactivate.  It is also possible to inject the Windows 10 Pro key from this article if you wish to step back down from Enterprise to Pro. This key comes from [Appendix A: KMS Client Setup Keys](https://technet.microsoft.com/library/jj612867.aspx) in the Volume Activation guide.  The command causes the OS to change to Windows 10 Enterprise and then seek out the KMS server to reactivate.  It is also possible to inject the Windows 10 Pro key from this article if you wish to step back down from Enterprise to Pro.

View File

@ -6,7 +6,7 @@ ms.prod: w10
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
ms.sitesec: library ms.sitesec: library
author: greg-lindsay author: greg-lindsay
ms.date: 10/17/2017 ms.date: 10/18/2017
ms.localizationpriority: high ms.localizationpriority: high
--- ---