zoukankan      html  css  js  c++  java
  • Z390上安装Win10与Win7

    Win10工具:

      Rufus:制作使用UEFI固件的计算机+NTFS格式U盘

      HWIDGen:激活Win10

      Office激活:Office Tool Plus

           HEU KMS Activator:激活Office,Win7,Win10等,只能激活180天

      Office也有相应激活码永久激活

      Ofifce激活脚本:

      保存之后,修改文本文档后缀,将.txt修改为.bat
      保持联网,然后以管理员身份运行,等待数秒,即可激活。
      本方法通过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 OfficeOffice16ospp.vbs" cd /d "%ProgramFiles%Microsoft OfficeOffice16")&(if exist "%ProgramFiles(x86)%Microsoft OfficeOffice16ospp.vbs" cd /d "%ProgramFiles(x86)%Microsoft OfficeOffice16")&(for /f %%x in ('dir /b ..
    ootLicenses16ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..
    ootLicenses16\%%x" >nul)&(for /f %%x in ('dir /b ..
    ootLicenses16ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..
    ootLicenses16\%%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

    Win7:

      Z390上要额外驱动

      NVME驱动:

      USB驱动:

      核显驱动:

  • 相关阅读:
    iaas,paas,saas理解
    July 06th. 2018, Week 27th. Friday
    July 05th. 2018, Week 27th. Thursday
    July 04th. 2018, Week 27th. Wednesday
    July 03rd. 2018, Week 27th. Tuesday
    July 02nd. 2018, Week 27th. Monday
    July 01st. 2018, Week 27th. Sunday
    June 30th. 2018, Week 26th. Saturday
    June 29th. 2018, Week 26th. Friday
    June 28th. 2018, Week 26th. Thursday
  • 原文地址:https://www.cnblogs.com/cascle/p/12380470.html
Copyright © 2011-2022 走看看