File name: | tpmvscmgr.exe.mui |
Size: | 9728 byte |
MD5: | e0f7067a1a8c2e7d92553dc673d2327e |
SHA1: | 2c182cc36214b46bacd3b336bb8575c82a1187db |
SHA256: | 2e957c4c9cc105ea01372b796238e08cfe867c1e9e04ee314201287ac80598e2 |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | tpmvscmgr.exe TPM 虚拟智能卡设置实用程序 (32 位) |
If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Chinese (Simplified) | English |
---|---|---|
100 | 内存不足。 | Out of memory. |
101 | 发生运行时错误。 | A run-time error has occurred. |
102 | 无法生成随机管理密钥。 | Could not generate a random admin key. |
300 | 无法打开加密算法提供程序。 | Could not open a cryptographic algorithm provider. |
302 | 无法设置加密对象的属性。 | Could not set a property on a cryptographic object. |
303 | 无法获取加密对象的属性。 | Could not get a property from a cryptographic object. |
304 | 无法生成对称密钥。 | Could not generate a symmetric key. |
306 | 无法加密数据。 | Could not encrypt data. |
400 | 需要为此实用工具提供参数。 | Parameters are required for this utility. |
403 | TpmVscMgr.exe 命令: create [/quiet] /name /adminkey 'PROMPT'|'DEFAULT'|'RANDOM' [/puk 'PROMPT'|'DEFAULT'] /pin 'PROMPT'|'DEFAULT' [/generate] [/machine ] [/pinpolicy [策略选项]] 策略选项: minlen maxlen uppercase 'ALLOWED'|'DISALLOWED'|'REQUIRED' lowercase 'ALLOWED'|'DISALLOWED'|'REQUIRED' digits 'ALLOWED'|'DISALLOWED'|'REQUIRED' specialchars 'ALLOWED'|'DISALLOWED'|'REQUIRED' [/attestation 'AIK_AND_CERT'|'AIK_ONLY'] destroy [/quiet] /instance [/machine ] 图例: 'PROMPT' = 提示输入参数 'DEFAULT' = 默认参数值 'RANDOM' = 生成随机值 'ALLOWED' = 允许使用这些字符 'DISALLOWED' = 不允许使用这些 字符 'REQUIRED' = 至少需要一个此类 字符 'AIK_AND_CERT' = 创建 AIK 并 从云 CA 获取 AIK 证书 'AIK_ONLY' = 创建 AIK,但 不获取 AIK 证书 注意: generate 命令会格式化 TPM 虚拟智能卡,以便可以使用它 来注册证书。如果未指定 此选项,将需要使用卡管理 系统/工具在第一次使用之前 格式化该卡。 注意: /pinpolicy 只能与 /pin 提示符 结合使用。 注意: 默认 PIN 策略选项如下 所示: minlen 8 maxlen 127 uppercase allowed lowercase allowed digits allowed specialchars allowed PIN 长度的下限和上限 分别是 4 和 127。在使用 /pinpolicy 时,PIN 字符必须是 可打印的 ASCII 字符。 注意: 如果指定了 '/attestation AIK_AND_CERT',则在 没有网络连接的情况下,VSC 创建 可能会失败。 示例: 使用 PIN 的默认值和不带证明的随机管理密钥 创建一个 TPM 虚拟智能卡: TpmVscMgr create /name MyVSC /pin default /adminkey random /generate 使用管理密钥的默认值和指定的 PIN 策略 以及证明方法创建一个 TPM 虚拟智能卡: TpmVscMgr create /name MyVSC /pin prompt /pinpolicy minlen 4 maxlen 8 /adminkey default /attestation AIK_AND_CERT /generate 使用创建卡时返回的实例 ID 销毁 TPM 虚拟智能卡: TpmVscMgr destroy /instance root\smartcardreader\0000 |
TpmVscMgr.exe Commands: create [/quiet] /name /adminkey 'PROMPT'|'DEFAULT'|'RANDOM' [/puk 'PROMPT'|'DEFAULT'] /pin 'PROMPT'|'DEFAULT' [/generate] [/machine ] [/pinpolicy [policy options]] policy options: minlen maxlen uppercase 'ALLOWED'|'DISALLOWED'|'REQUIRED' lowercase 'ALLOWED'|'DISALLOWED'|'REQUIRED' digits 'ALLOWED'|'DISALLOWED'|'REQUIRED' specialchars 'ALLOWED'|'DISALLOWED'|'REQUIRED' [/attestation 'AIK_AND_CERT'|'AIK_ONLY'] destroy [/quiet] /instance [/machine ] Legend: 'PROMPT' = prompt for parameter 'DEFAULT' = default value for parameter 'RANDOM' = generate a random value 'ALLOWED' = these characters are allowed 'DISALLOWED' = these characters are not allowed 'REQUIRED' = at least one such character is required 'AIK_AND_CERT' = Creates an AIK and obtains an AIK certificate from the cloud CA 'AIK_ONLY' = Creates an AIK but does not obtain an AIK certificate Note: The generate command formats the TPM virtual smart card so that it can be used to enroll for certificates. If this option is not specified, a card management system/tool will need to be used to format the card before first use. Note: /pinpolicy may only be used in conjunction with /pin prompt. Note: The default PIN policy options are as follows: minlen 8 maxlen 127 uppercase allowed lowercase allowed digits allowed specialchars allowed The lower and upper bounds on PIN length are 4 and 127, respectively. When using /pinpolicy, PIN characters must be printable ASCII characters. Note: If '/attestation AIK_AND_CERT' is specified, it is possible that VSC creation will fail if there is no network connectivity. Examples: Create a TPM virtual smart card with default value for PIN and a random admin key with no attestation: TpmVscMgr create /name MyVSC /pin default /adminkey random /generate Create a TPM virtual smart card with default value for admin key and a specified PIN policy and attestation method: TpmVscMgr create /name MyVSC /pin prompt /pinpolicy minlen 4 maxlen 8 /adminkey default /attestation AIK_AND_CERT /generate Destroy a TPM virtual smart card using the instance ID that was returned when the card was created: TpmVscMgr destroy /instance root\smartcardreader\0000 |
410 | 未知操作: %{actionName} | Unknown action: %{actionName} |
420 | 未知参数: %{parameterName} | Unknown parameter: %{parameterName} |
421 | 缺少所需的参数: %{parameterName} | Missing required parameter: %{parameterName} |
422 | 参数值无效: %{parameterName} | The value for the parameter is not valid: %{parameterName} |
423 | 指定 %{parameterName2} 时,%{parameterName1} 值必须是 PROMPT。 | %{parameterName1} value must be PROMPT when specifying %{parameterName2}. |
500 | 正在创建 TPM 智能卡... | Creating TPM Smart Card... |
503 | 正在销毁 TPM 智能卡... | Destroying TPM Smart Card... |
504 | 输入管理密钥: | Enter Admin Key: |
505 | 确认管理密钥: | Confirm Admin Key: |
506 | 管理密钥确认不匹配。 | Admin Key confirmation does not match. |
507 | 输入 PUK: | Enter PUK: |
508 | 确认 PUK: | Confirm PUK: |
509 | PUK 确认不匹配。 | PUK confirmation does not match. |
510 | 输入 PIN: | Enter PIN: |
511 | 确认 PIN: | Confirm PIN: |
512 | PIN 确认不匹配。 | PIN confirmation does not match. |
513 | 智能卡读卡器设备实例 ID = %{deviceInstanceId} | Smart Card Reader Device Instance ID = %{deviceInstanceId} |
514 | 请重新启动计算机,然后更改才会生效。 | Please restart your computer for the changes to take effect. |
515 | 请重新启动目标计算机,然后更改才会生效。 | Please restart the target machine for the changes to take effect. |
516 | 使用默认管理密钥: %{defaultAdminKey} | Using default Admin Key: %{defaultAdminKey} |
517 | 使用默认 PUK: %{defaultPuk} | Using default PUK: %{defaultPuk} |
518 | 使用默认 PIN: %{defaultPin} | Using default PIN: %{defaultPin} |
519 | 对于指定的计算机上运行的 Windows 版本,TPM 虚拟智能卡管理不支持 PIN 策略。 | TPM Virtual Smart Card management does not support PIN policy with the version of Windows running on the specified machine. |
520 | 对于指定的计算机上运行的 Windows 版本,TPM 虚拟智能卡管理不支持证明。 | TPM Virtual Smart Card management does not support attestation with the version of Windows running on the specified machine. |
1000 | 正在初始化虚拟智能卡组件... | Initializing the Virtual Smart Card component... |
1001 | 正在创建虚拟智能卡组件... | Creating the Virtual Smart Card component... |
1002 | 正在销毁虚拟智能卡组件... | Destroying the Virtual Smart Card component... |
1050 | 正在初始化虚拟智能卡模拟器... | Initializing the Virtual Smart Card Simulator... |
1051 | 正在创建虚拟智能卡模拟器... | Creating the Virtual Smart Card Simulator... |
1052 | 正在销毁虚拟智能卡模拟器... | Destroying the Virtual Smart Card Simulator... |
1100 | 正在初始化虚拟智能卡读卡器... | Initializing the Virtual Smart Card Reader... |
1101 | 正在创建虚拟智能卡读卡器... | Creating the Virtual Smart Card Reader... |
1102 | 正在销毁虚拟智能卡读卡器... | Destroying the Virtual Smart Card Reader... |
1150 | 正在等待 TPM 智能卡设备... | Waiting for TPM Smart Card Device... |
1151 | 正在对 TPM 智能卡进行身份验证... | Authenticating to the TPM Smart Card... |
1152 | 正在 TPM 智能卡上生成文件系统... | Generating filesystem on the TPM Smart Card... |
1200 | TPM 智能卡已创建。 | TPM Smart Card created. |
1201 | TPM 智能卡已销毁。 | TPM Smart Card destroyed. |
2000 | 无法模拟调用方 | Failed to impersonate the caller |
2001 | 确保 PIN/PUK 满足你组织的长度或复杂性要求。 | Ensure that your PIN/PUK meets the length or complexity requirements of your organization. |
2002 | 已达到智能卡读卡器的数量限制。 | The limit on the number of Smart Card Readers has been reached. |
2003 | 不能在终端服务会话中使用 TPM 虚拟智能卡管理。 | TPM Virtual Smart Card management cannot be used within a Terminal Services session. |
2050 | 无法初始化虚拟智能卡组件。 | Failed to initialize the Virtual Smart Card component. |
2051 | 无法创建虚拟智能卡组件。 | Failed to create the Virtual Smart Card component. |
2052 | 无法销毁虚拟智能卡。 | Failed to destroy the Virtual Smart Card. |
2100 | 无法初始化虚拟智能卡模拟器。 | Failed to initialize the Virtual Smart Card Simulator. |
2101 | 无法创建虚拟智能卡模拟器。 | Failed to create the Virtual Smart Card Simulator. |
2102 | 无法销毁虚拟智能卡模拟器。 | Failed to destroy the Virtual Smart Card Simulator. |
2103 | 无法配置虚拟智能卡模拟器。 | Failed to configure the Virtual Smart Card Simulator. |
2104 | 找不到指定的虚拟智能卡模拟器。 | Failed to find the specified Virtual Smart Card Simulator. |
2150 | 无法初始化虚拟智能卡读卡器。 | Failed to initialize the Virtual Smart Card Reader. |
2151 | 无法创建虚拟智能卡读卡器。 | Failed to create the Virtual Smart Card Reader. |
2152 | 无法销毁虚拟智能卡读卡器。 | Failed to destroy the Virtual Smart Card Reader. |
2200 | 无法连接到 TPM 智能卡。 | Failed to connect to the TPM Smart Card. |
2201 | 无法在 TPM 智能卡上生成文件系统。 | Failed to generate the filesystem on the TPM Smart Card. |
2250 | 无法创建 TPM 智能卡。 | Unable to create TPM Smart Card. |
2251 | 无法销毁 TPM 智能卡。 | Unable to destroy TPM Smart Card. |
File Description: | TPM 虚拟智能卡设置实用程序 |
File Version: | 4.00 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | TpmVscMgr |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | TpmVscMgr.exe.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x804, 1200 |