EventCreate.exe 事件创建 - 在事件日志中创建自定义事件 972ae2a4c5ca5a59c05cf05af36bd979

File info

File name: EventCreate.exe.mui
Size: 24576 byte
MD5: 972ae2a4c5ca5a59c05cf05af36bd979
SHA1: d01f9e661eca8ef1e76fda2e04c9f8c202325af9
SHA256: 3ffe3cc0100ccd8f06c6479c8c38820ac3c5884f64cd0aca90a516e17435d5c9
Operating systems: Windows 10
Extension: MUI
In x64: EventCreate.exe 事件创建 - 在事件日志中创建自定义事件 (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
101ERROR ERROR
102WARNING WARNING
103INFORMATION INFORMATION
104SUCCESS SUCCESS
106success|error|information|warning success|error|information|warning
150成功: '%s' 类型的事件被用 '%s' 创建作为日志。
SUCCESS: An event of type '%s' was created with '%s' as the log.
151成功: '%s' 类型的事件被用 '%s' 创建作为源。
SUCCESS: An event of type '%s' was created with '%s' as the source.
152成功: '%s' 类型的事件被创建在 '%s' 日志里,用 '%s' 作为源。
SUCCESS: An event of type '%s' was created in the '%s' log with '%s' as the source.
153'%s' 日志不存在。不能创建事件。
'%s' log does not exist. Cannot create the event.
154无效语法。只有在指定 /S 选项时才能指定 /U 选项。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. /U can be specified only when /S is specified.
Type "EVENTCREATE /?" for usage.
155无效语法。只有在指定 /U 选项时才能指定 /P 选项。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. /P can be specified only when /U is specified.
Type "EVENTCREATE /?" for usage.
156无效语法。事件 ID 必须在 1 - 1000 的范围内。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. Event ID must be in the range of 1 - 1000.
Type "EVENTCREATE /?" for usage.
157无效语法。描述不能为空。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. Description cannot be empty.
Type "EVENTCREATE /?" for usage.
158无效语法。日志/资源不能为空。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. Log/Source cannot be empty.
Type "EVENTCREATE /?" for usage.
159无效语法。/L 或 /SO 或者二者都应被指定。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax. Either /L or /SO or both should be specified.
Type "EVENTCREATE /?" for usage.
160只有当日志名称也被指定时,才能创建新资源。
信息: 用 /L 开关指定日志名称。
New source can be created only if log name is also specified.
INFO: Use /L switch to specify the log name.
161资源已存在于 '%s' 日志里。不能复制资源。
Source already exists in '%s' log. Source cannot be duplicated.
162无效语法。用户名不能为空。
Invalid syntax. User name cannot be empty.
163无效语法。
键入 "EVENTCREATE /?" 了解用法信息。
Invalid syntax.
Type "EVENTCREATE /?" for usage.
164无法语法。系统名称不能为空。
Invalid syntax. System name cannot be empty.
165EventID 范围必须在 %d 到 %d。
键入 "EVENTCREATE /?" 了解用法信息。
EventID must be in the range of %d - %d.
Type "EVENTCREATE /?" for usage.
166源参数只用来标识自定义应用程序/脚本(不是已安装的源)。
Source parameter is used to identify custom applications/scripts only (not installed applications).
167访问被拒绝。在安全日志里无法创建自定义事件。
Access is denied. Custom events cannot be created into security log.
1001
EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid

EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid
1002[/L logname] [/SO srcname] /T type /D description
[/L logname] [/SO srcname] /T type /D description
1003

1004描述:
Description:
1005该命令行工具使管理员能够创建一个自定义事件 ID 和消息于某指定
This command line tool enables an administrator to create
1006事件日志里。
a custom event ID and message in a specified event log.
1008参数列表:
Parameter List:
1009/S system 指定要连接的远程系统。

/S system Specifies the remote system to connect to.

1010/U [domain\]user 指定应该在哪个用户上下文执行命令。
/U [domain\]user Specifies the user context under which
1012/P [password] 指定给定用户上下文的密码。如果省略则
/P [password] Specifies the password for the given
1013提示输入。

user context. Prompts for input if omitted.

1014/L logname 指定要在其中创建事件事件日志。

/L logname Specifies the event log to create
1016/T type 指定要创建的事件类型。有效的类型是:
/T type Specifies the type of event to create.
1017SUCCESS,ERROR,WARNING,INFORMATION。

Valid types: SUCCESS, ERROR, WARNING, INFORMATION.

1018/SO source 为此事件指定要使用的来源(如果没有指定,
/SO source Specifies the source to use for the
1019默认来源则为'eventcreate')。有效来源
event (if not specified, source will default
1020可以是任何字符串并应该代表应用程序或
to 'eventcreate'). A valid source can be any
1021生成事件的组件。

string and should represent the application
1023/ID id 指定事件的 ID。有效的自定义消息 ID 在
/ID id Specifies the event ID for the event. A
1024范围 1 - 1000 以内。

valid custom message ID is in the range
1026/D description 为新事件指定描述文字。

/D description Specifies the description text for the new event.

1028/? 显示此帮助消息。

/? Displays this help message.

1030示例:
Examples:
1031EVENTCREATE /T ERROR /ID 1000
EVENTCREATE /T ERROR /ID 1000
1032/L APPLICATION /D "该应用程序日志的、自定义错误事件"

/L APPLICATION /D "My custom error event for the application log"

1035EVENTCREATE /T ERROR /ID 999 /L APPLICATION
EVENTCREATE /T ERROR /ID 999 /L APPLICATION
1036/SO WinWord /D "因为磁盘空间不足,发生 Winword 事件999"

/SO WinWord /D "Winword event 999 happened due to low diskspace"

1037EVENTCREATE /S system /T ERROR /ID 100
EVENTCREATE /S system /T ERROR /ID 100
1038/L APPLICATION /D "自定义作业安装失败"

/L APPLICATION /D "Custom job failed to install"

1039EVENTCREATE /S system /U user /P password /ID 1 /T ERROR
EVENTCREATE /S system /U user /P password /ID 1 /T ERROR
1040/L APPLICATION /D "因为无效用户凭据,用户访问失败"
/L APPLICATION /D "User access failed due to invalid user credentials"
5001错误: ERROR:
5002警告: WARNING:
5003成功: SUCCESS:
5004信息: INFO:
5005暂缺 N/A
5501请键入 %s 的密码: Type the password for %s:
5502为本地连接传递用户凭据。
Passing the user credential for local connection.
5503目标系统必须运行 Windows XP 或更高版本。
The target system must be running Windows XP or above.
5504远程系统必须运行 Windows 2000 或更高版本。
The remote system must be running Windows 2000 or above.
5601无效语法。'%s' 值对 '%s' 选项不允许。
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602无效语法。请为 '%s' 指定有效的数字值。
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603无效语法。请为 '%s' 指定有效的浮点值。
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604无效语法。缺少强制选项 '%s'。
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605无效语法。'%s' 选项不允许超过 '%d' 次。
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607无效参数/选项 - '%s'。
%s
Invalid argument/option - '%s'.
%s
5608无效语法。缺少默认参数。
%s
Invalid syntax. Default argument is missing.
%s
5609命令行参数的长度不能超过 255 个字符。
Length of the command line argument should not exceed 255 characters.
5610无效语法。默认选项不允许超过 '%d' 次。
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611无效语法。需要 '%s' 的值。
%s
Invalid syntax. Value expected for '%s'.
%s
5612无效语法。'%s' 不允许作为默认参数。
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613键入 "%s /?" 以了解用法。 Type "%s /?" for usage.
5614选项 '%s' 的值不能为空。
%s
Value for '%s' option cannot be empty.
%s
5615默认选项的值不能为空。
%s
Value for default option cannot be empty.
%s
5616无效语法。请指定默认的有效数字值。
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617无效语法。请指定默认的有效浮点值。
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618默认选项的值不能超过 %d 字符。
Value for default option cannot be more than %d character(s).
5619无效语法。值不能用 '%s' 选项指定。
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620'%s' 选项的值不能超过 %d 字符。
Value for '%s' option cannot be more than %d character(s).
0x1%1 %1

EXIF

File Name:EventCreate.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-eventcreate.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_89109961e72c04dd\
File Size:24 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:24064
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:事件创建 - 在事件日志中创建自定义事件
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:eventcreate.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:evcreate.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-eventcreate.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_2cf1fdde2ece93a7\

What is EventCreate.exe.mui?

EventCreate.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file EventCreate.exe (事件创建 - 在事件日志中创建自定义事件).

File version info

File Description:事件创建 - 在事件日志中创建自定义事件
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:eventcreate.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:evcreate.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200