17.slmgr.vbs部分常用命令

安装Windows密钥:

1
cscript %SystemRoot%\System32\slmgr.vbs -ipk VDYBN-27WPP-V4HQT-9VMD4-VMK7H

卸载Windows密钥:

1
cscript %SystemRoot%\System32\slmgr.vbs -upk

设置与清除KMS服务器地址:

1
2
cscript %SystemRoot%\System32\slmgr.vbs -skms 192.168.100.220
cscript %SystemRoot%\System32\slmgr.vbs -ckms

激活Windows:

1
cscript %SystemRoot%\System32\slmgr.vbs -ato

显示当前激活的详细信息

1
cscript %SystemRoot%\System32\slmgr.vbs -dlv

查询激活有效期:

1
cscript %SystemRoot%\System32\slmgr.vbs -xpr
  • Copyrights © 2023-2024 kukusun