massgravel / Microsoft-Activation-Scripts

A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
https://massgrave.dev
GNU General Public License v3.0
91.33k stars 8.89k forks source link

Not support active Windows Server Insider Preview via KMS38. #3

Closed fuchanghao closed 3 years ago

fuchanghao commented 3 years ago

ISO file path.

https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver

other tools like HEU KMS Activator supported active it via KMS38,

Could you fix this bug?

WindowsAddict commented 3 years ago

ISO file path.

https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver

other tools like HEU KMS Activator supported active it via KMS38,

Could you fix this bug?

Thanks for notifying, multiple KMS ID's in it are creating issues, will fix it by the next update 1.5

WindowsAddict commented 3 years ago

ISO file path.

https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver

other tools like HEU KMS Activator supported active it via KMS38,

Could you fix this bug?

You can apply a small fix for it in the "KMS38_Activation.cmd"

Delete line number 270 and replace it with

for /f "tokens=2 delims==" %%a in ('"wmic path %slp% where (ApplicationID='%wApp%' and LicenseFamily='%osedition%' and Description like '%%KMSCLIENT%%') get ID /VALUE" 2^>nul') do (call :%%a %nul% && set "app=%%a")

fuchanghao commented 3 years ago

It works now.

log:

Checking OS Info [Windows Server 2019 Datacenter | 20221 | x64]

Checking ClipSVC [Service Status -Running] [Startup Type -Demand] Checking sppsvc [Service Status -Running] [Startup Type -Delayed-Auto]

Checking Installed Product Key [Volume:GVLK] [Partial Key -63DFG]

Setting Specific KMS Host to [LocalHost 127.0.0.2] [Successful]

Copying Required Files to Temp [C:\Windows\Temp_Ticket_Work] [Successful] Generating GenuineTicket.xml [Successful] Installing GenuineTicket.xml [Successful]

Activating...

Windows Server 2019 Datacenter is activated till 2038-01-19 11:11:56

Cleaning Temp Files [Successful]

Press any key to exit...