Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dexit/53e8e1e866411e520614de27a95dd3a1 to your computer and use it in GitHub Desktop.
Save dexit/53e8e1e866411e520614de27a95dd3a1 to your computer and use it in GitHub Desktop.
How To Create Windows 10 China Government Edition EnterpriseG Volume:GVLK
A. Create Installation DVD ISO Via Dism:
1. Extract Win 10 Enterprise version of the mirror sources folder install.wim to D drive temp directory
2. In the temp directory to create WimMount folder, and execute the following command to mount the wim file
Dism /Mount-Wim /WimFile:D:\temp\install.wim /Index:1 /MountDir:D:\temp\WimMount
3. Show the current version
Dism /Image:D:\temp\WimMount /Get-CurrentEdition
4. Show current version
Dism /Image:D:\temp\WimMount /Get-TargetEditions
5. Offline upgrade version
Dism /Image:D:\temp\WimMount /Set-Edition:EnterpriseG
6. Change COA number 【must】
Dism /Image:D:\temp\WimMount /Set-ProductKey:YYVX9-NTFWV-6MDM3-9PT4T-4M68B
OR
Set Volume:GVLK product key for Enterprise G N edition
Dism /Image:D:\temp\WimMount /Set-ProductKey:44RPN-FTY23-9VTTB-MP9BX-T84FV
7. Save the image and uninstall it
Dism /Unmount-Image /MountDir:D:\temp\WimMount /Commit
Credit:lan10897110 (bbs.pcbeta)
Enter Windows 10 EnterpriseG Upgrade GVLK Key:
YYVX9-NTFWV-6MDM3-9PT4T-4M68B
Activation Method Via KMS:
Right click on the Start menu --- Windows Powershell (Administrator) --- enter the following command:
Slmgr -skms digiboy.ir
Slmgr -ato
Slmgr -dlv
KMS-activated period is, 150,000 days aka 410 years. (*lol*)
Change language via:
https://www.windowscentral.com/how-properly-change-system-default-language-windows-10
https://technet.microsoft.com/en-us/library/dd799306(v=ws.10).aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment