EventCreate.exe 事件建立 - 在事件記錄檔中建立自訂事件 6d6c3d4c5db78c0e1bbc40da042a5d72

File info

File name: EventCreate.exe.mui
Size: 25088 byte
MD5: 6d6c3d4c5db78c0e1bbc40da042a5d72
SHA1: 43129e9225e7905afd92d33e0a77b22668f7effd
SHA256: 64ce44e97b1c6933c2753fa34eac236743bf055b55ca70c06b645ed9a08e2d6d
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 (Traditional) 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 (Traditional) 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.EXE /?" 來取得使用說明。
Invalid syntax. /U can be specified only when /S is specified.
Type "EVENTCREATE /?" for usage.
155語法不正確。必須要先指定 /U 才能指定 /P。
請輸入 "EVENTCREATE.EXE /?" 來取得使用說明。
Invalid syntax. /P can be specified only when /U is specified.
Type "EVENTCREATE /?" for usage.
156語法不正確。事件識別碼必須在 1 - 1000 的範圍中。
請輸入 "EVENTCREATE.EXE /?" 來取得使用說明。
Invalid syntax. Event ID must be in the range of 1 - 1000.
Type "EVENTCREATE /?" for usage.
157語法不正確。描述不可空白。
請輸入 "EVENTCREATE.EXE /?" 來取得使用說明。
Invalid syntax. Description cannot be empty.
Type "EVENTCREATE /?" for usage.
158語法不正確。記錄檔/來源不可空白。
請輸入 "EVENTCREATE.EXE /?" 來取得使用說明。
Invalid syntax. Log/Source cannot be empty.
Type "EVENTCREATE /?" for usage.
159語法不正確。至少要指定 /L 或 /SO,或兩者一起使用。
請輸入 "EVENTCREATE.EXE /?" 來取得使用說明。
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.EXE /?" 來取得使用說明。
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在指定的事件記錄檔中自訂事件識別碼及訊息。
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
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沒有指定的話,來源將預設成
event (if not specified, source will default
1020'eventcreate')。來源的正確格式
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 Specifies the event ID for the event. A
1024正確的識別碼是在 1 - 1000
valid custom message ID is in the range
1025範圍內的數字。

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:
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-tw_8d0cd6b7e49ce14d\
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:24576
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 (Traditional)
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-tw_30ee3b342c3f7017\

What is EventCreate.exe.mui?

EventCreate.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) 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:0x404, 1200