waterloo3122 / open-source-docs

Apache License 2.0
0 stars 0 forks source link

windows related resources #39

Open waterloo3122 opened 5 years ago

waterloo3122 commented 5 years ago

iso

https://msdn.itellyou.cn/

kms keys

https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys https://www.dwhd.org/20150723_011447.html

kms related

https://dsspace.org/kms/ https://teddysun.com/530.html https://github.com/SystemRage/py-kms https://github.com/kebe7jun/linux-kms-server/

example activate windows 10 professional

on linux with ip address xx.xx.xx.xx: docker run -it -d --name kms --hostname kms -p 1688:1688 kebe/vlmcsd

PS C:\WINDOWS\system32> slmgr.vbs -upk PS C:\WINDOWS\system32> slmgr.vbs -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX PS C:\WINDOWS\system32> slmgr.vbs -skms xx.xx.xx.xx PS C:\WINDOWS\system32> slmgr.vbs -ato PS C:\WINDOWS\system32> slmgr.vbs -dlv PS C:\WINDOWS\system32>

Change Windows 7 Ultimate to Windows 7 Enterprise

Open regedit (Start -> Run -> regedit )

Locate HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version

Edit two keys to say ProductName and EditionID to say “Enterprise” instead of “Ultimate” respectively.

You should now see Enterprise and Windows 7 Enterprise as values on this page.

Insert your Windows 7 Enterprise DVD and run an Upgrade install.

Open a Command Prompt and Run “C:\Windows\system32\slmgr.vbs -ckms” to clear any KMS servers

Optionally clear your product keys with “slmgr -cpks”

Run “C:\Windows\system32\slmgr.vbs -ato” to register with your Enterprise Activation server

如果上述方法不可行,参考 https://jingyan.baidu.com/article/f00622283973c1fbd3f0c834.html

reference

http://www.hackaapl.com/change-windows-7-ultimate-to-windows-7-enterprise/

waterloo3122 commented 4 years ago

windows 10 lstc kms

https://www.landiannews.com/archives/51131.html