EventCreate.exe Event Create - Creates a custom event in an event log 34378786d569b2952d59e2b5d42aaf97

File info

File name: EventCreate.exe.mui
Size: 26624 byte
MD5: 34378786d569b2952d59e2b5d42aaf97
SHA1: 35cd8b7a4aebf34be2f36c85e93654a95a730c96
SHA256: 31c96ae589cc44e40a37dfe258c449dc75431ca93c679e6e0e88b62a19aea52e
Operating systems: Windows 10
Extension: MUI
In x64: EventCreate.exe Event Create - Creates a custom event in an event log(32비트)

Translations messages and strings

If an error occurred or the following message in Korean 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 Korean 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구문이 잘못되었습니다. /U는 /U가 지정된 경우에만 지정할 수 있습니다.
사용법을 보려면 "EVENTCREATE /?"를 입력하십시오.
Invalid syntax. /U can be specified only when /S is specified.
Type "EVENTCREATE /?" for usage.
155구문이 잘못되었습니다. /P는 /U가 지정된 경우에만 지정할 수 있습니다.
사용법을 보려면 "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이 명령줄 도구는 관리자가 지정된 이벤트 로그에 사용자
This command line tool enables an administrator to create
1006지정 이벤트 ID 및 메시지를 만들 수 있도록 합니다.
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
1011지정합니다.

the command should execute.

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
1015로그를 지정합니다.

an event in.

1016/T type 만들 이벤트의 유형을 지정합니다.
/T type Specifies the type of event to create.
1017유효한 유형: SUCCESS, 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
1022구성 요소를 나타냅니다.

or component that is generating the event.

1023/ID id 이벤트에 대한 이벤트 ID를 지정합니다.
/ID id Specifies the event ID for the event. A
1024올바른 사용자 지정 메시지 ID의 범위는
valid custom message ID is in the range
10251 - 1000입니다.

of 1 - 1000.

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:
5005N/A 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_ko-kr_fbc453dfafc0f141\
File Size:26 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:26112
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:Korean
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_ko-kr_9fa5b85bf763800b\

What is EventCreate.exe.mui?

EventCreate.exe.mui is Multilingual User Interface resource file that contain Korean 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:0x412, 1200