EventCreate.exe イベント作成 - イベント ログのカスタム イベントの作成 dc08a11c5c4c195895cfc21722dbdd97

File info

File name: EventCreate.exe.mui
Size: 26624 byte
MD5: dc08a11c5c4c195895cfc21722dbdd97
SHA1: 3a8bc7b2518256676eefe2e21c97103f1a6f0281
SHA256: 82bbcc64514b3a1fb602ab896720ffb4ce9e469d5ac5b1062660176efc6f58f3
Operating systems: Windows 10
Extension: MUI
In x64: EventCreate.exe イベント作成 - イベント ログのカスタム イベントの作成 (32 ビット)

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese 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 は /S が指定されている場合にのみ指定できます。
"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.
165イベント ID は %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 システム [/U ユーザー名 [/P [パスワード]]]] /ID イベントID

EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid
1002[/L ログ名] [/SO ソース名] /T 種類 /D 説明
[/L logname] [/SO srcname] /T type /D description
1003

1004説明:
Description:
1005このコマンド ライン ツールで管理者が指定のイベント ログに
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 システム 接続先のリモート システムを指定します。

/S system Specifies the remote system to connect to.

1010/U [ドメイン\]ユーザー コマンドが実行されるユーザー コンテキストを
/U [domain\]user Specifies the user context under which
1011指定します。

the command should execute.

1012/P パスワード 指定のユーザー コンテキストのパスワードを
/P [password] Specifies the password for the given
1014/L ログ名 イベントを作成する先のイベント ログを指定
/L logname Specifies the event log to create
1015します。

an event in.

1016/T 種類 作成するイベントの種類を指定します。
/T type Specifies the type of event to create.
1017有効な種類: SUCCESS、ERROR、WARNING、INFORMATION

Valid types: SUCCESS, ERROR, WARNING, INFORMATION.

1018/SO ソース イベントに使用するためのソースを指定します。
/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
10241 から 1000 の範囲のどの数字も有効
valid custom message ID is in the range
1025です。

of 1 - 1000.

1026/D 説明 新しいイベントの説明文を指定します。

/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_ja-jp_585a772abd502a2b\
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:Japanese
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_ja-jp_fc3bdba704f2b8f5\

What is EventCreate.exe.mui?

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