Advertisement
DirceuViana

M$ #Keys_Activation #Script_Batch GVLKs for KMS

Oct 14th, 2018
19,236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.50 KB | None | 0 0
  1. The Volume Licensing Service Center (VLSC)
  2. GVLKs for KMS
  3.  
  4. How to activate:
  5. Office and Windows editions:
  6. Open Notepad, copy code and paste
  7. Save the file with the extension .cmd (* .cmd)
  8. Then run the file as administrator
  9. NB1* The inpkey (*.) line is the key that installs correctly with your version.
  10. NB2* It only supports Volume version (*.) ....>(VLSC)
  11. NB3* KMS_Sev = (*.) Source server "activation"
  12.  
  13. =======================================================================================
  14.  
  15.  
  16. NB* Activate Microsoft Office 2010
  17.  
  18. Last updated: 03/12/2016
  19.  
  20. Microsoft Office 2010 Standard: V7QKV-4XVVR-XYV4D-F7DFM-8R6BM
  21. Microsoft Office 2010 Professional Plus: VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB
  22. Microsoft Office 2010 Mondo: YBJTT-JG6MD-V9Q7P-DBKXJ-38W9R
  23. Microsoft Access 2010: V7Y44-9T38C-R2VJK-666HK-T7DDX
  24. Microsoft Project 2010 Standard: 4HP3K-88W3F-W2K3D-6677X-F9PGB
  25. Microsoft Project 2010 Professional: YGX6F-PGV49-PGW3J-9BTGG-VHKC6
  26. Microsoft Publisher 2010: BFK7F-9MYHM-V68C7-DRQ66-83YTP
  27. Microsoft Visio 2010 Standard: 767HD-QGMWX-8QTDB-9G3R2-KHFGJ
  28. Microsoft Visio 2010 Professional: 7MCW8-VRQVK-G677T-PDJCM-Q8TCP
  29. Microsoft Visio 2010 Premium: D9DWC-HPYVV-JGF4P-BTWQB-WX8BJ
  30. --------------------------------------------------------------------------------
  31. Server address list:
  32. IP address or host name:(*.)
  33. kms8.msguides.com
  34. kms9.msguides.com
  35.  
  36. Port number: 1688
  37.  
  38. Windows commands:
  39. cscript ospp.vbs /inpkey:X
  40. cscript ospp.vbs /sethst:Y
  41. cscript ospp.vbs /act
  42.  
  43. X: Microsoft product key
  44. Y: Server address (still functioning)
  45.  
  46. *How to check if server is functioning*
  47. Visit:
  48. https://favkit.com/port-check and do the following.
  49. http://ping.eu/port-chk
  50. Office (*.)
  51.  
  52. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  53. Script:
  54. Office 2010 (*.)
  55. @echo off
  56. title Activate Microsoft Office 2010 Volume for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office 2010 Standard Volume&echo - Microsoft Office 2010 Professional Plus Volume&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office14")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office14")&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:8R6BM >nul&cscript //nologo ospp.vbs /unpkey:H3GVB >nul&cscript //nologo ospp.vbs /inpkey:V7QKV-4XVVR-XYV4D-F7DFM-8R6BM >nul&cscript //nologo ospp.vbs /inpkey:VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB >nul&set i=1
  57. :server
  58. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  59. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  60. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  61. if %i%==4 goto notsupported
  62. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  63. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  64. explorer "http://MSGuides.com"&goto halt
  65. :notsupported
  66. echo.&echo ============================================================================&echo Sorry! Your version is not supported.
  67. :halt
  68. pause >nul
  69.  
  70.  
  71. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  72. Script:
  73. Office 2013 (*.)
  74. @echo off
  75. title Activate Microsoft Office 2013 Volume for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office 2013 Standard Volume&echo - Microsoft Office 2013 Professional Plus Volume&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office15")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office15")&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:92CD4 >nul&cscript //nologo ospp.vbs /unpkey:GVGXT >nul&cscript //nologo ospp.vbs /inpkey:KBKQT-2NMXY-JJWGP-M62JB-92CD4 >nul&cscript //nologo ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT >nul&set i=1
  76. :server
  77. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  78. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  79. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  80. if %i%==4 goto notsupported
  81. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  82. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  83. explorer "http://MSGuides.com"&goto halt
  84. :notsupported
  85. echo.&echo ============================================================================&echo Sorry! Your version is not supported.
  86. :halt
  87. pause >nul
  88.  
  89.  
  90. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  91. Script:
  92. Office 365 ProPlus (*.)
  93. @echo off
  94. title Activate Office 365 ProPlus for FREE - MSGuides.com&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
  95. :server
  96. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  97. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  98. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  99. if %i%==4 goto notsupported
  100. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  101. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  102. explorer "http://MSGuides.com"&goto halt
  103. :notsupported
  104. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  105. :halt
  106. pause >nul
  107.  
  108.  
  109. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  110. Script:
  111. Office 2016 (*.)
  112. @echo off
  113. title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /unpkey:CPQVG >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
  114. :server
  115. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  116. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  117. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  118. if %i%==4 goto notsupported
  119. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  120. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  121. explorer "http://MSGuides.com"&goto halt
  122. :notsupported
  123. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  124. :halt
  125. pause >nul
  126.  
  127.  
  128. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  129. Script:
  130. Project 2016 (*.)
  131. @echo off
  132. title Activate Microsoft Project 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Project Standard 2016&echo - Microsoft Project Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ppd.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-bridge-office.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root-bridge-test.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-stil.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&echo.&echo ============================================================================&echo Activating your Project...&cscript //nologo ospp.vbs /unpkey:KQBVC >nul&cscript //nologo ospp.vbs /unpkey:G83KT >nul&cscript //nologo ospp.vbs /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT >nul&set i=1
  133. :server
  134. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  135. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  136. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  137. if %i%==4 goto notsupported
  138. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  139. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  140. explorer "http://MSGuides.com"&goto halt
  141. :notsupported
  142. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  143. :halt
  144. pause >nul
  145.  
  146.  
  147. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  148. Script:
  149. Visio 2016 (*.)
  150. @echo off
  151. title Activate Microsoft Visio 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Visio Standard 2016&echo - Microsoft Visio Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ppd.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\VisioProVL_KMS_Client-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-bridge-office.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root-bridge-test.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-stil.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&echo.&echo ============================================================================&echo Activating your Visio...&cscript //nologo ospp.vbs /unpkey:W8GF4 >nul&cscript //nologo ospp.vbs /unpkey:RJRJK >nul&cscript //nologo ospp.vbs /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK >nul&set i=1
  152. :server
  153. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  154. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  155. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  156. if %i%==4 goto notsupported
  157. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  158. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  159. explorer "http://MSGuides.com"&goto halt
  160. :notsupported
  161. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  162. :halt
  163. pause >nul
  164.  
  165.  
  166. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  167. Script:
  168. Office 2019 (*.)
  169. @echo off
  170. title Activate Microsoft Office 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul&set i=1
  171. :server
  172. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  173. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  174. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  175. if %i%==4 goto notsupported
  176. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  177. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  178. explorer "http://MSGuides.com"&goto halt
  179. :notsupported
  180. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/aiomsp
  181. :halt
  182. pause >nul
  183.  
  184.  
  185. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  186. Script:
  187. Project 2019 (*.)
  188. @echo off
  189. title Activate Microsoft Project 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Project Standard 2019&echo - Microsoft Project Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&(for /f %%x in ('dir /b ..\root\Licenses16\client-issuance*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\projectprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\projectpro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Project...&cscript //nologo ospp.vbs /unpkey:PKD2B >nul&cscript //nologo ospp.vbs /inpkey:B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B >nul&set i=1
  190. :server
  191. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  192. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  193. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  194. if %i%==4 goto notsupported
  195. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  196. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  197. explorer "http://MSGuides.com"&goto halt
  198. :notsupported
  199. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  200. :halt
  201. pause >nul
  202.  
  203.  
  204. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  205. Script:
  206. Visio 2019 (*.)
  207. @echo off
  208. title Activate Microsoft Visio 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Visio: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Visio Standard 2019&echo - Microsoft Visio Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&(for /f %%x in ('dir /b ..\root\Licenses16\client-issuance*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\visioprovl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\visiopro2019vl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Visio...&cscript //nologo ospp.vbs /unpkey:7VCBB >nul&cscript //nologo ospp.vbs /inpkey:9BGNQ-K37YR-RQHF2-38RQ3-7VCBB >nul&set i=1
  209. :server
  210. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  211. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  212. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  213. if %i%==4 goto notsupported
  214. cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  215. cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  216. explorer "http://MSGuides.com"&goto halt
  217. :notsupported
  218. echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
  219. :halt
  220. pause >nul
  221.  
  222.  
  223. =======================================================================================
  224. NB* #NOTE: If any key failed try to use another one
  225.  
  226. *-Windows 7 Starter-*
  227. C3XMH-4J44T-WMRKT-T2K42-F974H
  228. GJXFX-PY4Q6-PMHW6-9PQ43-7JFHV
  229. GQTVR-T4KWW-JWTH8-BJM6J-8YYJB
  230.  
  231. *-Windows 7 Home Basic-*
  232. D9Y8H-4HW6B-26GDT-2CVPB-CDB9P
  233. GTM8H-J76KM-G3TWR-MMJ3M-4JVQG
  234.  
  235. *-Windows 7 Home Premium-*
  236. HX6M6-GRMMD-GWTXW-VC4MF-H7VFJ
  237. 8W6KB-PTFWM-VWB9F-94R8M-29466
  238. 9DCJX-7BJQK-4GMYX-VXCP9-46KRW
  239.  
  240. *-Windows 7 Ultimate-*
  241. RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289
  242. V77DJ-CT8WB-Y3GXT-X3FBP-6F987
  243. JC7BV-94FD2-D86PH-XRMHR-BXKDG
  244. RFQ4X-89FJ8-6BHJQ-RC8QJ-F2P2K
  245.  
  246. Windows: (*.)
  247. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  248. Script:
  249. Windows 7 Professional/Enterprise:
  250. @echo off
  251. title Activate Windows 7 Professional/Enterprise for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo - Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise N&echo - Windows 7 Enterprise E&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cd /d %windir%\system32&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nul
  252. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH >nul&cscript //nologo slmgr.vbs /ipk YDRBP-3D83W-TY26F-D46B2-XCKRJ >nul&cscript //nologo slmgr.vbs /ipk C29WB-22CC8-VJ326-GHFJW-H9DH4 >nul) else (cscript //nologo slmgr.vbs /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 >nul&cscript //nologo slmgr.vbs /ipk MRPKT-YTG23-K7D7T-X2JMM-QY7MG >nul&cscript //nologo slmgr.vbs /ipk W82YF-2Q76Y-63HXB-FGJG9-GF7QX >nul)
  253. set i=1
  254. :server
  255. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  256. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  257. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  258. if %i%==4 goto unsupported
  259. cscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  260. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  261. explorer "http://MSGuides.com"&goto halt
  262. :unsupported
  263. echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.
  264. :halt
  265. pause >nul
  266.  
  267.  
  268. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  269. Script:
  270. Windows 8 / Windows 8.1 ALL versions:
  271. @echo off
  272. title Activate Windows 8 / Windows 8.1 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nul
  273. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 >nul&cscript //nologo slmgr.vbs /ipk TT4HM-HN7YT-62K67-RGRQJ-JFFXW >nul&cscript //nologo slmgr.vbs /ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul&cscript //nologo slmgr.vbs /ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul) else (cscript //nologo slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul&cscript //nologo slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul&cscript //nologo slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul&cscript //nologo slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul&cscript //nologo slmgr.vbs /ipk BN3D2-R7TKB-3YPBD-8DRP2-27GG4 >nul&cscript //nologo slmgr.vbs /ipk 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ >nul&cscript //nologo slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul&cscript //nologo slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul&cscript //nologo slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul&cscript //nologo slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul&cscript //nologo slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul)
  274. set i=1
  275. :server
  276. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  277. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  278. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  279. if %i%==4 goto notsupported
  280. cscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  281. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  282. explorer "http://MSGuides.com"&goto halt
  283. :notsupported
  284. echo ============================================================================&echo.&echo Sorry! Your version is not supported.
  285. :halt
  286. pause >nul
  287.  
  288.  
  289. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  290.  
  291.  
  292. NB* Activate Windows 10 ALL versions
  293.  
  294. Last updated: 03/11/2016
  295.  
  296. Windows 10 Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
  297. Windows 10 Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
  298. Windows 10 Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
  299. Windows 10 Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
  300. Windows 10 Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX
  301. Windows 10 Professional N: MH37W-N47XK-V7XM9-C7227-GCQG9
  302. Windows 10 Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
  303. Windows 10 Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
  304. Windows 10 Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
  305. Windows 10 Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
  306. --------------------------------------------------------------------------------
  307. Server address list:
  308. IP address or host name: (*.)
  309. kms8.msguides.com
  310. kms9.msguides.com
  311.  
  312. Port number: 1688
  313.  
  314. Windows commands:
  315. slmgr /ipk X
  316. slmgr /skms Y
  317. slmgr /ato
  318.  
  319. X: Windows product key
  320. Y: Server address (still functioning)
  321.  
  322. *How to check if server is functioning*
  323. Visit:
  324. https://favkit.com/port-check and do the following.
  325. https://ping.eu/port-chk
  326. Windows (*.)
  327.  
  328. Script:
  329. Windows 10 ALL versions:
  330. @echo off
  331. title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education N&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nul
  332. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul&cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul&cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul&cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul&cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ >nul&cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 >nul) else wmic os | findstr /I "10 pro" >nul
  333. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul) else wmic os | findstr /I "home" >nul
  334. if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul) else (echo.)
  335. set i=1
  336. :server
  337. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  338. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  339. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  340. if %i%==4 goto notsupported
  341. cscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo ============================================================================&echo.&echo.
  342. cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  343. explorer "http://MSGuides.com"&goto halt
  344. :notsupported
  345. echo ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.
  346. :halt
  347. pause >nul
  348.  
  349.  
  350. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  351.  
  352.  
  353. Script: ....> Script / Batch:
  354. Activate Windows 7 / 8 / 8.1 / 10 ....> ALL versions:
  355. @echo off
  356. title Activate Windows 7 / 8 / 8.1 / 10 for FREE!&cls&echo =====================================&echo #Copyright: MSGuides.com&echo =====================================&echo.&echo #Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo - Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise N&echo - Windows 7 Enterprise E&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education N&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ====================================&echo Activating your Windows... & cscript //nologo c:\windows\system32\slmgr.vbs /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk MRPKT-YTG23-K7D7T-X2JMM-QY7MG >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk W82YF-2Q76Y-63HXB-FGJG9-GF7QX >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk YDRBP-3D83W-TY26F-D46B2-XCKRJ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk C29WB-22CC8-VJ326-GHFJW-H9DH4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk BN3D2-R7TKB-3YPBD-8DRP2-27GG4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul
  357. echo ------------------------------------&echo.&echo.&set i=1
  358. :server
  359. if %i%==1 set KMS_Sev=kms7.MSGuides.com
  360. if %i%==2 set KMS_Sev=kms8.MSGuides.com
  361. if %i%==3 set KMS_Sev=kms9.MSGuides.com
  362. if %i%==4 goto notsupported
  363. cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul
  364. cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& echo ====================================== & echo. & choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
  365. explorer "http://MSGuides.com"&goto halt
  366. :notsupported
  367. echo ======================================&echo.&echo Sorry! Your version is not supported.
  368. :halt
  369. pause >nul
  370.  
  371.  
  372. =======================================================================================
  373. Other Script / Batch:
  374. The Volume Licensing Service Center (VLSC)
  375.  
  376. Office Professional Plus 2019: NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
  377. Project Professional 2019: B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B
  378. Visio Professional 2019: 9BGNQ-K37YR-RQHF2-38RQ3-7VCBB
  379. How to Activate: Office Editions:
  380. Open CMD with Administrator privileges
  381. Enter the code below:
  382. NB1* The inpkey line is the key that installs correctly with your version.
  383. NB2* It only supports Volume version (*.) ....>(VLSC)
  384.  
  385.  
  386. Batch Script:
  387. (*.) For Office Pro/Plus 2019:
  388. Script:
  389.  
  390. if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
  391. if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
  392. set "cmd=cscript //nologo ospp.vbs"
  393. %cmd% /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul 2>&1
  394. %cmd% /dstatus | findstr "Office19ProPlus2019VL"
  395. if not %errorlevel% == 0 (for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do %cmd% /inslic:"..\root\Licenses16\%x")
  396. %cmd% /unpkey:8MBCX >nul 2>&1
  397. %cmd% /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
  398. %cmd% /sethst:kms.lotro.cc & %cmd% /act
  399. cls & %cmd% /dstatus
  400. echo.
  401.  
  402.  
  403. Batch Script:
  404. (*.) For * Project Pro 2019:
  405. Script:
  406.  
  407. if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
  408. if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
  409. set "cmd=cscript //nologo ospp.vbs"
  410. %cmd% /inpkey:B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B >nul 2>&1
  411. %cmd% /dstatus | findstr "Office19ProjectPro2019VL"
  412. if not %errorlevel% == 0 (for /f %x in ('dir /b ..\root\Licenses16\ProjectPro2019VL*.xrm-ms') do %cmd% /inslic:"..\root\Licenses16\%x")
  413. %cmd% /inpkey:B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B
  414. %cmd% /sethst:kms.lotro.cc & %cmd% /act
  415. cls & %cmd% /dstatus
  416. echo.
  417.  
  418.  
  419. Batch Script:
  420. (*.) For * Visio Pro 2019:
  421. Script:
  422.  
  423. if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
  424. if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
  425. set "cmd=cscript //nologo ospp.vbs"
  426. %cmd% /inpkey:9BGNQ-K37YR-RQHF2-38RQ3-7VCBB >nul 2>&1
  427. %cmd% /dstatus | findstr "Office19VisioPro2019VL"
  428. if not %errorlevel% == 0 (for /f %x in ('dir /b ..\root\Licenses16\VisioPro2019VL*.xrm-ms') do %cmd% /inslic:"..\root\Licenses16\%x")
  429. %cmd% /inpkey:9BGNQ-K37YR-RQHF2-38RQ3-7VCBB
  430. %cmd% /sethst:kms.lotro.cc & %cmd% /act
  431. cls & %cmd% /dstatus
  432. echo.
  433.  
  434.  
  435. =======================================================================================
  436.  
  437. Source:
  438. https://docs.microsoft.com/en-us/DeployOffice/vlactivation/gvlks
  439. GVLKs for Office 2019
  440. Product GVLK
  441. Office Professional Plus 2019
  442. NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
  443. Office Standard 2019
  444. 6NWWJ-YQWMR-QKGCB-6TMB3-9D9HK
  445. Project Professional 2019
  446. B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B
  447. Project Standard 2019
  448. C4F7P-NCP8C-6CQPT-MQHV9-JXD2M
  449. Visio Professional 2019
  450. 9BGNQ-K37YR-RQHF2-38RQ3-7VCBB
  451. Visio Standard 2019
  452. 7TQNQ-K3YQQ-3PFH7-CCPPM-X4VQ2
  453. Access 2019
  454. 9N9PT-27V4Y-VJ2PD-YXFMF-YTFQT
  455. Excel 2019
  456. TMJWT-YYNMB-3BKTF-644FC-RVXBD
  457. Outlook 2019
  458. 7HD7K-N4PVK-BHBCQ-YWQRW-XW4VK
  459. PowerPoint 2019
  460. RRNCX-C64HY-W2MM7-MCH9G-TJHMQ
  461. Publisher 2019
  462. G2KWX-3NW6P-PY93R-JXK2T-C9Y9V
  463. Skype for Business 2019
  464. NCJ33-JHBBY-HTK98-MYCV8-HMKHJ
  465. Word 2019
  466. PBX3G-NWMT6-Q7XBW-PYJGG-WXD33
  467.  
  468. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  469.  
  470. GVLKs for Office 2016
  471. Product GVLK
  472. Office Professional Plus 2016
  473. XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
  474. Office Standard 2016
  475. JNRGM-WHDWX-FJJG3-K47QV-DRTFM
  476. Project Professional 2016
  477. YG9NW-3K39V-2T3HJ-93F3Q-G83KT
  478. Project Standard 2016
  479. GNFHQ-F6YQM-KQDGJ-327XX-KQBVC
  480. Visio Professional 2016
  481. PD3PC-RHNGV-FXJ29-8JK7D-RJRJK
  482. Visio Standard 2016
  483. 7WHWN-4T7MP-G96JF-G33KR-W8GF4
  484. Access 2016
  485. GNH9Y-D2J4T-FJHGG-QRVH7-QPFDW
  486. Excel 2016
  487. 9C2PK-NWTVB-JMPW8-BFT28-7FTBF
  488. OneNote 2016
  489. DR92N-9HTF2-97XKM-XW2WJ-XW3J6
  490. Outlook 2016
  491. R69KK-NTPKF-7M3Q4-QYBHW-6MT9B
  492. PowerPoint 2016
  493. J7MQP-HNJ4Y-WJ7YM-PFYGF-BY6C6
  494. Publisher 2016
  495. F47MM-N3XJP-TQXJ9-BP99D-8K837
  496. Skype for Business 2016
  497. 869NQ-FJ69K-466HW-QYCP2-DDBV6
  498. Word 2016
  499. WXY84-JN2Q9-RBCCQ-3Q3J3-3PFJ6
  500.  
  501. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  502.  
  503. GVLKs for Office 2010
  504. Source:
  505. https://docs.microsoft.com/en-us/previous-versions/office/office-2010/ee624355(v=office.14)
  506.  
  507. Office Professional Plus 2010
  508. VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB
  509. Office Standard 2010
  510. V7QKV-4XVVR-XYV4D-F7DFM-8R6BM
  511.  
  512. Stand-alone products
  513. Access 2010
  514. V7Y44-9T38C-R2VJK-666HK-T7DDX
  515. Excel 2010
  516. H62QG-HXVKF-PP4HP-66KMR-CW9BM
  517. SharePoint Workspace 2010
  518. QYYW6-QP4CB-MBV6G-HYMCJ-4T3J4
  519. InfoPath 2010
  520. K96W8-67RPQ-62T9Y-J8FQJ-BT37T
  521. OneNote 2010
  522. Q4Y4M-RHWJM-PY37F-MTKWH-D3XHX
  523. Outlook 2010
  524. 7YDC2-CWM8M-RRTJC-8MDVC-X3DWQ
  525. PowerPoint 2010
  526. RC8FX-88JRY-3PF7C-X8P67-P4VTT
  527. Project Professional 2010
  528. YGX6F-PGV49-PGW3J-9BTGG-VHKC6
  529. Project Standard 2010
  530. 4HP3K-88W3F-W2K3D-6677X-F9PGB
  531. Publisher 2010
  532. BFK7F-9MYHM-V68C7-DRQ66-83YTP
  533. Word 2010
  534. HVHB3-C6FV7-KQX9W-YQG79-CRY7T
  535.  
  536. Visio
  537.  
  538. Visio Premium 2010
  539. D9DWC-HPYVV-JGF4P-BTWQB-WX8BJ
  540. Visio Professional 2010
  541. 7MCW8-VRQVK-G677T-PDJCM-Q8TCP
  542. Visio Standard 2010
  543. 767HD-QGMWX-8QTDB-9G3R2-KHFGJ
  544.  
  545. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  546.  
  547. Source:
  548. https://technet.microsoft.com/en-us/library/dn385360.aspx
  549.  
  550. GVLKs for Office 2013
  551. Produto GVLK
  552. Office 2013 Professional Plus
  553. YC7DK-G2NP3-2QQC3-J6H88-GVGXT
  554. Office 2013 Standard
  555. KBKQT-2NMXY-JJWGP-M62JB-92CD4
  556. Project 2013 Professional
  557. FN8TT-7WMH6-2D4X9-M337T-2342K
  558. Project 2013 Standard
  559. 6NTH3-CW976-3G3Y2-JK3TX-8QHTT
  560. Visio 2013 Professional
  561. C2FG9-N6J68-H8BTJ-BW3QX-RM3B3
  562. Visio 2013 Standard
  563. J484Y-4NKBF-W2HMG-DBMJC-PGWR7
  564. Access 2013
  565. NG2JY-H4JBT-HQXYP-78QH9-4JM2D
  566. Excel 2013
  567. VGPNG-Y7HQW-9RHP7-TKPV3-BG7GB
  568. InfoPath 2013
  569. DKT8B-N7VXH-D963P-Q4PHY-F8894
  570. Lync 2013
  571. 2MG3G-3BNTT-3MFW9-KDQW3-TCK7R
  572. OneNote 2013
  573. TGN6P-8MMBC-37P2F-XHXXK-P34VW
  574. Outlook 2013
  575. QPN8Q-BJBTJ-334K3-93TGY-2PMBT
  576. PowerPoint 2013
  577. 4NT99-8RJFH-Q2VDH-KYG2C-4RD4F
  578. Publisher 2013
  579. PN2WF-29XG2-T9HJ7-JQPJR-FCXK4
  580. Word 2013
  581. 6Q7VD-NX8JD-WJ2VH-88V73-4GBJ7
  582.  
  583.  
  584. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  585.  
  586. Source:
  587. https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys
  588.  
  589. Windows Server, version 1809
  590. Operating system edition KMS Client Setup Key
  591. Windows Server Datacenter 6NMRW-2C8FM-D24W7-TQWMY-CWH2D
  592. Windows Server Standard N2KJX-J94YW-TQVFB-DG9YT-724CC
  593.  
  594. Windows Server, version 1803
  595. Operating system edition KMS Client Setup Key
  596. Windows Server Datacenter 2HXDN-KRXHB-GPYC7-YCKFJ-7FVDG
  597. Windows Server Standard PTXN8-JFHJM-4WC78-MPCBR-9W4KR
  598.  
  599. Windows Server, version 1709
  600. Operating system edition KMS Client Setup Key
  601. Windows Server Datacenter 6Y6KB-N82V8-D8CQV-23MJW-BWTG6
  602. Windows Server Standard DPCNP-XQFKJ-BJF7R-FRC8D-GF6G4
  603.  
  604. Windows Server LTSC/LTSB versions
  605. Windows Server 2019
  606. Operating system edition KMS Client Setup Key
  607. Windows Server 2019 Datacenter WMDGN-G9PQG-XVVXX-R3X43-63DFG
  608. Windows Server 2019 Standard N69G4-B89J2-4G8F4-WWYCC-J464C
  609. Windows Server 2019 Essentials WVDHN-86M7X-466P6-VHXV7-YY726
  610.  
  611. Windows Server 2016
  612. Operating system edition KMS Client Setup Key
  613. Windows Server 2016 Datacenter CB7KF-BWN84-R7R2Y-793K2-8XDDG
  614. Windows Server 2016 Standard WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
  615. Windows Server 2016 Essentials JCKRF-N37P4-C2D82-9YXRT-4M63B
  616.  
  617. Windows 10, all supported Semi-Annual Channel versions
  618. See the Windows lifecycle fact sheet for information about supported versions and end of service dates.
  619.  
  620. Operating system edition KMS Client Setup Key
  621. Windows 10 Pro W269N-WFGWX-YVC9B-4J6C9-T83GX
  622. Windows 10 Pro N MH37W-N47XK-V7XM9-C7227-GCQG9
  623. Windows 10 Pro Workstations NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
  624. Windows 10 Pro Workstations N 9FNHH-K3HBT-3W4TD-6383H-6XYWF
  625. Windows 10 Pro Education 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y
  626. Windows 10 Pro Education N YVWGF-BXNMC-HTQYQ-CPQ99-66QFC
  627. Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
  628. Windows 10 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
  629. Windows 10 Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43
  630. Windows 10 Enterprise N DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
  631. Windows 10 Enterprise G YYVX9-NTFWV-6MDM3-9PT4T-4M68B
  632. Windows 10 Enterprise G N 44RPN-FTY23-9VTTB-MP9BX-T84FV
  633.  
  634. Windows 10 LTSC/LTSB versions
  635. Windows 10 LTSC 2019
  636. Operating system edition KMS Client Setup Key
  637. Windows 10 Enterprise LTSC 2019 M7XTQ-FN8P6-TTKYV-9D4CC-J462D
  638. Windows 10 Enterprise N LTSC 2019 2NFX-8DJQP-P6BBQ-THF9C-7CG2H
  639.  
  640. Windows 10 LTSB 2016
  641. Operating system edition KMS Client Setup Key
  642. Windows 10 Enterprise LTSB 2016 DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
  643. Windows 10 Enterprise N LTSB 2016 FFDN-GRT3P-VKWWX-X7T3R-8B639
  644. Windows 10 LTSB 2015
  645. Operating system edition KMS Client Setup Key
  646. Windows 10 Enterprise 2015 LTSB WNMTR-4C88C-JK8YV-HQ7T2-76DF9
  647. Windows 10 Enterprise 2015 LTSB N 2F77B-TNFGY-69QQF-B8YKP-D69TJ
  648.  
  649. Earlier versions of Windows Server
  650. Windows Server 2012 R2
  651. Operating system edition KMS Client Setup Key
  652. Windows Server 2012 R2 Server Standard D2N9P-3P6X9-2R39C-7RTCD-MDVJX
  653. Windows Server 2012 R2 Datacenter W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9
  654. Windows Server 2012 R2 Essentials KNC87-3J2TX-XB4WP-VCPJV-M4FWM
  655.  
  656. Windows Server 2012
  657. Operating system edition KMS Client Setup Key
  658. Windows Server 2012 BN3D2-R7TKB-3YPBD-8DRP2-27GG4
  659. Windows Server 2012 N 8N2M2-HWPGY-7PGT9-HGDD8-GVGGY
  660. Windows Server 2012 Single Language 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ
  661. Windows Server 2012 Country Specific 4K36P-JN4VD-GDC6V-KDT89-DYFKP
  662. Windows Server 2012 Server Standard XC9B7-NBPP2-83J2H-RHMBY-92BT4
  663. Windows Server 2012 MultiPoint Standard HM7DN-YVMH3-46JC3-XYTG7-CYQJJ
  664. Windows Server 2012 MultiPoint Premium XNH6W-2V9GX-RGJ4K-Y8X6F-QGJ2G
  665. Windows Server 2012 Datacenter 48HP8-DN98B-MYWDG-T2DCC-8W83P
  666.  
  667. Windows Server 2008 R2
  668. Operating system edition KMS Client Setup Key
  669. Windows Server 2008 R2 Web 6TPJF-RBVHG-WBW2R-86QPH-6RTM4
  670. Windows Server 2008 R2 HPC edition TT8MH-CG224-D3D7Q-498W2-9QCTX
  671. Windows Server 2008 R2 Standard YC6KT-GKW9T-YTKYR-T4X34-R7VHC
  672. Windows Server 2008 R2 Enterprise 489J6-VHDMP-X63PK-3K798-CPX3Y
  673. Windows Server 2008 R2 Datacenter 74YFP-3QFB3-KQT8W-PMXWJ-7M648
  674. Windows Server 2008 R2 for Itanium-based Systems GT63C-RJFQ3-4GMB6-BRFB9-CB83V
  675.  
  676. Windows Server 2008
  677. Operating system edition KMS Client Setup Key
  678. Windows Web Server 2008 WYR28-R7TFJ-3X2YQ-YCY4H-M249D
  679. Windows Server 2008 Standard TM24T-X9RMF-VWXK6-X8JC9-BFGM2
  680. Windows Server 2008 Standard without Hyper-V W7VD6-7JFBR-RX26B-YKQ3Y-6FFFJ
  681. Windows Server 2008 Enterprise YQGMW-MPWTJ-34KDK-48M3W-X4Q6V
  682. Windows Server 2008 Enterprise without Hyper-V 39BXF-X8Q23-P2WWT-38T2F-G3FPG
  683. Windows Server 2008 HPC RCTX3-KWVHP-BR6TB-RB6DM-6X7HP
  684. Windows Server 2008 Datacenter 7M67G-PC374-GR742-YH8V4-TCBY3
  685. Windows Server 2008 Datacenter without Hyper-V 22XQ2-VRXRG-P8D42-K34TD-G3QQC
  686. Windows Server 2008 for Itanium-Based Systems 4DWFP-JF3DJ-B7DTH-78FJB-PDRHK
  687.  
  688. Earlier versions of Windows
  689. Windows 8.1
  690. Operating system edition KMS Client Setup Key
  691. Windows 8.1 Pro GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
  692. Windows 8.1 Pro N HMCNV-VVBFX-7HMBH-CTY9B-B4FXY
  693. Windows 8.1 Enterprise MHF9N-XY6XB-WVXMC-BTDCT-MKKG7
  694. Windows 8.1 Enterprise N TT4HM-HN7YT-62K67-RGRQJ-JFFXW
  695.  
  696. Windows 8
  697. Operating system edition KMS Client Setup Key
  698. Windows 8 Pro NG4HW-VH26C-733KW-K6F98-J8CK4
  699. Windows 8 Pro N XCVCF-2NXM9-723PB-MHCB7-2RYQQ
  700. Windows 8 Enterprise 32JNW-9KQ84-P47T8-D8GGY-CWCK7
  701. Windows 8 Enterprise N JMNMF-RHW7P-DMY6X-RF3DR-X2BQT
  702.  
  703. Windows 7
  704. Operating system edition KMS Client Setup Key
  705. Windows 7 Professional FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4
  706. Windows 7 Professional N MRPKT-YTG23-K7D7T-X2JMM-QY7MG
  707. Windows 7 Professional E W82YF-2Q76Y-63HXB-FGJG9-GF7QX
  708. Windows 7 Enterprise 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
  709. Windows 7 Enterprise N YDRBP-3D83W-TY26F-D46B2-XCKRJ
  710. Windows 7 Enterprise E C29WB-22CC8-VJ326-GHFJW-H9DH4
  711.  
  712.  
  713. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  714.  
  715. Script auto activate Office 2010-2013-2016 Volume Licensing with KMS Client Keys
  716.  
  717. The Volume Licensing Service Center (VLSC)
  718.  
  719. Batch Script:
  720. (*.) For ....>
  721. Office 2010
  722. Office 2010 Pro Plus VL
  723. Office 2010 Standard VL
  724. Office 2010 Project Pro VL
  725. Office 2010 Project Standard VL
  726. Office 2010 Visio Pro VL
  727. Office 2010 Visio Standard VL
  728. Office 2010 Visio Premium VL
  729.  
  730. Office 2013
  731. Office 2013 Pro Plus VL
  732. Office 2013 Standard VL
  733. Office 2013 Project Pro VL
  734. Office 2013 Project Standard VL
  735. Office 2013 Visio Pro VL
  736. Office 2013 Visio Standard VL
  737.  
  738. Office 2016
  739. Office 2016 Pro Plus VL
  740. Office 2016 Standard VL
  741. Office 2016 Project Pro VL
  742. Office 2016 Project Standard VL
  743. Office 2016 Visio Pro VL
  744. Office 2016 Visio Standard VL
  745.  
  746.  
  747. Batch Script: ....>
  748.  
  749. @echo off
  750. color 0f
  751. pushd "%~dp0"
  752. set command=cscript //nologo ospp.vbs
  753. title Auto activate Office 2010-2013-2016 Volume License
  754. >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
  755. if "%errorlevel%" NEQ "0" (
  756. echo: Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
  757. echo: UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
  758. "%temp%\getadmin.vbs" & exit
  759. )
  760. if exist "%temp%\getadmin.vbs" del /f /q "%temp%\getadmin.vbs"
  761. set ver=(4,5,6)
  762. for /d %%a in %ver% do call:path "%%a"
  763. cls
  764. echo ====================================================================
  765. echo Checking license..
  766. echo ====================================================================
  767. for /d %%a in %ver% do call:check "%%a"
  768. echo ====================================================================
  769. echo Press any key to exit ...
  770. echo ====================================================================
  771. pause >nul &exit
  772.  
  773. :path
  774. if exist "C:\Program Files\Microsoft Office\Office1%~1\ospp.vbs" (
  775. cd /d "C:\Program Files\Microsoft Office\Office1%~1"
  776. call:setkey "%~1"
  777. )
  778.  
  779. if exist "C:\Program Files (x86)\Microsoft Office\Office1%~1\ospp.vbs" (
  780. cd /d "C:\Program Files (x86)\Microsoft Office\Office1%~1"
  781. call:setkey "%~1"
  782. )
  783. goto:eof
  784.  
  785. :setkey
  786. %command% /sethst:kms.lotro.cc | find "Successfully"
  787. for /f "tokens=5 delims=: " %%b in ('cscript //nologo ospp.vbs /dstatus ^| findstr /c:"LICENSE NAME"') do (
  788. if %~1==4 (
  789. :: Offfice 2010 Pro Plus
  790. if "%%b"=="OfficeProPlus-KMS_Client" %command% /inpkey:VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB | find "successful"
  791. if "%%b"=="OfficeProPlus-MAK" %command% /inpkey:VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB | find "successful"
  792. :: Offfice 2010 Std
  793. if "%%b"=="OfficeStandard-MAK" %command% /inpkey:V7QKV-4XVVR-XYV4D-F7DFM-8R6BM | find "successful"
  794. if "%%b"=="OfficeStandard-KMS_Client" %command% /inpkey:V7QKV-4XVVR-XYV4D-F7DFM-8R6BM | find "successful"
  795. :: Office 2010 Project Pro
  796. if "%%b"=="OfficeProjectPro-MAK" %command% /inpkey:YGX6F-PGV49-PGW3J-9BTGG-VHKC6 | find "successful"
  797. if "%%b"=="OfficeProjectPro-KMS_Client" %command% /inpkey:YGX6F-PGV49-PGW3J-9BTGG-VHKC6 | find "successful"
  798. :: Office 2010 Visio Premium
  799. if "%%b"=="OfficeVisioPrem-MAK" %command% /inpkey:D9DWC-HPYVV-JGF4P-BTWQB-WX8BJ | find "successful"
  800. if "%%b"=="OfficeVisioPrem-KMS_Client" %command% /inpkey:D9DWC-HPYVV-JGF4P-BTWQB-WX8BJ | find "successful"
  801. :: Office 2010 Visio Pro
  802. if "%%b"=="OfficeVisioPro-MAK" %command% /inpkey:7MCW8-VRQVK-G677T-PDJCM-Q8TCP | find "successful"
  803. if "%%b"=="OfficeVisioPro-KMS_Client" %command% /inpkey:7MCW8-VRQVK-G677T-PDJCM-Q8TCP | find "successful"
  804. :: Office 2010 Visio Std
  805. if "%%b"=="OfficeVisioStd-MAK" %command% /inpkey:767HD-QGMWX-8QTDB-9G3R2-KHFGJ | find "successful"
  806. if "%%b"=="OfficeVisioStd-KMS_Client" %command% /inpkey:767HD-QGMWX-8QTDB-9G3R2-KHFGJ | find "successful"
  807. :: Office 2010 Project Std
  808. if "%%b"=="OfficeProjectStd-MAK" %command% /inpkey:4HP3K-88W3F-W2K3D-6677X-F9PGB | find "successful"
  809. if "%%b"=="OfficeProjectStd-KMS_Client" %command% /inpkey:4HP3K-88W3F-W2K3D-6677X-F9PGB | find "successful"
  810. )
  811. if %~1==5 (
  812. :: Offfice 2013 Pro Plus
  813. if "%%b"=="OfficeProPlusVL_MAK" %command% /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT | find "successful"
  814. if "%%b"=="OfficeProPlusVL_KMS_Client" %command% /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT | find "successful"
  815. :: Offfice 2013 Project Pro
  816. if "%%b"=="OfficeProjectProVL_MAK" %command% /inpkey:FN8TT-7WMH6-2D4X9-M337T-2342K | find "successful"
  817. if "%%b"=="OfficeProjectProVL_KMS_Client" %command% /inpkey:FN8TT-7WMH6-2D4X9-M337T-2342K | find "successful"
  818. :: Offfice 2013 Visio Pro
  819. if "%%b"=="OfficeVisioProVL_MAK" %command% /inpkey:C2FG9-N6J68-H8BTJ-BW3QX-RM3B3 | find "successful"
  820. if "%%b"=="OfficeVisioProVL_KMS_Client" %command% /inpkey:C2FG9-N6J68-H8BTJ-BW3QX-RM3B3 | find "successful"
  821. :: Offfice 2013 Std
  822. if "%%b"=="OfficeStandardVL_MAK" %command% /inpkey:KBKQT-2NMXY-JJWGP-M62JB-92CD4 | find "successful"
  823. if "%%b"=="OfficeStandardVL_KMS_Client" %command% /inpkey:KBKQT-2NMXY-JJWGP-M62JB-92CD4 | find "successful"
  824. :: Offfice 2013 Project Std
  825. if "%%b"=="OfficeProjectStdVL_MAK" %command% /inpkey:6NTH3-CW976-3G3Y2-JK3TX-8QHTT | find "successful"
  826. if "%%b"=="OfficeProjectStdVL_KMS_Client" %command% /inpkey:6NTH3-CW976-3G3Y2-JK3TX-8QHTT | find "successful"
  827. :: Offfice 2013 Visio Std
  828. if "%%b"=="OfficeVisioStdVL_MAK" %command% /inpkey:J484Y-4NKBF-W2HMG-DBMJC-PGWR7 | find "successful"
  829. if "%%b"=="OfficeVisioStdVL_KMS_Client" %command% /inpkey:J484Y-4NKBF-W2HMG-DBMJC-PGWR7 | find "successful"
  830. )
  831. if %~1==6 (
  832. :: Offfice 2016 Pro Plus
  833. if "%%b"=="Office16ProPlusVL_MAK" %command% /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 | find "successful"
  834. if "%%b"=="Office16ProPlusVL_KMS_Client" %command% /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 | find "successful"
  835. :: Offfice 2016 Std
  836. if "%%b"=="Office16StandardVL_MAK" %command% /inpkey:JNRGM-WHDWX-FJJG3-K47QV-DRTFM | find "successful"
  837. if "%%b"=="Office16StandardVL_KMS_Client" %command% /inpkey:JNRGM-WHDWX-FJJG3-K47QV-DRTFM | find "successful"
  838. :: Offfice 2016 Project Pro
  839. if "%%b"=="Office16ProjectProVL_MAK" %command% /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | find "successful"
  840. if "%%b"=="Office16ProjectProVL_KMS_Client" %command% /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | find "successful"
  841. :: Offfice 2016 Project Std
  842. if "%%b"=="Office16ProjectStdVL_MAK" %command% /inpkey:GNFHQ-F6YQM-KQDGJ-327XX-KQBVC | find "successful"
  843. if "%%b"=="Office16ProjectStdVL_KMS_Client" %command% /inpkey:GNFHQ-F6YQM-KQDGJ-327XX-KQBVC | find "successful"
  844. :: Offfice 2016 Visio Pro
  845. if "%%b"=="Office16VisioProVL_MAK" %command% /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK | find "successful"
  846. if "%%b"=="Office16VisioProVL_KMS_Client" %command% /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK | find "successful"
  847. :: Offfice 2016 Visio Std
  848. if "%%b"=="Office16VisioStdVL_MAK" %command% /inpkey:7WHWN-4T7MP-G96JF-G33KR-W8GF4 | find "successful"
  849. if "%%b"=="Office16VisioStdVL_KMS_Client" %command% /inpkey:7WHWN-4T7MP-G96JF-G33KR-W8GF4 | find "successful"
  850. )
  851. )
  852. %command% /act
  853. exit /b
  854.  
  855. :check
  856. if exist "C:\Program Files\Microsoft Office\Office1%~1\ospp.vbs" (
  857. cd /d "C:\Program Files\Microsoft Office\Office1%~1"
  858. %command% /dstatus
  859. )
  860.  
  861. if exist "C:\Program Files (x86)\Microsoft Office\Office1%~1\ospp.vbs" (
  862. cd /d "C:\Program Files (x86)\Microsoft Office\Office1%~1"
  863. %command% /dstatus
  864. )
  865. goto:eof
  866.  
  867.  
  868. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  869.  
  870. The Volume Licensing Service Center (VLSC)
  871.  
  872. Batch Script:
  873. (*.) For ....>
  874. Office 2016
  875. Office 2016 Pro Plus VL
  876. Office 2016 Standard VL
  877. Office 2016 Project Pro VL
  878. Office 2016 Project Standard VL
  879. Office 2016 Visio Pro VL
  880. Office 2016 Visio Standard VL
  881.  
  882.  
  883. Batch Script: ....>
  884.  
  885. @echo off
  886. color 0f
  887. title Auto activate Office 2016 VL
  888. if exist "C:\Program Files\Microsoft Office\Office16\ospp.vbs" set folder="C:\Program Files\Microsoft Office\Office16
  889. if exist "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" set folder="C:\Program Files (x86)\Microsoft Office\Office16
  890. cscript //nologo %folder%\ospp.vbs" /sethst:kms.lotro.cc
  891. for /f "tokens=5 delims=,_ " %%b in ('cscript //nologo %folder%\ospp.vbs" /dstatus ^| find "NAME"') do (set version=%%b&call:check)
  892. cscript //nologo %folder%\ospp.vbs" /act & cls & cscript //nologo %folder%\ospp.vbs" /dstatus
  893. pause & exit
  894. :check
  895. if "%version%" EQU "Office16ProPlusVL" cscript //nologo %folder%\ospp.vbs" /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
  896. if "%version%" EQU "Office16ProjectProVL" cscript //nologo %folder%\ospp.vbs" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT
  897. if "%version%" EQU "Office16VisioProVL" cscript //nologo %folder%\ospp.vbs" /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK
  898. if "%version%" EQU "Office16StandardVL" cscript //nologo %folder%\ospp.vbs" /inpkey:JNRGM-WHDWX-FJJG3-K47QV-DRTFM
  899. if "%version%" EQU "Office16ProjectStdVL" cscript //nologo %folder%\ospp.vbs" /inpkey:GNFHQ-F6YQM-KQDGJ-327XX-KQBVC
  900. if "%version%" EQU "Office16VisioStdVL" cscript //nologo %folder%\ospp.vbs" /inpkey:7WHWN-4T7MP-G96JF-G33KR-W8GF4
  901. goto:eof
  902.  
  903.  
  904. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
  905.  
  906.  
  907. The Volume Licensing Service Center (VLSC)
  908.  
  909. Batch Script:
  910. (*.) For ....>
  911. Office 2016
  912. Office 2016 Pro Plus VL
  913. Office 2016 Project Pro VL
  914. Office 2016 Visio Pro VL
  915.  
  916.  
  917. Batch Script: ....>
  918.  
  919. @echo off
  920. color 0f
  921. title Auto activate Office 2016 Retail
  922. echo.&echo Processing...&echo.
  923. for /f "tokens=2*" %%a in ('"reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun" /v InstallPath" 2^>nul') do (set "path=%%b\Office16\OSPP.VBS"&set "lic=%%b\root\Licenses16")
  924. cscript //nologo "%path%" /sethst:kms.lotro.cc >nul 2>&1
  925. if not exist "%lic%\*.xrm-ms" (echo Please re-install Offfice 2016 Retail&pause&exit)
  926. cscript //nologo "%path%" /inpkey:BN346-KPVRG-HHQG3-6YDPV-8HV7H >nul 2>&1
  927. cscript //nologo "%path%" /inpkey:NBMXG-XG8XX-J9PR6-WRHGH-JQKY7 >nul 2>&1
  928. cscript //nologo "%path%" /inpkey:NQ38H-GKVJH-FXKYG-3GRQX-66PQD >nul 2>&1
  929. for /f "tokens=5 delims=,_ " %%c in ('cscript //nologo "%path%" /dstatus ^| find "NAME"') do (set version=%%c&call:check)
  930. cls&cscript //nologo "%path%" /act
  931. cls&cscript //nologo "%path%" /dstatus
  932. pause
  933. :check
  934. if "%version%" EQU "Office16ProjectProR" (
  935. for /f %%x in ('dir /b "%lic%\ProjectProVL_KMS*.xrm-ms"') do cscript //nologo "%path%" /inslic:"%lic%\%%x"
  936. cscript //nologo "%path%" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT
  937. cscript //nologo "%path%" /unpkey:66PQD >nul 2>&1
  938. )
  939. if "%version%" EQU "Office16VisioProR" (
  940. for /f %%x in ('dir /b "%lic%\VisioProVL_KMS*.xrm-ms"') do cscript //nologo "%path%" /inslic:"%lic%\%%x"
  941. cscript //nologo "%path%" /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK
  942. cscript //nologo "%path%" /unpkey:JQKY7 >nul 2>&1
  943. )
  944. if "%version%" EQU "Office16ProPlusR" (
  945. for /f %%x in ('dir /b "%lic%\ProPlusVL_KMS*.xrm-ms"') do cscript //nologo "%path%" /inslic:"%lic%\%%x"
  946. cscript //nologo "%path%" /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
  947. cscript //nologo "%path%" /unpkey:8HV7H >nul 2>&1
  948. )
  949. goto:eof
  950.  
  951.  
  952. ....> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...> ...>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement