tpmvscmgr.exe TPM 虚拟智能卡设置实用程序 e0f7067a1a8c2e7d92553dc673d2327e

File info

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 位)

Translations messages and strings

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.
403TpmVscMgr.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:
509PUK 确认不匹配。 PUK confirmation does not match.
510输入 PIN: Enter PIN:
511确认 PIN: Confirm PIN:
512PIN 确认不匹配。 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...
1200TPM 智能卡已创建。 TPM Smart Card created.
1201TPM 智能卡已销毁。 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.

EXIF

File Name:tpmvscmgr.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..m-manager.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_a98dd15ea998d187\
File Size:9.5 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:9216
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:TPM 虚拟智能卡设置实用程序
File Version:4.00 (WinBuild.160101.0800)
Internal Name:TpmVscMgr
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:TpmVscMgr.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0

What is tpmvscmgr.exe.mui?

tpmvscmgr.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file tpmvscmgr.exe (TPM 虚拟智能卡设置实用程序).

File version info

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