zoukankan      html  css  js  c++  java
  • ospp.vbs-命令详解

    Global options for ospp.vbs

    参数说明
    /inpkey:value Installs a product key (replaces existing key) with user-provided product key. Value option is required.
    /unpkey:value Uninstalls an installed product key with the last five digits of the product key to uninstall (as displayed by the /dstatus option). Value parameter is required.
    /inslic:value Installs a license with user-provided path of the .xrm-ms license. Value parameter is required.
    /dstatus Displays license information for installed product keys.
    /dstatusall Displays license information for all installed licenses.
    /dhistoryacterr Displays the failure history for MAK/Retail activation.
    /dinstid Displays Installation ID for offline activation.
    /actcid:value Activates product with user-provided Confirmation ID. Value parameter is required.
    /rearm Resets the licensing status for all installed Office 2013 product keys.
    /rearm:value Resets the licensing status for an Office 2013 license with a user-provided SKUID value. Value parameter is required.Use this option with the SKUID value specified by using the /dstatus option if you have run out of rearms and have activated Office through KMS or AD-based activation to gain an additional rearm.
    /ddescr:value Displays the description for a user-provided error code. Value parameter is required.

    KMS client options for ospp.vbs

    参数说明
    /dhistorykms Displays KMS client activation history.
    /dcmid Displays KMS client machine ID (CMID).
    /sethst:value Sets a KMS host name with a user-provided host name. Value parameter is required.This sets HKLMSoftwareMicrosoftOfficeSoftwareProtectionPlatformKeyManagementServiceName (REG_SZ).
    /setprt:value Sets a KMS port with a user-provided port number. Value parameter is required.This sets HKLMSoftwareMicrosoftOfficeSoftwareProtectionPlatformKeyManagementServicePort (REG_SZ).
    /remhst Removes KMS host name (sets port to default).
    /cachst:value Allows or denies KMS host caching. Value parameter is required (TRUE or FALSE).
    /actype:value (Windows 8 and newer versions only) Sets volume activation type. Value parameter is required.Values: 1 (for Active Directory-Based), 2 (for KMS). 0 (for both).
    /skms-domain:value (Windows 8 and newer versions only) Sets the specific DNS domain in which all KMS SRV records can be found. This setting has no effect if the specific single KMS host is set by the /sethst option. Value parameter is the Fully Qualified Domain Name (FQDN) and is required.
    /ckms-domain (Windows 8 and newer versions only) Clears the specific DNS domain in which all KMS SRV records can be found. The specific KMS host is used if it is set by the /sethst option. Otherwise, auto-discovery of the KMS host is used.
     
    example:
    office2016VOL  cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
     
     
  • 相关阅读:
    Sublime 官方安装方法
    Notepad2、Sublime_text带图标的右键快捷打开方式
    创业公司如何实施敏捷开发
    如果有人让你推荐编程技术书,请叫他看这个列表
    Spring cron表达式详解
    Spring定时任务的几种实现
    spring注解方式 idea报could not autowire,eclipse却没有问题
    mysql处理海量数据时的一些优化查询速度方法
    Hexo重装小结
    修改JAVA代码,需要重启Tomcat的原因
  • 原文地址:https://www.cnblogs.com/cnwy/p/12296129.html
Copyright © 2011-2022 走看看