Lần đầu tiên thấy key Win 10 RTM EnterpriseS EVAL (LTSC 2019 ) RETAIL không hiểu lắm,post lên để anh em trải nghiệm:
N7HMH-MK36Q-M4X93-76KQ2-6JHWR
Lưu ý: Thấy nhưng tôi không Test.
Convert Office 2019 ProPlus Retail to VL Launch CMD (Admin) Copy all the code and paste into the CMD:
csript slmgr.vbs /upk a3072b8f-adcc-4e75-8d62-fdeb9bdfae57
csript slmgr.vbs /upk 5f472f1e-eb0a-4170-98e2-fb9e7f6ff535
set ver=16
if exist "%ProgramFiles%\Microsoft Office\Office%ver%\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office%ver%"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office%ver%\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office%ver%"
for /f %i in ('dir /b ..\root\Licenses%ver%\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses%ver%\%i"
@