Z390上安装Win10与Win7
2021-03-17 20:23
标签:exist eth logo 激活 tfs ros col convert key Win10工具: Rufus:制作使用UEFI固件的计算机+NTFS格式U盘 HWIDGen:激活Win10 Office激活:Office Tool Plus HEU KMS Activator:激活Office,Win7,Win10等,只能激活180天 Office也有相应激活码永久激活 Ofifce激活脚本: 保存之后,修改文本文档后缀,将.txt修改为.bat Win7: Z390上要额外驱动 NVME驱动: USB驱动: 核显驱动: Z390上安装Win10与Win7 标签:exist eth logo 激活 tfs ros col convert key 原文地址:https://www.cnblogs.com/cascle/p/12380470.html
保持联网,然后以管理员身份运行,等待数秒,即可激活。
本方法通过kms密钥管理服务器激活,有效期为180天,但是根据国外论坛的说法,也就是等到180天后,会自动联网激活,不用***作,然后再续180天(但不知道是否真的是这样)。@echo off
(cd /d "%~dp0")&&(NET FILE||(powershell start-process -FilePath ‘%0‘ -verb runas)&&(exit /B)) >NUL 2>&1
title Office 2019 Activator r/Piracy
echo Converting... & mode 40,25
(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)
cscript //nologo ospp.vbs /unpkey:6MWKP >nul&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul
echo %KMS_Sev% & echo Activating...
cscript //nologo ospp.vbs /act | find /i "successful" && (echo Complete) || (echo Trying another KMS Server & set /a i+=1 & goto server)
pause >nul
exit