EventCreate.exe Event Create - Creates a custom event in an event log 05a5a5368f6a2c01ccc3961e202f852d

File info

File name: EventCreate.exe.mui
Size: 29184 byte
MD5: 05a5a5368f6a2c01ccc3961e202f852d
SHA1: 61c54d76339bfabe78661d969771e7ec28b37430
SHA256: 0ead4134baf7688ed1bd2b61cf9758ff5df95574faba2d3752538114acea4117
Operating systems: Windows 10
Extension: MUI
In x64: EventCreate.exe Event Create - Creates a custom event in an event log (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) 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 English (U.S.) English
101ERROR ERROR
102WARNING WARNING
103INFORMATION INFORMATION
104SUCCESS SUCCESS
106success|error|information|warning success|error|information|warning
150SUCCESS: An event of type '%s' was created with '%s' as the log.
SUCCESS: An event of type '%s' was created with '%s' as the log.
151SUCCESS: An event of type '%s' was created with '%s' as the source.
SUCCESS: An event of type '%s' was created with '%s' as the source.
152SUCCESS: An event of type '%s' was created in the '%s' log with '%s' as the source.
SUCCESS: An event of type '%s' was created in the '%s' log with '%s' as the source.
153'%s' log does not exist. Cannot create the event.
'%s' log does not exist. Cannot create the event.
154Invalid syntax. /U can be specified only when /S is specified.
Type "EVENTCREATE /?" for usage.
Invalid syntax. /U can be specified only when /S is specified.
Type "EVENTCREATE /?" for usage.
155Invalid syntax. /P can be specified only when /U is specified.
Type "EVENTCREATE /?" for usage.
Invalid syntax. /P can be specified only when /U is specified.
Type "EVENTCREATE /?" for usage.
156Invalid syntax. Event ID must be in the range of 1 - 1000.
Type "EVENTCREATE /?" for usage.
Invalid syntax. Event ID must be in the range of 1 - 1000.
Type "EVENTCREATE /?" for usage.
157Invalid syntax. Description cannot be empty.
Type "EVENTCREATE /?" for usage.
Invalid syntax. Description cannot be empty.
Type "EVENTCREATE /?" for usage.
158Invalid syntax. Log/Source cannot be empty.
Type "EVENTCREATE /?" for usage.
Invalid syntax. Log/Source cannot be empty.
Type "EVENTCREATE /?" for usage.
159Invalid syntax. Either /L or /SO or both should be specified.
Type "EVENTCREATE /?" for usage.
Invalid syntax. Either /L or /SO or both should be specified.
Type "EVENTCREATE /?" for usage.
160New source can be created only if log name is also specified.
INFO: Use /L switch to specify the log name.
New source can be created only if log name is also specified.
INFO: Use /L switch to specify the log name.
161Source already exists in '%s' log. Source cannot be duplicated.
Source already exists in '%s' log. Source cannot be duplicated.
162Invalid syntax. User name cannot be empty.
Invalid syntax. User name cannot be empty.
163Invalid syntax.
Type "EVENTCREATE /?" for usage.
Invalid syntax.
Type "EVENTCREATE /?" for usage.
164Invalid syntax. System name cannot be empty.
Invalid syntax. System name cannot be empty.
165EventID must be in the range of %d - %d.
Type "EVENTCREATE /?" for usage.
EventID must be in the range of %d - %d.
Type "EVENTCREATE /?" for usage.
166Source parameter is used to identify custom applications/scripts only (not installed applications).
Source parameter is used to identify custom applications/scripts only (not installed applications).
167Access is denied. Custom events cannot be created into security log.
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

1004Description:
Description:
1005This command line tool enables an administrator to create
This command line tool enables an administrator to create
1006a custom event ID and message in a specified event log.
a custom event ID and message in a specified event log.
1008Parameter List:
Parameter List:
1009/S system Specifies the remote system to connect to.

/S system Specifies the remote system to connect to.

1010/U [domain\]user Specifies the user context under which
/U [domain\]user Specifies the user context under which
1011the command should execute.

the command should execute.

1012/P [password] Specifies the password for the given
/P [password] Specifies the password for the given
1013user context. Prompts for input if omitted.

user context. Prompts for input if omitted.

1014/L logname Specifies the event log to create
/L logname Specifies the event log to create
1015an event in.

an event in.

1016/T type Specifies the type of event to create.
/T type Specifies the type of event to create.
1017Valid types: SUCCESS, ERROR, WARNING, INFORMATION.

Valid types: SUCCESS, ERROR, WARNING, INFORMATION.

1018/SO source Specifies the source to use for the
/SO source Specifies the source to use for the
1019event (if not specified, source will default
event (if not specified, source will default
1020to 'eventcreate'). A valid source can be any
to 'eventcreate'). A valid source can be any
1021string and should represent the application
string and should represent the application
1022or component that is generating the event.

or component that is generating the event.

1023/ID id Specifies the event ID for the event. A
/ID id Specifies the event ID for the event. A
1024valid custom message ID is in the range
valid custom message ID is in the range
1025of 1 - 1000.

of 1 - 1000.

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

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

1028/? Displays this help message.

/? Displays this help message.

1030Examples:
Examples:
1031EVENTCREATE /T ERROR /ID 1000
EVENTCREATE /T ERROR /ID 1000
1032/L APPLICATION /D "My custom error event for the application log"

/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 event 999 happened due to low diskspace"

/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 "Custom job failed to install"

/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 "User access failed due to invalid user credentials"
/L APPLICATION /D "User access failed due to invalid user credentials"
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
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_en-us_298a2ef4000a2acb\
File Size:28 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:28672
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:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Event Create - Creates a custom event in an event log
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_en-us_cd6b937047acb995\

What is EventCreate.exe.mui?

EventCreate.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file EventCreate.exe (Event Create - Creates a custom event in an event log).

File version info

File Description:Event Create - Creates a custom event in an event log
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:0x409, 1200