Windows 所有的 Errorcode (一)





bx2aa
2004-03-07, 04:16 PM
可以用 net helpmsg 1

我用 Perl

C:\Documents and Settings\float>perl -e "$^E = 0;print $^E;"
操作順利完成。
C:\Documents and Settings\float>perl -e "$^E = 1;print $^E;"
功能錯誤。
C:\Documents and Settings\float>perl -e "$^E = 2;print $^E;"
系統找不到指定的檔案。
C:\Documents and Settings\float>perl -e "$^E = 3;print $^E;"
系統找不到指定的路徑。
C:\Documents and Settings\float>perl -e "$^E = 4;print $^E;"
系統無法開啟檔案。
C:\Documents and Settings\float>perl -e "$^E = 5;print $^E;"
存取被拒。
C:\Documents and Settings\float>perl -e "$^E = 6;print $^E;"
控制碼無效。
C:\Documents and Settings\float>perl -e "$^E = 7;print $^E;"
存放控制區塊已損壞。
C:\Documents and Settings\float>perl -e "$^E = 8;print $^E;"
存放體空間不足,無法處理此命令。
C:\Documents and Settings\float>perl -e "$^E = 9;print $^E;"
存放控制區塊位址無效。
C:\Documents and Settings\float>perl -e "$^E = 10;print $^E;"
環境錯誤。
C:\Documents and Settings\float>perl -e "$^E = 11;print $^E;"
試圖載入格式錯誤的程式。
C:\Documents and Settings\float>perl -e "$^E = 12;print $^E;"
存取碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 13;print $^E;"
資料不正確。
C:\Documents and Settings\float>perl -e "$^E = 14;print $^E;"
存放裝置空間不足,無法完成此操作。
C:\Documents and Settings\float>perl -e "$^E = 15;print $^E;"
系統找不到指定的磁碟機。
C:\Documents and Settings\float>perl -e "$^E = 16;print $^E;"
無法移除目錄。
C:\Documents and Settings\float>perl -e "$^E = 17;print $^E;"
系統無法將檔案移到不同的磁碟機。
C:\Documents and Settings\float>perl -e "$^E = 18;print $^E;"
沒有其他檔案。
C:\Documents and Settings\float>perl -e "$^E = 19;print $^E;"
媒體有防寫保護。
C:\Documents and Settings\float>perl -e "$^E = 20;print $^E;"
系統找不到指定的磁碟機。
C:\Documents and Settings\float>perl -e "$^E = 21;print $^E;"
裝置未就緒。
C:\Documents and Settings\float>perl -e "$^E = 22;print $^E;"
裝置無法辨識命令。
C:\Documents and Settings\float>perl -e "$^E = 23;print $^E;"
資料錯誤(檢查多餘的循環)。
C:\Documents and Settings\float>perl -e "$^E = 24;print $^E;"
程式發出命令,但命令長度錯誤。
C:\Documents and Settings\float>perl -e "$^E = 25;print $^E;"
磁碟機無法找出磁碟上特定區域或磁軌的位置。
C:\Documents and Settings\float>perl -e "$^E = 26;print $^E;"
無法存取指定的磁碟或磁片。
C:\Documents and Settings\float>perl -e "$^E = 27;print $^E;"
磁碟機找不到需要的磁區。
C:\Documents and Settings\float>perl -e "$^E = 28;print $^E;"
印表機紙張用完。
C:\Documents and Settings\float>perl -e "$^E = 29;print $^E;"
系統無法寫入指定的裝置。
C:\Documents and Settings\float>perl -e "$^E = 30;print $^E;"
系統無法從指定的裝置進行讀取。
C:\Documents and Settings\float>perl -e "$^E = 31;print $^E;"
附加到系統的某個裝置失去作用。
C:\Documents and Settings\float>perl -e "$^E = 32;print $^E;"
程序無法存取檔案,因為檔案正由另一個程序使用。
C:\Documents and Settings\float>perl -e "$^E = 33;print $^E;"
程序無法存取檔案,因為另一個程序已鎖定檔案的一部份。
C:\Documents and Settings\float>perl -e "$^E = 34;print $^E;"
磁碟機中錯誤的磁片。 插入 %2 (磁碟區序號: %3) 到磁碟機 %1。
C:\Documents and Settings\float>perl -e "$^E = 36;print $^E;"
開啟的共用檔案過多。
C:\Documents and Settings\float>perl -e "$^E = 38;print $^E;"
到達檔案結尾。
C:\Documents and Settings\float>perl -e "$^E = 39;print $^E;"
磁碟已滿。
C:\Documents and Settings\float>perl -e "$^E = 50;print $^E;"
不支援這個要求。
C:\Documents and Settings\float>perl -e "$^E = 51;print $^E;"
Windows 找不到網路路徑。請確認網路路徑正確,且目標電腦不是忙碌中或已關機。如果 Windows 仍舊找不到網路路徑,請連絡您的網路系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 52;print $^E;"
您並未連線,因為在網路上存在重複的名稱。請至 [控制台] 中的 [系統] 變更電腦名稱,然後再試。
C:\Documents and Settings\float>perl -e "$^E = 53;print $^E;"
找不到網路路徑。
C:\Documents and Settings\float>perl -e "$^E = 54;print $^E;"
網路忙碌中。
C:\Documents and Settings\float>perl -e "$^E = 55;print $^E;"
指定的網路資源或裝置無法再使用。
C:\Documents and Settings\float>perl -e "$^E = 56;print $^E;"
已達網路 BIOS 命令限制。
C:\Documents and Settings\float>perl -e "$^E = 57;print $^E;"
發生網路卡硬體錯誤。
C:\Documents and Settings\float>perl -e "$^E = 58;print $^E;"
指定的伺服器無法執行要求的操作。
C:\Documents and Settings\float>perl -e "$^E = 59;print $^E;"
發生意外的網路錯誤。
C:\Documents and Settings\float>perl -e "$^E = 60;print $^E;"
遠端介面卡不相容。
C:\Documents and Settings\float>perl -e "$^E = 61;print $^E;"
印表機佇列已滿。
C:\Documents and Settings\float>perl -e "$^E = 62;print $^E;"
無法在伺服器上取得儲存等待列印檔案的空間。
C:\Documents and Settings\float>perl -e "$^E = 63;print $^E;"
等候列印的檔案已刪除。
C:\Documents and Settings\float>perl -e "$^E = 64;print $^E;"
指定的網路名稱無法使用。
C:\Documents and Settings\float>perl -e "$^E = 65;print $^E;"
網路存取被拒。
C:\Documents and Settings\float>perl -e "$^E = 66;print $^E;"
網路資源類型錯誤。
C:\Documents and Settings\float>perl -e "$^E = 67;print $^E;"
找不到網路名稱。
C:\Documents and Settings\float>perl -e "$^E = 68;print $^E;"
超過本機電腦網路卡的名稱限制。
C:\Documents and Settings\float>perl -e "$^E = 69;print $^E;"
超過網路 BIOS 工作階段限制。
C:\Documents and Settings\float>perl -e "$^E = 70;print $^E;"
遠端伺服器已暫停,或正在啟動過程中。
C:\Documents and Settings\float>perl -e "$^E = 71;print $^E;"
目前已無法再連線到這台遠端電腦,因為已達到電腦的連線數目極限。
C:\Documents and Settings\float>perl -e "$^E = 72;print $^E;"
指定的印表機或磁碟裝置已暫停。
C:\Documents and Settings\float>perl -e "$^E = 80;print $^E;"
檔案存在。
C:\Documents and Settings\float>perl -e "$^E = 82;print $^E;"
無法建立目錄或檔案。
C:\Documents and Settings\float>perl -e "$^E = 83;print $^E;"
失敗發生在 INT 24。
C:\Documents and Settings\float>perl -e "$^E = 84;print $^E;"
處理這個要求的存放裝置無法使用。
C:\Documents and Settings\float>perl -e "$^E = 85;print $^E;"
本機裝置名稱已在使用中。
C:\Documents and Settings\float>perl -e "$^E = 86;print $^E;"
指定的網路密碼錯誤。
C:\Documents and Settings\float>perl -e "$^E = 87;print $^E;"
參數錯誤。
C:\Documents and Settings\float>perl -e "$^E = 88;print $^E;"
網路上發生寫入錯誤。
C:\Documents and Settings\float>perl -e "$^E = 89;print $^E;"
系統無法在這時候啟動另一個處理程序。
C:\Documents and Settings\float>perl -e "$^E = 100;print $^E;"
無法建立另一個系統信號。
C:\Documents and Settings\float>perl -e "$^E = 101;print $^E;"
這個獨占的信號是由另一個處理程序擁有。
C:\Documents and Settings\float>perl -e "$^E = 102;print $^E;"
信號已設定而且無法關閉。
C:\Documents and Settings\float>perl -e "$^E = 103;print $^E;"
無法再次設定信號。
C:\Documents and Settings\float>perl -e "$^E = 104;print $^E;"
無法在插斷時間中要求獨占的信號。
C:\Documents and Settings\float>perl -e "$^E = 105;print $^E;"
這個信號的上一個擁有權已結束。
C:\Documents and Settings\float>perl -e "$^E = 106;print $^E;"
在磁碟機 %1 插入磁片。
C:\Documents and Settings\float>perl -e "$^E = 107;print $^E;"
程式停止,因為未插入磁片。
C:\Documents and Settings\float>perl -e "$^E = 108;print $^E;"
磁碟使用中,或被另一個處理程序鎖定。
C:\Documents and Settings\float>perl -e "$^E = 109;print $^E;"
管道已結束。
C:\Documents and Settings\float>perl -e "$^E = 110;print $^E;"
系統無法開啟指定的裝置或檔案。
C:\Documents and Settings\float>perl -e "$^E = 111;print $^E;"
檔案名稱太長。
C:\Documents and Settings\float>perl -e "$^E = 112;print $^E;"
磁碟的空間不足。
C:\Documents and Settings\float>perl -e "$^E = 113;print $^E;"
無法再獲得內部檔案的識別元。
C:\Documents and Settings\float>perl -e "$^E = 114;print $^E;"
目標內部檔案的識別元錯誤。
C:\Documents and Settings\float>perl -e "$^E = 117;print $^E;"
應用程式製作的 IOCTL 呼叫錯誤。
C:\Documents and Settings\float>perl -e "$^E = 118;print $^E;"
驗證寫入的切換參數值錯誤。
C:\Documents and Settings\float>perl -e "$^E = 119;print $^E;"
系統不支援請求的命令。
C:\Documents and Settings\float>perl -e "$^E = 120;print $^E;"
系統不支援這個功能。
C:\Documents and Settings\float>perl -e "$^E = 121;print $^E;"
信號等待逾時。
C:\Documents and Settings\float>perl -e "$^E = 122;print $^E;"
傳遞到系統呼叫的資料區太小。
C:\Documents and Settings\float>perl -e "$^E = 123;print $^E;"
檔案名稱、目錄名稱或磁碟區標籤語法錯誤。
C:\Documents and Settings\float>perl -e "$^E = 124;print $^E;"
系統呼叫層級錯誤。
C:\Documents and Settings\float>perl -e "$^E = 125;print $^E;"
磁碟沒有磁碟區標籤。
C:\Documents and Settings\float>perl -e "$^E = 126;print $^E;"
找不到指定的模組。
C:\Documents and Settings\float>perl -e "$^E = 127;print $^E;"
找不到指定的程序。
C:\Documents and Settings\float>perl -e "$^E = 128;print $^E;"
沒有等候的子處理程序。
C:\Documents and Settings\float>perl -e "$^E = 129;print $^E;"
%1 應用程式無法在 Win32 模式中執行。
C:\Documents and Settings\float>perl -e "$^E = 130;print $^E;"
企圖使用已開啟的磁碟分割的檔案代碼來進行操作,而不用原始磁碟 I/O。
C:\Documents and Settings\float>perl -e "$^E = 131;print $^E;"
企圖在檔案開頭之前移動檔案指標。
C:\Documents and Settings\float>perl -e "$^E = 132;print $^E;"
無法在指定的裝置或檔案上設定檔案指標。
C:\Documents and Settings\float>perl -e "$^E = 133;print $^E;"
先前已加入其他磁碟的磁碟機無法再使用 JOIN 或 SUBST 命令。
C:\Documents and Settings\float>perl -e "$^E = 134;print $^E;"
企圖在已加入的磁碟機上使用 JOIN 或 SUBST 命令。
C:\Documents and Settings\float>perl -e "$^E = 135;print $^E;"
企圖在已被取代的磁碟機上使用 JOIN 或 SUBST 命令。
C:\Documents and Settings\float>perl -e "$^E = 136;print $^E;"
系統試圖刪除根本沒被加入的磁碟機 JOIN。
C:\Documents and Settings\float>perl -e "$^E = 137;print $^E;"
系統試圖刪除未被取代的磁碟機取代。
C:\Documents and Settings\float>perl -e "$^E = 138;print $^E;"
系統試圖將磁碟機加入到已被加入的磁碟機目錄。
C:\Documents and Settings\float>perl -e "$^E = 139;print $^E;"
系統試圖將磁碟機取代到已被取代過的磁碟目錄。
C:\Documents and Settings\float>perl -e "$^E = 140;print $^E;"
系統試圖將磁碟機加入到被取代的磁碟目錄。
C:\Documents and Settings\float>perl -e "$^E = 141;print $^E;"
系統試圖將磁碟機 SUBST 到已被加入的磁碟目錄。
C:\Documents and Settings\float>perl -e "$^E = 142;print $^E;"
系統無法在此時執行 JOIN 或 SUBST。
C:\Documents and Settings\float>perl -e "$^E = 143;print $^E;"
系統無法將磁碟機加入到或替代為相同磁碟機上的目錄。
C:\Documents and Settings\float>perl -e "$^E = 144;print $^E;"
目錄並非根目錄下的子目錄。
C:\Documents and Settings\float>perl -e "$^E = 145;print $^E;"
目錄不是空的。
C:\Documents and Settings\float>perl -e "$^E = 146;print $^E;"
指定的路徑已被取代指令所使用。
C:\Documents and Settings\float>perl -e "$^E = 147;print $^E;"
資源不足無法處理此命令。
C:\Documents and Settings\float>perl -e "$^E = 148;print $^E;"
指定的路徑無法在此時使用。
C:\Documents and Settings\float>perl -e "$^E = 149;print $^E;"
企圖將磁碟機加入或取代磁碟機,磁碟上的目錄是前一個取代的目標。
C:\Documents and Settings\float>perl -e "$^E = 150;print $^E;"
系統追蹤資訊未在 CONFIG.SYS 檔案中指定,或不允許追蹤。
C:\Documents and Settings\float>perl -e "$^E = 151;print $^E;"
DosMuxSemWait 指定的信號事件個數錯誤。
C:\Documents and Settings\float>perl -e "$^E = 152;print $^E;"
DosMuxSemWait 不執行; 已設定過多的信號。
C:\Documents and Settings\float>perl -e "$^E = 153;print $^E;"
DosMuxSemWait 清單錯誤。
C:\Documents and Settings\float>perl -e "$^E = 154;print $^E;"
輸入的磁碟區標籤超過目標檔案系統的限制。
C:\Documents and Settings\float>perl -e "$^E = 155;print $^E;"
無法建立另一個執行緒。
C:\Documents and Settings\float>perl -e "$^E = 156;print $^E;"
接收處理已拒絕信號。
C:\Documents and Settings\float>perl -e "$^E = 157;print $^E;"
已放棄區段且無法鎖定。
C:\Documents and Settings\float>perl -e "$^E = 158;print $^E;"
已解除鎖定區段。
C:\Documents and Settings\float>perl -e "$^E = 159;print $^E;"
執行緒識別碼的位址錯誤。
C:\Documents and Settings\float>perl -e "$^E = 160;print $^E;"
有一些引數不正確。
C:\Documents and Settings\float>perl -e "$^E = 161;print $^E;"
指定的路徑不正確。
C:\Documents and Settings\float>perl -e "$^E = 162;print $^E;"
信號已暫停。
C:\Documents and Settings\float>perl -e "$^E = 164;print $^E;"
無法在系統中建立更多的執行緒。
C:\Documents and Settings\float>perl -e "$^E = 167;print $^E;"
無法鎖定檔案區域。
C:\Documents and Settings\float>perl -e "$^E = 170;print $^E;"
請求的資源正在使用中。
C:\Documents and Settings\float>perl -e "$^E = 173;print $^E;"
對於提供取消區域鎖定的請求不明顯。
C:\Documents and Settings\float>perl -e "$^E = 174;print $^E;"
檔案系統不支援鎖定類型的原子變更。
C:\Documents and Settings\float>perl -e "$^E = 180;print $^E;"
系統偵測出錯誤的區段個數。
C:\Documents and Settings\float>perl -e "$^E = 182;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 183;print $^E;"
當檔案已存在時,無法建立該檔案。
C:\Documents and Settings\float>perl -e "$^E = 186;print $^E;"
傳遞的旗標錯誤。
C:\Documents and Settings\float>perl -e "$^E = 187;print $^E;"
找不到指定的系統信號名稱。
C:\Documents and Settings\float>perl -e "$^E = 188;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 189;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 190;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 191;print $^E;"
無法在 Win32 模式中執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 192;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 193;print $^E;"
%1 不是正確的 Win32 應用程式 。
C:\Documents and Settings\float>perl -e "$^E = 194;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 195;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 196;print $^E;"
作業系統無法執行此應用程式。
C:\Documents and Settings\float>perl -e "$^E = 197;print $^E;"
作業系統目前未設定成執行此應用程式。
C:\Documents and Settings\float>perl -e "$^E = 198;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 199;print $^E;"
作業系統無法執行此應用程式。
C:\Documents and Settings\float>perl -e "$^E = 200;print $^E;"
程式碼區段不能大於或等於 64 K。
C:\Documents and Settings\float>perl -e "$^E = 201;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 202;print $^E;"
作業系統無法執行 %1。
C:\Documents and Settings\float>perl -e "$^E = 203;print $^E;"
作業系統找不到已輸入的環境選項。
C:\Documents and Settings\float>perl -e "$^E = 205;print $^E;"
在命令子目錄樹狀結構中無程序具有信號的處理程式。
C:\Documents and Settings\float>perl -e "$^E = 206;print $^E;"
檔名或副檔名太長。
C:\Documents and Settings\float>perl -e "$^E = 207;print $^E;"
環形第 2 堆疊正在使用中。
C:\Documents and Settings\float>perl -e "$^E = 208;print $^E;"
輸入錯誤的通用檔案名稱字元 * 或 ?,或指定過多的全域檔案名稱字元。
C:\Documents and Settings\float>perl -e "$^E = 209;print $^E;"
正在登記的信號錯誤。
C:\Documents and Settings\float>perl -e "$^E = 210;print $^E;"
無法設定信號處理程式。
C:\Documents and Settings\float>perl -e "$^E = 212;print $^E;"
已鎖定區段且無法重新配置。
C:\Documents and Settings\float>perl -e "$^E = 214;print $^E;"
這個程式或動態連結模組貼附了太多動態連結模組。
C:\Documents and Settings\float>perl -e "$^E = 215;print $^E;"
無法對 LoadModule 進行巢狀呼叫。
C:\Documents and Settings\float>perl -e "$^E = 216;print $^E;"
影像檔 %1 是正確的,但它所對應的電腦類型不符合目前的電腦。
C:\Documents and Settings\float>perl -e "$^E = 230;print $^E;"
管道狀態不正確。
C:\Documents and Settings\float>perl -e "$^E = 231;print $^E;"
所有的管道例項都在使用中。
C:\Documents and Settings\float>perl -e "$^E = 232;print $^E;"
管道正關閉中。
C:\Documents and Settings\float>perl -e "$^E = 233;print $^E;"
管道的另一端上無任何處理程序。
C:\Documents and Settings\float>perl -e "$^E = 234;print $^E;"
有更多資料可供使用。
C:\Documents and Settings\float>perl -e "$^E = 240;print $^E;"
工作階段已被取消。
C:\Documents and Settings\float>perl -e "$^E = 254;print $^E;"
指定的延伸屬性名稱不正確。
C:\Documents and Settings\float>perl -e "$^E = 255;print $^E;"
延伸屬性不一致。
C:\Documents and Settings\float>perl -e "$^E = 258;print $^E;"
等候操作已逾時。
C:\Documents and Settings\float>perl -e "$^E = 259;print $^E;"
不再有任何資料。
C:\Documents and Settings\float>perl -e "$^E = 266;print $^E;"
複製函數無法使用。
C:\Documents and Settings\float>perl -e "$^E = 267;print $^E;"
目錄名稱不正確。
C:\Documents and Settings\float>perl -e "$^E = 275;print $^E;"
延伸屬性在緩衝區中不適用。
C:\Documents and Settings\float>perl -e "$^E = 276;print $^E;"
已架設在檔案系統上的延伸屬性檔案損毀。
C:\Documents and Settings\float>perl -e "$^E = 277;print $^E;"
延伸屬性表格檔案已滿。
C:\Documents and Settings\float>perl -e "$^E = 278;print $^E;"
指定的延伸屬性代碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 282;print $^E;"
已掛上的檔案系統不支援延伸屬性。
C:\Documents and Settings\float>perl -e "$^E = 288;print $^E;"
企圖釋出不屬於呼叫者的多使用者終端執行程式。
C:\Documents and Settings\float>perl -e "$^E = 298;print $^E;"
製作過多的 post 信號。
C:\Documents and Settings\float>perl -e "$^E = 299;print $^E;"
僅完成部分的 ReadProcessMemory 或 WriteProcessMemory 要求。
C:\Documents and Settings\float>perl -e "$^E = 300;print $^E;"
Oplock 要求被拒。
C:\Documents and Settings\float>perl -e "$^E = 301;print $^E;"
系統收到無效的 oplock 認可。
C:\Documents and Settings\float>perl -e "$^E = 302;print $^E;"
磁碟區太過分散,以致無法完成這個操作。
C:\Documents and Settings\float>perl -e "$^E = 303;print $^E;"
無法開啟檔案,因為該檔案正處於刪除程序中。
C:\Documents and Settings\float>perl -e "$^E = 317;print $^E;"
系統在 %2 的訊息檔中找不到訊息編號 0x%1 的訊息文字。
C:\Documents and Settings\float>perl -e "$^E = 487;print $^E;"
企圖存取不正確的位址。
C:\Documents and Settings\float>perl -e "$^E = 534;print $^E;"
計算結果超過 32 位元。
C:\Documents and Settings\float>perl -e "$^E = 535;print $^E;"
管道的另一端有處理程序進行。
C:\Documents and Settings\float>perl -e "$^E = 536;print $^E;"
等候開啟管道另一端的處理程序。
C:\Documents and Settings\float>perl -e "$^E = 994;print $^E;"
存取延伸屬性被拒。
C:\Documents and Settings\float>perl -e "$^E = 995;print $^E;"
因為執行緒結束或應用程式要求,所以已中止 I/O 操作。
C:\Documents and Settings\float>perl -e "$^E = 996;print $^E;"
重疊的 I/O 事件不處於信號狀態中。
C:\Documents and Settings\float>perl -e "$^E = 997;print $^E;"
重疊的 I/O 操作正在進行中。
C:\Documents and Settings\float>perl -e "$^E = 998;print $^E;"
記憶體配置存取不正確。
C:\Documents and Settings\float>perl -e "$^E = 999;print $^E;"
Inpage 操作執行錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1001;print $^E;"
循環太深,堆疊溢位。
C:\Documents and Settings\float>perl -e "$^E = 1002;print $^E;"
視窗無法在傳送訊息上動作。
C:\Documents and Settings\float>perl -e "$^E = 1003;print $^E;"
無法完成此功能。
C:\Documents and Settings\float>perl -e "$^E = 1004;print $^E;"
旗標不正確。
C:\Documents and Settings\float>perl -e "$^E = 1005;print $^E;"
磁碟區未包含可辨識的檔案系統。 請確定所有必需的檔案系統驅動程式都已載入,而且磁碟區未損毀。
C:\Documents and Settings\float>perl -e "$^E = 1006;print $^E;"
檔案的磁碟區已經從外部做了變更,這個開啟的檔案已無法使用。
C:\Documents and Settings\float>perl -e "$^E = 1007;print $^E;"
無法在全螢幕模式中執行要求的操作。
C:\Documents and Settings\float>perl -e "$^E = 1008;print $^E;"
企圖參考不存在的權仗。
C:\Documents and Settings\float>perl -e "$^E = 1009;print $^E;"
設定登錄資料庫損毀。
C:\Documents and Settings\float>perl -e "$^E = 1010;print $^E;"
設定登錄機碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 1011;print $^E;"
無法開啟設定登錄機碼。
C:\Documents and Settings\float>perl -e "$^E = 1012;print $^E;"
無法讀取設定登錄機碼。
C:\Documents and Settings\float>perl -e "$^E = 1013;print $^E;"
無法寫入設定登錄機碼。
C:\Documents and Settings\float>perl -e "$^E = 1014;print $^E;"
登錄資料庫中的檔案之一必須用記錄檔或其他備份檔進行復原。復原已完成。
C:\Documents and Settings\float>perl -e "$^E = 1015;print $^E;"
登錄已損毀。可能是登錄資料中的檔案結構損毀,或記憶體中的檔案系統影像損毀,或因為缺少某些複件,或是記錄檔損毀,造成檔案無法復原。
C:\Documents and Settings\float>perl -e "$^E = 1016;print $^E;"
根據登錄所進行的 I/O 操作初始失敗,無法還原。登錄無法讀取,寫入或清除某個含有系統影像的檔案。
C:\Documents and Settings\float>perl -e "$^E = 1017;print $^E;"
系統已經嘗試要載入或還原檔案到登錄中,但指定的檔案不是登錄檔案格式。
C:\Documents and Settings\float>perl -e "$^E = 1018;print $^E;"
試圖在一個已經標記為刪除的登錄機碼中進行不正確的操作。
C:\Documents and Settings\float>perl -e "$^E = 1019;print $^E;"
系統無法將所需的空間配置給登錄記錄檔。
C:\Documents and Settings\float>perl -e "$^E = 1020;print $^E;"
無法在已含有子機碼或數值的登錄機碼上建立符號連結。
C:\Documents and Settings\float>perl -e "$^E = 1021;print $^E;"
無法在變動的父系機碼下建立穩定的子機碼。
C:\Documents and Settings\float>perl -e "$^E = 1022;print $^E;"
通知變更請求正完成中,且資訊並未傳回呼叫者緩衝器中。目前呼叫者必須列舉檔案來尋找變更。
C:\Documents and Settings\float>perl -e "$^E = 1051;print $^E;"
已經將停止控制傳送給一個服務,有其他正在執行的服務依存在這個服務上。
C:\Documents and Settings\float>perl -e "$^E = 1052;print $^E;"
所要求的控制對於這個服務來說是不正確的。
C:\Documents and Settings\float>perl -e "$^E = 1053;print $^E;"
服務並未以適時的方式回應啟動或控制請求。
C:\Documents and Settings\float>perl -e "$^E = 1054;print $^E;"
無法建立此服務的執行緒。
C:\Documents and Settings\float>perl -e "$^E = 1055;print $^E;"
鎖定服務資料庫。
C:\Documents and Settings\float>perl -e "$^E = 1056;print $^E;"
服務的例項已在執行中。
C:\Documents and Settings\float>perl -e "$^E = 1057;print $^E;"
這個帳戶名稱不正確或不存在,或指定的帳戶名稱密碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 1058;print $^E;"
無法啟動服務,可能因為服務已停用,或它沒有相關的啟用裝置。
C:\Documents and Settings\float>perl -e "$^E = 1059;print $^E;"
指定循環服務相依。
C:\Documents and Settings\float>perl -e "$^E = 1060;print $^E;"
指定的服務並未以已安裝的服務存在。
C:\Documents and Settings\float>perl -e "$^E = 1061;print $^E;"
服務無法在此時接受控制訊息。
C:\Documents and Settings\float>perl -e "$^E = 1062;print $^E;"
服務尚未啟動。
C:\Documents and Settings\float>perl -e "$^E = 1063;print $^E;"
服務程序無法連接到服務控制站。
C:\Documents and Settings\float>perl -e "$^E = 1064;print $^E;"
當處理控制請求時,在服務中發生例外。
C:\Documents and Settings\float>perl -e "$^E = 1065;print $^E;"
指定的資料庫不存在。
C:\Documents and Settings\float>perl -e "$^E = 1066;print $^E;"
服務已傳回特定的服務錯誤碼。
C:\Documents and Settings\float>perl -e "$^E = 1067;print $^E;"
處理程序意外終止。
C:\Documents and Settings\float>perl -e "$^E = 1068;print $^E;"
相依服務或群組無法啟動。
C:\Documents and Settings\float>perl -e "$^E = 1069;print $^E;"
登入失敗所以服務無法啟動。
C:\Documents and Settings\float>perl -e "$^E = 1070;print $^E;"
啟動之後,服務停留在啟動暫停狀態。
C:\Documents and Settings\float>perl -e "$^E = 1071;print $^E;"
指定的服務資料庫鎖定無效。
C:\Documents and Settings\float>perl -e "$^E = 1072;print $^E;"
指定的服務已標註刪除。
C:\Documents and Settings\float>perl -e "$^E = 1073;print $^E;"
指定的服務已存在。
C:\Documents and Settings\float>perl -e "$^E = 1074;print $^E;"
系統正在執行上次的正確設定。
C:\Documents and Settings\float>perl -e "$^E = 1075;print $^E;"
依存性服務不存在,或已標記為刪除。
C:\Documents and Settings\float>perl -e "$^E = 1076;print $^E;"
已接受使用目前的開機設定做為正確的控制組。
C:\Documents and Settings\float>perl -e "$^E = 1077;print $^E;"
上次開機之後,尚未嘗試啟動服務。
C:\Documents and Settings\float>perl -e "$^E = 1078;print $^E;"
名稱已使用為服務名稱或服務顯示名稱。
C:\Documents and Settings\float>perl -e "$^E = 1079;print $^E;"
為這個服務所指定的帳戶,與其他在相同處理上所執行的服務帳戶不同。
C:\Documents and Settings\float>perl -e "$^E = 1080;print $^E;"
只有 Win32 服務能設定失敗動作,驅動程式不能。
C:\Documents and Settings\float>perl -e "$^E = 1081;print $^E;"
這個服務所執行的處理和服務控制管理員相同。 所以,如果服務的處理程序意外終止的話,服務控制管理員無法進行任何動作。
C:\Documents and Settings\float>perl -e "$^E = 1082;print $^E;"
這個服務尚未設定復原程式。
C:\Documents and Settings\float>perl -e "$^E = 1083;print $^E;"
這個服務設定要啟動的執行檔無法執行服務。
C:\Documents and Settings\float>perl -e "$^E = 1084;print $^E;"
無法在安全模式中啟動這項服務
C:\Documents and Settings\float>perl -e "$^E = 1100;print $^E;"
已達磁帶的實體結尾。
C:\Documents and Settings\float>perl -e "$^E = 1101;print $^E;"
磁帶存取已達檔案標記。
C:\Documents and Settings\float>perl -e "$^E = 1102;print $^E;"
遇到磁碟分割或磁帶的起頭。
C:\Documents and Settings\float>perl -e "$^E = 1103;print $^E;"
磁帶存取已達一組檔案的結尾。
C:\Documents and Settings\float>perl -e "$^E = 1104;print $^E;"
磁帶上不再有任何資料。
C:\Documents and Settings\float>perl -e "$^E = 1105;print $^E;"
無法分割磁帶。
C:\Documents and Settings\float>perl -e "$^E = 1106;print $^E;"
存取多重磁碟區磁碟分割的新磁帶時,目前的區塊大小不正確。
C:\Documents and Settings\float>perl -e "$^E = 1107;print $^E;"
載入磁帶時,找不到磁帶磁碟分割資訊。
C:\Documents and Settings\float>perl -e "$^E = 1108;print $^E;"
無法鎖定媒體退出機能。
C:\Documents and Settings\float>perl -e "$^E = 1109;print $^E;"
無法卸載媒體。
C:\Documents and Settings\float>perl -e "$^E = 1110;print $^E;"
磁碟機中的媒體可能已經變更。
C:\Documents and Settings\float>perl -e "$^E = 1111;print $^E;"
重設 I/O 匯流排。
C:\Documents and Settings\float>perl -e "$^E = 1112;print $^E;"
磁碟機中沒有磁帶。
C:\Documents and Settings\float>perl -e "$^E = 1113;print $^E;"
在多位元組的目的字碼頁中,沒有這個 Unicode 字元可以對應到的字元。
C:\Documents and Settings\float>perl -e "$^E = 1114;print $^E;"
動態連結程式庫 (DLL) 初始化例行程序失敗。
C:\Documents and Settings\float>perl -e "$^E = 1115;print $^E;"
系統關機進行中。
C:\Documents and Settings\float>perl -e "$^E = 1116;print $^E;"
因為沒有任何進行中的關機,所以無法中止系統關機。
C:\Documents and Settings\float>perl -e "$^E = 1117;print $^E;"
因為 I/O 裝置錯誤,所以無法執行請求。
C:\Documents and Settings\float>perl -e "$^E = 1118;print $^E;"
序列裝置並未成功初始。序列驅動程式將卸載。
C:\Documents and Settings\float>perl -e "$^E = 1119;print $^E;"
無法開啟正在與其他裝置共用插斷要求 (IRQ) 的裝置。至少有一個使用該 IRQ 的其他裝置已開啟。
C:\Documents and Settings\float>perl -e "$^E = 1120;print $^E;"
序列 I/O 操作已由另一個序列連接埠的寫入完成。 (IOCTL_SERIAL_XOFF_COUNTER 已達零。)
C:\Documents and Settings\float>perl -e "$^E = 1121;print $^E;"
因為暫停期間已到期,所以序列 I/O 操作完成。 (IOCTL_SERIAL_XOFF_COUNTER 未到達零。)
C:\Documents and Settings\float>perl -e "$^E = 1122;print $^E;"
在磁片上找不到 ID 位址標記。
C:\Documents and Settings\float>perl -e "$^E = 1123;print $^E;"
磁片的磁區識別碼欄位與磁片控制卡磁軌位址間不相符。
C:\Documents and Settings\float>perl -e "$^E = 1124;print $^E;"
軟碟機控制器提出無法被軟碟機驅動程式識別的錯誤報告。
C:\Documents and Settings\float>perl -e "$^E = 1125;print $^E;"
磁片控制卡傳回登錄中不一致的結果。
C:\Documents and Settings\float>perl -e "$^E = 1126;print $^E;"
存取硬碟時,重新校準操作失敗,重試後還是失敗。
C:\Documents and Settings\float>perl -e "$^E = 1127;print $^E;"
存取硬碟時,磁碟操作失敗,重試後還是失敗。
C:\Documents and Settings\float>perl -e "$^E = 1128;print $^E;"
存取硬碟時,需要重設磁碟控制卡,但失敗了。
C:\Documents and Settings\float>perl -e "$^E = 1129;print $^E;"
已達磁帶實體結尾。
C:\Documents and Settings\float>perl -e "$^E = 1130;print $^E;"
伺服器存放空間不足,無法處理此命令。
C:\Documents and Settings\float>perl -e "$^E = 1131;print $^E;"
偵測出潛在的鎖死狀態。
C:\Documents and Settings\float>perl -e "$^E = 1132;print $^E;"
指定的起始位址或檔案位移沒有適當的對齊方式。
C:\Documents and Settings\float>perl -e "$^E = 1140;print $^E;"
變更系統電源狀態的嘗試,已被另一個應用程式或驅動程式所否決。
C:\Documents and Settings\float>perl -e "$^E = 1141;print $^E;"
系統 BIOS 嘗試變更系統電源狀態失敗。
C:\Documents and Settings\float>perl -e "$^E = 1142;print $^E;"
嘗試建立比檔案系統所支援還多的檔案連結。
C:\Documents and Settings\float>perl -e "$^E = 1150;print $^E;"
所指定的程式需要較新版的 Windows。
C:\Documents and Settings\float>perl -e "$^E = 1151;print $^E;"
所指定的程式不是 Windows 或 MS-DOS 程式。
C:\Documents and Settings\float>perl -e "$^E = 1152;print $^E;"
一次只能開啟一個指定程式。
C:\Documents and Settings\float>perl -e "$^E = 1153;print $^E;"
指定的程式是寫給舊的 Windows 版本使用的。
C:\Documents and Settings\float>perl -e "$^E = 1154;print $^E;"
執行這個應用程式所需的某個程式庫檔案已經損毀。
C:\Documents and Settings\float>perl -e "$^E = 1155;print $^E;"
沒有任何應用程式與此操作的指定檔案有關聯。
C:\Documents and Settings\float>perl -e "$^E = 1156;print $^E;"
將命令送往應用程式時,發生錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1157;print $^E;"
找不到執行這個應用程式所需的某個程式庫檔案。
C:\Documents and Settings\float>perl -e "$^E = 1158;print $^E;"
目前的程序已經使用了視窗管理員物件所有的系統可用控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1159;print $^E;"
訊息只能與同步操作一起使用。
C:\Documents and Settings\float>perl -e "$^E = 1160;print $^E;"
被指出的來源元素沒有媒體。
C:\Documents and Settings\float>perl -e "$^E = 1161;print $^E;"
指出的目的地元素已經包含媒體。
C:\Documents and Settings\float>perl -e "$^E = 1162;print $^E;"
指出的元素不存在。
C:\Documents and Settings\float>perl -e "$^E = 1163;print $^E;"
指出的元素屬於目前不存在的雜誌。
C:\Documents and Settings\float>perl -e "$^E = 1164;print $^E;"
指出的裝置需要重新初始化,因為硬體錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1165;print $^E;"
裝置已經指出在嘗試進一步的操作之前需要清除。
C:\Documents and Settings\float>perl -e "$^E = 1166;print $^E;"
裝置已經指出它的門沒有關好。
C:\Documents and Settings\float>perl -e "$^E = 1167;print $^E;"
裝置沒有連線。
C:\Documents and Settings\float>perl -e "$^E = 1168;print $^E;"
元素找不到。
C:\Documents and Settings\float>perl -e "$^E = 1169;print $^E;"
在索引中找不到符合指定機碼的項目。
C:\Documents and Settings\float>perl -e "$^E = 1170;print $^E;"
指定的內容組不存在於物件中。
C:\Documents and Settings\float>perl -e "$^E = 1171;print $^E;"
傳到 GetMouseMovePoints 的指標不在緩衝區中。
C:\Documents and Settings\float>perl -e "$^E = 1172;print $^E;"
追蹤 (工作站) 服務並未執行。
C:\Documents and Settings\float>perl -e "$^E = 1173;print $^E;"
找不到磁碟區 ID。
C:\Documents and Settings\float>perl -e "$^E = 1175;print $^E;"
無法移除要被取代的檔案。
C:\Documents and Settings\float>perl -e "$^E = 1176;print $^E;"
無法將執行檔案取代。檔案名稱是原始名稱。
C:\Documents and Settings\float>perl -e "$^E = 1177;print $^E;"
無法進行檔案取代。要被取代的檔案已被以備份名稱重新命名了。
C:\Documents and Settings\float>perl -e "$^E = 1178;print $^E;"
正在刪除磁碟區變更日誌。
C:\Documents and Settings\float>perl -e "$^E = 1179;print $^E;"
磁碟區變更日誌不在使用中。
C:\Documents and Settings\float>perl -e "$^E = 1180;print $^E;"
找到一個檔案,但它可能不是正確的檔案。
C:\Documents and Settings\float>perl -e "$^E = 1181;print $^E;"
日誌項目已從日誌中刪除。
C:\Documents and Settings\float>perl -e "$^E = 1200;print $^E;"
指定的裝置名稱不正確。
C:\Documents and Settings\float>perl -e "$^E = 1201;print $^E;"
裝置目前未連接,但它被記憶為連接狀態。
C:\Documents and Settings\float>perl -e "$^E = 1202;print $^E;"
本機裝置名稱有一個記憶連線可接往別的網路資源。
C:\Documents and Settings\float>perl -e "$^E = 1203;print $^E;"
網路提供者都不接受指定的網路路徑。
C:\Documents and Settings\float>perl -e "$^E = 1204;print $^E;"
指定的網路提供者名稱無效。
C:\Documents and Settings\float>perl -e "$^E = 1205;print $^E;"
無法開啟網路連線設定檔。
C:\Documents and Settings\float>perl -e "$^E = 1206;print $^E;"
網路連線設定檔損毀。
C:\Documents and Settings\float>perl -e "$^E = 1207;print $^E;"
無法列舉不是容器的項目。
C:\Documents and Settings\float>perl -e "$^E = 1208;print $^E;"
發生延伸錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1209;print $^E;"
指定的群組名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1210;print $^E;"
指定的電腦名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1211;print $^E;"
指定的事件名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1212;print $^E;"
指定的網域名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1213;print $^E;"
指定的服務名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1214;print $^E;"
指定的網路名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1215;print $^E;"
指定的共用名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1216;print $^E;"
指定的密碼格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1217;print $^E;"
指定的訊息名稱格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1218;print $^E;"
指定訊息目的地格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1219;print $^E;"
不允許使用多於一個使用者名稱的相同使用者有多個連線到一個伺服器或共用資源。中斷所有之前到伺服器或共用資源的連線,然後再試。
C:\Documents and Settings\float>perl -e "$^E = 1220;print $^E;"
企圖建立網路伺服器的工作階段,但已對該伺服器建立過多的工作階段。
C:\Documents and Settings\float>perl -e "$^E = 1221;print $^E;"
工作群組或網域名稱已由網路上的另一部電腦使用中。
C:\Documents and Settings\float>perl -e "$^E = 1222;print $^E;"
網路不存在或尚未啟動。
C:\Documents and Settings\float>perl -e "$^E = 1223;print $^E;"
操作被使用者取消。
C:\Documents and Settings\float>perl -e "$^E = 1224;print $^E;"
要求的檔案操作無法執行,因為檔案的使用者對應區段在開啟狀態。
C:\Documents and Settings\float>perl -e "$^E = 1225;print $^E;"
遠端系統拒絕網路連線。
C:\Documents and Settings\float>perl -e "$^E = 1226;print $^E;"
網路連線成功地關閉。
C:\Documents and Settings\float>perl -e "$^E = 1227;print $^E;"
網路傳輸終點已有與其關聯的位址。
C:\Documents and Settings\float>perl -e "$^E = 1228;print $^E;"
位址仍未與網路終點關聯。
C:\Documents and Settings\float>perl -e "$^E = 1229;print $^E;"
嘗試操作一個不存在的網路連線。
C:\Documents and Settings\float>perl -e "$^E = 1230;print $^E;"
企圖在使用中網路連線上進行不正確的操作。
C:\Documents and Settings\float>perl -e "$^E = 1231;print $^E;"
無法連接網路位置。有關網路疑難排解資訊,請參考 Windows 說明。
C:\Documents and Settings\float>perl -e "$^E = 1232;print $^E;"
無法連接網路位置。有關網路疑難排解資訊,請參考 Windows 說明。
C:\Documents and Settings\float>perl -e "$^E = 1233;print $^E;"
無法連接網路位置。有關網路疑難排解資訊,請參考 Windows 說明。
C:\Documents and Settings\float>perl -e "$^E = 1234;print $^E;"
沒有任何服務正在遠端系統上的目的地網路終點上操作。
C:\Documents and Settings\float>perl -e "$^E = 1235;print $^E;"
要求已經中止。
C:\Documents and Settings\float>perl -e "$^E = 1236;print $^E;"
本機系統已中止網路連線。
C:\Documents and Settings\float>perl -e "$^E = 1237;print $^E;"
操作無法完成。必須重試。
C:\Documents and Settings\float>perl -e "$^E = 1238;print $^E;"
已達這個帳戶的最大連線數目,所以無法連接伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1239;print $^E;"
試圖在未授權給這個帳戶的時段中進行登入。
C:\Documents and Settings\float>perl -e "$^E = 1240;print $^E;"
帳戶沒有權利從這個站進行登入。
C:\Documents and Settings\float>perl -e "$^E = 1241;print $^E;"
不能使用這個網路位址進行所要求的操作。
C:\Documents and Settings\float>perl -e "$^E = 1242;print $^E;"
伺服器已經登錄。
C:\Documents and Settings\float>perl -e "$^E = 1243;print $^E;"
指定的服務不存在。
C:\Documents and Settings\float>perl -e "$^E = 1244;print $^E;"
使用者尚未被驗證,因此無法執行所要求的操作。
C:\Documents and Settings\float>perl -e "$^E = 1245;print $^E;"
使用者尚未登入網路,因此無法執行所要求的操作。 指定的服務不存在。
C:\Documents and Settings\float>perl -e "$^E = 1246;print $^E;"
繼續執行工作。
C:\Documents and Settings\float>perl -e "$^E = 1247;print $^E;"
初始化完成後,還嘗試執行初始化操作。
C:\Documents and Settings\float>perl -e "$^E = 1248;print $^E;"
已沒有其他本機裝置。
C:\Documents and Settings\float>perl -e "$^E = 1249;print $^E;"
指定的站台不存在。
C:\Documents and Settings\float>perl -e "$^E = 1250;print $^E;"
指定名稱的網域控制站已存在。
C:\Documents and Settings\float>perl -e "$^E = 1251;print $^E;"
這操作只有在和伺服器連線時才能獲得支援。
C:\Documents and Settings\float>perl -e "$^E = 1252;print $^E;"
即使沒有任何變更,群組原則架構也應該呼叫副檔名。
C:\Documents and Settings\float>perl -e "$^E = 1253;print $^E;"
指定的使用者沒有正確的設定檔。
C:\Documents and Settings\float>perl -e "$^E = 1254;print $^E;"
這項操作不受 Microsoft Small Business Server 支援
C:\Documents and Settings\float>perl -e "$^E = 1255;print $^E;"
伺服器電腦正在關機。
C:\Documents and Settings\float>perl -e "$^E = 1256;print $^E;"
遠端系統無法使用。有關網路疑難排解的資訊,請參閱 Windows 說明。
C:\Documents and Settings\float>perl -e "$^E = 1257;print $^E;"
所提供的安全性識別元不是來自帳戶網域。
C:\Documents and Settings\float>perl -e "$^E = 1258;print $^E;"
所提供的安全性識別元沒有網域元件。
C:\Documents and Settings\float>perl -e "$^E = 1259;print $^E;"
AppHelp 對話已取消,因此防止了應用程式的啟動。
C:\Documents and Settings\float>perl -e "$^E = 1260;print $^E;"
Windows 無法開啟這個程式,因為它被軟體限制原則所阻止。有關其他資訊,請開啟事件檢視器或連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1261;print $^E;"
某個程式企圖使用不正確的登錄值,這通常是由於登錄未初始化所致。這個錯誤屬於 Itanium 特定。
C:\Documents and Settings\float>perl -e "$^E = 1262;print $^E;"
共用目前離線中,或者並不存在。
C:\Documents and Settings\float>perl -e "$^E = 1263;print $^E;"
在智慧卡登入期間,Kerberos 通訊協定在確認 KDC 憑證時 遭遇錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1264;print $^E;"
Kerberos 通訊協定在嘗試使用智慧卡子系統時 遭遇錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1265;print $^E;"
系統偵測到可能的危害安全性的企圖,請確定您可以連絡驗證您的伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1266;print $^E;"
用於驗證的智慧卡憑證已撤銷。 請連絡您的系統管理員。在事件記錄中可能有其他的資訊。
C:\Documents and Settings\float>perl -e "$^E = 1267;print $^E;"
處理用於驗證的智慧卡憑證時偵測到不受信任的憑證授權。 請連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1268;print $^E;"
無法判斷用於驗證的智慧卡憑證的撤銷狀態。 請連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1269;print $^E;"
用於驗證的智慧卡憑證不受信任。 請連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1270;print $^E;"
用於驗證的智慧卡憑證已過期。 請連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1271;print $^E;"
電腦已鎖定,不能在沒有強制選項下關機。
C:\Documents and Settings\float>perl -e "$^E = 1273;print $^E;"
應用程式定義的回撥在呼叫時送出不正確的資料。
C:\Documents and Settings\float>perl -e "$^E = 1274;print $^E;"
群組原則架構應該在同步幕前原則重新整理中呼叫擴充。
C:\Documents and Settings\float>perl -e "$^E = 1275;print $^E;"
這個驅動程式已被防止載入
C:\Documents and Settings\float>perl -e "$^E = 1276;print $^E;"
動態連結程式庫 (DLL) 參照了既不是 DLL 也不是程序的可執行檔的模組。
C:\Documents and Settings\float>perl -e "$^E = 1300;print $^E;"
並非所有參考到的特殊權限都指定給呼叫者。
C:\Documents and Settings\float>perl -e "$^E = 1301;print $^E;"
帳戶名稱和安全性識別碼間的某些對應未完成。
C:\Documents and Settings\float>perl -e "$^E = 1302;print $^E;"
未特別設定系統配額限制給此帳戶。
C:\Documents and Settings\float>perl -e "$^E = 1303;print $^E;"
無法獲得任何加密金鑰。傳回通用的加密金鑰。
C:\Documents and Settings\float>perl -e "$^E = 1304;print $^E;"
密碼太複雜,無法轉換成 LAN Manager 密碼。傳回的 LAN Manager 密碼是無效的字串。
C:\Documents and Settings\float>perl -e "$^E = 1305;print $^E;"
修正階層不明。
C:\Documents and Settings\float>perl -e "$^E = 1306;print $^E;"
將這兩個修正階層標示為不相容。
C:\Documents and Settings\float>perl -e "$^E = 1307;print $^E;"
這個安全性識別碼不能被指派給這個物件的擁有者。
C:\Documents and Settings\float>perl -e "$^E = 1308;print $^E;"
這個安全性識別碼不能被指派給物件的主要群組。
C:\Documents and Settings\float>perl -e "$^E = 1309;print $^E;"
嘗試用執行緒對模擬權杖進行操作,這個執行緒目前不是模擬用戶端。
C:\Documents and Settings\float>perl -e "$^E = 1310;print $^E;"
群組可能未被停用。
C:\Documents and Settings\float>perl -e "$^E = 1311;print $^E;"
目前無可用的登入伺服器來服務登入請求。
C:\Documents and Settings\float>perl -e "$^E = 1312;print $^E;"
指定的登入工作階段不存在。可能已被終止。
C:\Documents and Settings\float>perl -e "$^E = 1313;print $^E;"
指定的特殊權限不存在。
C:\Documents and Settings\float>perl -e "$^E = 1314;print $^E;"
用戶端沒有這項特殊權限。
C:\Documents and Settings\float>perl -e "$^E = 1315;print $^E;"
提供的名稱並非適當的帳戶名稱形式。
C:\Documents and Settings\float>perl -e "$^E = 1316;print $^E;"
指定的使用者已存在。
C:\Documents and Settings\float>perl -e "$^E = 1317;print $^E;"
指定的使用者不存在。
C:\Documents and Settings\float>perl -e "$^E = 1318;print $^E;"
指定的群組已存在。
C:\Documents and Settings\float>perl -e "$^E = 1319;print $^E;"
指定的群組不存在。
C:\Documents and Settings\float>perl -e "$^E = 1320;print $^E;"
指定的使用者帳戶已是指定群組的成員,或是因為群組包含成員所以無法刪除指定的群組。
C:\Documents and Settings\float>perl -e "$^E = 1321;print $^E;"
指定的使用者帳戶不是指定群組帳戶的成員。
C:\Documents and Settings\float>perl -e "$^E = 1322;print $^E;"
這是最後一個系統管理帳戶,您不能取消或刪除它。
C:\Documents and Settings\float>perl -e "$^E = 1323;print $^E;"
無法更新密碼。您提供的目前密碼值錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1324;print $^E;"
無法更新密碼。新密碼的值中包含不正確的的字元。
C:\Documents and Settings\float>perl -e "$^E = 1325;print $^E;"
無法更新密碼。因為提供的密碼值不符合網域要求的長度、複雜度,或歷程記錄。
C:\Documents and Settings\float>perl -e "$^E = 1326;print $^E;"
登入失敗: 不明的使用者名稱或錯誤密碼。
C:\Documents and Settings\float>perl -e "$^E = 1327;print $^E;"
登入失敗: 使用者帳戶限制。可能的原因為不允許空的密碼,登入時數限制,或強制的原則限制。
C:\Documents and Settings\float>perl -e "$^E = 1328;print $^E;"
登入失敗: 違反使用者登入時間限制。
C:\Documents and Settings\float>perl -e "$^E = 1329;print $^E;"
登入失敗: 不允許使用者登入到此電腦。
C:\Documents and Settings\float>perl -e "$^E = 1330;print $^E;"
登入失敗: 指定的帳戶密碼已過期。
C:\Documents and Settings\float>perl -e "$^E = 1331;print $^E;"
登入失敗: 停用目前的帳戶。
C:\Documents and Settings\float>perl -e "$^E = 1332;print $^E;"
帳戶名稱與安全性識別碼無法對應。
C:\Documents and Settings\float>perl -e "$^E = 1333;print $^E;"
一次要求過多的本機使用者識別元 (LUIDs)。
C:\Documents and Settings\float>perl -e "$^E = 1334;print $^E;"
無可用的本機使用者識別元 (LUIDs)。
C:\Documents and Settings\float>perl -e "$^E = 1335;print $^E;"
安全性識別碼的子授權碼無法用在這項特殊的操作。
C:\Documents and Settings\float>perl -e "$^E = 1336;print $^E;"
存取控制清單 (ACL) 結構不正確。
C:\Documents and Settings\float>perl -e "$^E = 1337;print $^E;"
安全性識別碼結構不正確。
C:\Documents and Settings\float>perl -e "$^E = 1338;print $^E;"
安全性描述元結構不正確。
C:\Documents and Settings\float>perl -e "$^E = 1340;print $^E;"
無法建立繼承的存取控制清單 (ACL) 或存取控制項目 (ACE)。
C:\Documents and Settings\float>perl -e "$^E = 1341;print $^E;"
伺服器目前已停用。
C:\Documents and Settings\float>perl -e "$^E = 1342;print $^E;"
伺服器目前已啟用。
C:\Documents and Settings\float>perl -e "$^E = 1343;print $^E;"
提供給識別元的授權值不正確。
C:\Documents and Settings\float>perl -e "$^E = 1344;print $^E;"
無更多可用的記憶體以更新安全性資訊。
C:\Documents and Settings\float>perl -e "$^E = 1345;print $^E;"
指定的屬性不正確,或與整個群組的屬性不相容。
C:\Documents and Settings\float>perl -e "$^E = 1346;print $^E;"
未提供所要求的模擬層,或所提供的模擬層不正確。
C:\Documents and Settings\float>perl -e "$^E = 1347;print $^E;"
無法開啟匿名層級的安全性權杖。
C:\Documents and Settings\float>perl -e "$^E = 1348;print $^E;"
要求的確認資訊類別不正確。
C:\Documents and Settings\float>perl -e "$^E = 1349;print $^E;"
權杖的類型不適用於這項操作。
C:\Documents and Settings\float>perl -e "$^E = 1350;print $^E;"
無法在沒有相關安全性的物件上執行安全性操作。
C:\Documents and Settings\float>perl -e "$^E = 1351;print $^E;"
無法從網域控制站讀取設定資訊。可能是因為電腦無法使用,或是存取被拒絕。
C:\Documents and Settings\float>perl -e "$^E = 1352;print $^E;"
安全性帳戶管理員 (SAM) 或本機安全性授權 (LSA) 伺服器的安全性操作處於執行錯誤狀態。
C:\Documents and Settings\float>perl -e "$^E = 1353;print $^E;"
網域處於錯誤的狀態,所以無法執行安全性操作。
C:\Documents and Settings\float>perl -e "$^E = 1354;print $^E;"
這項操作只能在網域的網域主控制站上執行。
C:\Documents and Settings\float>perl -e "$^E = 1355;print $^E;"
指定的網域可能不存在或無法連線。
C:\Documents and Settings\float>perl -e "$^E = 1356;print $^E;"
指定的網域已存在。
C:\Documents and Settings\float>perl -e "$^E = 1357;print $^E;"
企圖超出每個伺服器網域個數的限制。
C:\Documents and Settings\float>perl -e "$^E = 1358;print $^E;"
無法完成請求的操作,因為磁碟上的異常媒體失敗或資料結構損毀。
C:\Documents and Settings\float>perl -e "$^E = 1359;print $^E;"
發生一個內部錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1360;print $^E;"
存取遮罩中包含一般性的存取類型,這個類型應該已經對應到非一般性的類型。
C:\Documents and Settings\float>perl -e "$^E = 1361;print $^E;"
安全性描述元的格式不正確 (絕對或自我相對的)。
C:\Documents and Settings\float>perl -e "$^E = 1362;print $^E;"
這項要求動作只能用在登入程序。所呼叫的程序並未登錄為登入程序。
C:\Documents and Settings\float>perl -e "$^E = 1363;print $^E;"
不能把正在使用中的識別碼拿來啟動新的工作階段。
C:\Documents and Settings\float>perl -e "$^E = 1364;print $^E;"
指定的驗證封裝不明。
C:\Documents and Settings\float>perl -e "$^E = 1365;print $^E;"
登入工作階段跟要求操作的狀態不一致。
C:\Documents and Settings\float>perl -e "$^E = 1366;print $^E;"
登入工作階段識別碼已在使用中。
C:\Documents and Settings\float>perl -e "$^E = 1367;print $^E;"
登入要求中的登入類型值不正確。
C:\Documents and Settings\float>perl -e "$^E = 1368;print $^E;"
除非已經讀取管道資料,否則無法模擬使用命名管道。
C:\Documents and Settings\float>perl -e "$^E = 1369;print $^E;"
登錄樹狀子目錄的異動狀態與要求的操作不相容。
C:\Documents and Settings\float>perl -e "$^E = 1370;print $^E;"
內部安全性資料庫損毀。
C:\Documents and Settings\float>perl -e "$^E = 1371;print $^E;"
無法在內建帳戶上執行此操作。
C:\Documents and Settings\float>perl -e "$^E = 1372;print $^E;"
無法在此內建特殊群組上執行此操作。
C:\Documents and Settings\float>perl -e "$^E = 1373;print $^E;"
無法在此內建特殊使用者上執行此操作。
C:\Documents and Settings\float>perl -e "$^E = 1374;print $^E;"
無法從群組中移除使用者,因為目前群組為使用者的主要群組。
C:\Documents and Settings\float>perl -e "$^E = 1375;print $^E;"
權杖已用來作為主要權杖。
C:\Documents and Settings\float>perl -e "$^E = 1376;print $^E;"
指定的本機群組不存在。
C:\Documents and Settings\float>perl -e "$^E = 1377;print $^E;"
指定的帳戶名稱不是本機群組的成員。
C:\Documents and Settings\float>perl -e "$^E = 1378;print $^E;"
指定的帳戶名稱已是本機群組的成員。
C:\Documents and Settings\float>perl -e "$^E = 1379;print $^E;"
指定的本機群組已存在。
C:\Documents and Settings\float>perl -e "$^E = 1380;print $^E;"
登入失敗: 未將這台電腦上要求的登入類型授與使用者。
C:\Documents and Settings\float>perl -e "$^E = 1381;print $^E;"
已超過在單一系統中可存放的秘密最大數目。
C:\Documents and Settings\float>perl -e "$^E = 1382;print $^E;"
秘密的長度超過允許的最大長度。
C:\Documents and Settings\float>perl -e "$^E = 1383;print $^E;"
本機安全性授權資料庫內部有不一致。
C:\Documents and Settings\float>perl -e "$^E = 1384;print $^E;"
在嘗試登入時,使用者安全性內容累積過多的安全性識別碼。
C:\Documents and Settings\float>perl -e "$^E = 1385;print $^E;"
登入失敗: 未將這台電腦上要求的登入類型授與使用者。
C:\Documents and Settings\float>perl -e "$^E = 1386;print $^E;"
變更使用者密碼時需要交互加密的密碼。
C:\Documents and Settings\float>perl -e "$^E = 1387;print $^E;"
無法將成員加入到本機群組或從本機群組移除,因為成員不存在。
C:\Documents and Settings\float>perl -e "$^E = 1388;print $^E;"
無法將新成員加入到本機群組中,因為成員的帳戶類型錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1389;print $^E;"
已指定過多的安全性識別碼。
C:\Documents and Settings\float>perl -e "$^E = 1390;print $^E;"
變更這個使用者密碼時需要交互加密的密碼。
C:\Documents and Settings\float>perl -e "$^E = 1391;print $^E;"
發現有一個 ACL 包含無法繼承的元件。
C:\Documents and Settings\float>perl -e "$^E = 1392;print $^E;"
檔案或目錄損毀而且無法讀取。
C:\Documents and Settings\float>perl -e "$^E = 1393;print $^E;"
磁碟結構損毀而且無法讀取。
C:\Documents and Settings\float>perl -e "$^E = 1394;print $^E;"
沒有提供使用者工作階段索引鍵給指定的登入工作階段。
C:\Documents and Settings\float>perl -e "$^E = 1395;print $^E;"
正在存取的服務有連線數目的限制,這時候已經無法讓 他人連線,原因是已經到了可容許的連線數目上限。
C:\Documents and Settings\float>perl -e "$^E = 1396;print $^E;"
登入失敗: 目標帳戶名稱不正確。
C:\Documents and Settings\float>perl -e "$^E = 1397;print $^E;"
相互驗證失敗。網域控制站的伺服器密碼已過期。
C:\Documents and Settings\float>perl -e "$^E = 1398;print $^E;"
在用戶端及伺服器的時間及 (或) 日期不一致。
C:\Documents and Settings\float>perl -e "$^E = 1399;print $^E;"
無法在目前的網域中執行這個操作。
C:\Documents and Settings\float>perl -e "$^E = 1400;print $^E;"
無效的視窗控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1401;print $^E;"
無效的功能表控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1402;print $^E;"
無效的游標控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1403;print $^E;"
無效的快速鍵對應表控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1404;print $^E;"
無效的勾點控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1405;print $^E;"
無效的多重視窗位置結構控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1406;print $^E;"
無法建立最上層子視窗。
C:\Documents and Settings\float>perl -e "$^E = 1407;print $^E;"
找不到視窗類別。
C:\Documents and Settings\float>perl -e "$^E = 1408;print $^E;"
不正確的視窗; 它屬於其他執行緒。
C:\Documents and Settings\float>perl -e "$^E = 1409;print $^E;"
快速鍵已登錄。
C:\Documents and Settings\float>perl -e "$^E = 1410;print $^E;"
類別已存在。
C:\Documents and Settings\float>perl -e "$^E = 1411;print $^E;"
類別不存在。
C:\Documents and Settings\float>perl -e "$^E = 1412;print $^E;"
類別仍有開啟的視窗。
C:\Documents and Settings\float>perl -e "$^E = 1413;print $^E;"
無效的索引。
C:\Documents and Settings\float>perl -e "$^E = 1414;print $^E;"
無效的圖示控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1415;print $^E;"
使用私有的 DIALOG 視窗文字。
C:\Documents and Settings\float>perl -e "$^E = 1416;print $^E;"
找不到清單方塊識別元。
C:\Documents and Settings\float>perl -e "$^E = 1417;print $^E;"
找不到萬用字元。
C:\Documents and Settings\float>perl -e "$^E = 1418;print $^E;"
執行緒不含開啟的剪貼簿。
C:\Documents and Settings\float>perl -e "$^E = 1419;print $^E;"
快速鍵未登錄。
C:\Documents and Settings\float>perl -e "$^E = 1420;print $^E;"
視窗不是有效的對話視窗。
C:\Documents and Settings\float>perl -e "$^E = 1421;print $^E;"
找不到控制識別碼。
C:\Documents and Settings\float>perl -e "$^E = 1422;print $^E;"
因為沒有編輯控制項,所以下拉式清單方塊的訊息無效。
C:\Documents and Settings\float>perl -e "$^E = 1423;print $^E;"
視窗不是下拉式清單方塊。
C:\Documents and Settings\float>perl -e "$^E = 1424;print $^E;"
高度必須小於 256。
C:\Documents and Settings\float>perl -e "$^E = 1425;print $^E;"
無效的週邊設備範圍 (DC) 控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1426;print $^E;"
無效的勾點程序類型。
C:\Documents and Settings\float>perl -e "$^E = 1427;print $^E;"
無效的勾點程序。
C:\Documents and Settings\float>perl -e "$^E = 1428;print $^E;"
沒有模組控制碼,無法設定非本機勾點。
C:\Documents and Settings\float>perl -e "$^E = 1429;print $^E;"
這個勾點程序只可設定為全域性。
C:\Documents and Settings\float>perl -e "$^E = 1430;print $^E;"
日誌勾點程序已安裝。
C:\Documents and Settings\float>perl -e "$^E = 1431;print $^E;"
勾點程序尚未安裝。
C:\Documents and Settings\float>perl -e "$^E = 1432;print $^E;"
單一選取式的清單方塊的無效訊息。
C:\Documents and Settings\float>perl -e "$^E = 1433;print $^E;"
LB_SETCOUNT 已傳給 non-lazy 清單方塊。
C:\Documents and Settings\float>perl -e "$^E = 1434;print $^E;"
此清單方塊不支援定位點。
C:\Documents and Settings\float>perl -e "$^E = 1435;print $^E;"
無法中止由另一個執行緒建立的物件。
C:\Documents and Settings\float>perl -e "$^E = 1436;print $^E;"
子視窗不可有功能表。
C:\Documents and Settings\float>perl -e "$^E = 1437;print $^E;"
視窗沒有系統功能表。
C:\Documents and Settings\float>perl -e "$^E = 1438;print $^E;"
無效的訊息方塊樣式。
C:\Documents and Settings\float>perl -e "$^E = 1439;print $^E;"
無效的全系統 (SPI_*) 參數。
C:\Documents and Settings\float>perl -e "$^E = 1440;print $^E;"
已鎖定螢幕。
C:\Documents and Settings\float>perl -e "$^E = 1441;print $^E;"
多重視窗位置結構中視窗的所有控制碼必須具有相同的父系。
C:\Documents and Settings\float>perl -e "$^E = 1442;print $^E;"
視窗不是子視窗。
C:\Documents and Settings\float>perl -e "$^E = 1443;print $^E;"
無效的 GW_* 命令。
C:\Documents and Settings\float>perl -e "$^E = 1444;print $^E;"
無效的執行緒識別元。
C:\Documents and Settings\float>perl -e "$^E = 1445;print $^E;"
無法處理非多重文件介面 (MDI) 視窗中的訊息。
C:\Documents and Settings\float>perl -e "$^E = 1446;print $^E;"
快顯功能表已在使用中。
C:\Documents and Settings\float>perl -e "$^E = 1447;print $^E;"
視窗沒有捲軸。
C:\Documents and Settings\float>perl -e "$^E = 1448;print $^E;"
捲軸範圍不可大於 MAXLONG。
C:\Documents and Settings\float>perl -e "$^E = 1449;print $^E;"
無法以指定的方式顯示或移除視窗。
C:\Documents and Settings\float>perl -e "$^E = 1450;print $^E;"
系統資源不足,無法完成要求的服務。
C:\Documents and Settings\float>perl -e "$^E = 1451;print $^E;"
系統資源不足,無法完成要求的服務。
C:\Documents and Settings\float>perl -e "$^E = 1452;print $^E;"
系統資源不足,無法完成要求的服務。
C:\Documents and Settings\float>perl -e "$^E = 1453;print $^E;"
配額不足,無法完成要求的服務。
C:\Documents and Settings\float>perl -e "$^E = 1454;print $^E;"
配額不足,無法完成要求的服務。
C:\Documents and Settings\float>perl -e "$^E = 1455;print $^E;"
分頁檔太小,無法完成操作。
C:\Documents and Settings\float>perl -e "$^E = 1456;print $^E;"
找不到某個功能表項目。
C:\Documents and Settings\float>perl -e "$^E = 1457;print $^E;"
鍵盤配置控制碼錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1458;print $^E;"
不可有勾點類型。
C:\Documents and Settings\float>perl -e "$^E = 1459;print $^E;"
這個操作需要一個互動式視窗。
C:\Documents and Settings\float>perl -e "$^E = 1460;print $^E;"
已逾時,因此傳回此操作。
C:\Documents and Settings\float>perl -e "$^E = 1461;print $^E;"
不正確的監視器控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1500;print $^E;"
事件日誌已損毀。
C:\Documents and Settings\float>perl -e "$^E = 1501;print $^E;"
無法開啟事件日誌檔,因此未啟動事件日誌記錄服務。
C:\Documents and Settings\float>perl -e "$^E = 1502;print $^E;"
事件日誌檔已滿。
C:\Documents and Settings\float>perl -e "$^E = 1503;print $^E;"
讀取操作時,事件日誌已經變更。
C:\Documents and Settings\float>perl -e "$^E = 1601;print $^E;"
無法存取 Windows Installer 服務。如果您在安全模式中執行,或 Windows Installer 未正確安裝,就可能發生。請連絡您的支援人員尋求協助。
C:\Documents and Settings\float>perl -e "$^E = 1602;print $^E;"
使用者取消安裝。
C:\Documents and Settings\float>perl -e "$^E = 1603;print $^E;"
安裝時發生嚴重錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1604;print $^E;"
安裝已暫停,安裝不完整。
C:\Documents and Settings\float>perl -e "$^E = 1605;print $^E;"
這個動作只有對目前已經安裝的產品才有效。
C:\Documents and Settings\float>perl -e "$^E = 1606;print $^E;"
功能識別碼並未登錄。
C:\Documents and Settings\float>perl -e "$^E = 1607;print $^E;"
元件識別碼並未登錄。
C:\Documents and Settings\float>perl -e "$^E = 1608;print $^E;"
不明的內容。
C:\Documents and Settings\float>perl -e "$^E = 1609;print $^E;"
控制碼處於不正確的狀態。
C:\Documents and Settings\float>perl -e "$^E = 1610;print $^E;"
這個產品的設定資料已損毀。請連絡您的支援人員。
C:\Documents and Settings\float>perl -e "$^E = 1611;print $^E;"
沒有元件辨識符號。
C:\Documents and Settings\float>perl -e "$^E = 1612;print $^E;"
這個產品的安裝來源無法使用。請確認來源是否存在及您可以存取來源。
C:\Documents and Settings\float>perl -e "$^E = 1613;print $^E;"
Windows Installer 服務無法安裝這個安裝封裝。您必須安裝 Windows service pack,它包含一個更新版本的 Windows Installer 服務。
C:\Documents and Settings\float>perl -e "$^E = 1614;print $^E;"
產品被解除安裝。
C:\Documents and Settings\float>perl -e "$^E = 1615;print $^E;"
SQL 查詢語法不正確或不受支援。
C:\Documents and Settings\float>perl -e "$^E = 1616;print $^E;"
記錄欄位不存在。
C:\Documents and Settings\float>perl -e "$^E = 1617;print $^E;"
裝置已移除。
C:\Documents and Settings\float>perl -e "$^E = 1618;print $^E;"
其他安裝正在進行。在進行這個安裝之前請先完成現在正在進行的安裝。
C:\Documents and Settings\float>perl -e "$^E = 1619;print $^E;"
無法開啟安裝封裝。請確認封裝是否存在及您是否有存取權,或連絡應用程式廠商確認這是一個正確的 Windows Installer 封裝。
C:\Documents and Settings\float>perl -e "$^E = 1620;print $^E;"
無法開啟安裝封裝。請連絡應用程式廠商確認這是一個正確的 Windows Installer 封裝。
C:\Documents and Settings\float>perl -e "$^E = 1621;print $^E;"
啟動 Windows Installer 服務使用者介面時,發生錯誤。請連絡您的支援人員。
C:\Documents and Settings\float>perl -e "$^E = 1622;print $^E;"
開啟安裝記錄檔時發生錯誤。請驗證指定的記錄檔位置已存在而且您可以寫入。
C:\Documents and Settings\float>perl -e "$^E = 1623;print $^E;"
您的系統不支援這個語言的安裝封裝。
C:\Documents and Settings\float>perl -e "$^E = 1624;print $^E;"
轉型套用錯誤。請確認指定的轉型路徑是否正確。
C:\Documents and Settings\float>perl -e "$^E = 1625;print $^E;"
安裝被系統原則拒絕。請連絡您的系統管理員。
C:\Documents and Settings\float>perl -e "$^E = 1626;print $^E;"
無法執行功能。
C:\Documents and Settings\float>perl -e "$^E = 1627;print $^E;"
執行功能時失敗。
C:\Documents and Settings\float>perl -e "$^E = 1628;print $^E;"
指定的表格不正確或不明。
C:\Documents and Settings\float>perl -e "$^E = 1629;print $^E;"
提供的資料類型錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1630;print $^E;"
不支援這類型的資料。
C:\Documents and Settings\float>perl -e "$^E = 1631;print $^E;"
Windows Installer 服務無法啟動。請連絡您的支援人員。
C:\Documents and Settings\float>perl -e "$^E = 1632;print $^E;"
暫時資料夾存在於已滿或是無法存取的磁碟上。請在該磁碟上釋出可用空間,或確認您對暫時資料夾有寫入權限。
C:\Documents and Settings\float>perl -e "$^E = 1633;print $^E;"
安裝封裝不受這個處理器類型支援。請連絡您的產品供應商。
C:\Documents and Settings\float>perl -e "$^E = 1634;print $^E;"
元件未在這電腦上使用。
C:\Documents and Settings\float>perl -e "$^E = 1635;print $^E;"
無法開啟修補封裝。請確認修補封裝是否存在及您是否有存取權,或連絡應用程式廠商確認這是一個正確的 Windows Installer 修補封裝。
C:\Documents and Settings\float>perl -e "$^E = 1636;print $^E;"
無法開啟修補封裝。請連絡應用程式廠商確認這是一個正確的 Windows Installer 修補封裝。
C:\Documents and Settings\float>perl -e "$^E = 1637;print $^E;"
Windows Installer 服務無法處理這個修補封裝。您必須安裝 Windows service pack,它包含一個更新版本的 Windows Installer 服務。
C:\Documents and Settings\float>perl -e "$^E = 1638;print $^E;"
已安裝這個產品的其他版本。無法繼續安裝這個版本。要設定或移除已存在的產品版本,請使用 [控制台] 的 [新增/移除程式]。
C:\Documents and Settings\float>perl -e "$^E = 1639;print $^E;"
不正確的命令列引數。請參考 Windows Installer SDK 詳細命令列說明。
C:\Documents and Settings\float>perl -e "$^E = 1640;print $^E;"
只有系統管理員才有權在終端機服務遠端工作階段中新增、移除、或設定伺服器軟體。如果您要安裝或設定軟體到伺服器上,請與您的網路系統管理員聯繫。
C:\Documents and Settings\float>perl -e "$^E = 1641;print $^E;"
要求的操作已成功地完成。系統將重新啟動,變更才會生效。
C:\Documents and Settings\float>perl -e "$^E = 1642;print $^E;"
Windows Installer 服務無法安裝升級修補程式,因為要升級的程式可能遺失或升級修補程式可能升級不同版本的程式。請檢查要升級的程式是否存在您的電腦,而且您有正確版本的升級修補程式。
C:\Documents and Settings\float>perl -e "$^E = 1643;print $^E;"
軟體限制原則未許可這個修補封裝。
C:\Documents and Settings\float>perl -e "$^E = 1644;print $^E;"
軟體限制原則未許可一或多個自訂設定。
C:\Documents and Settings\float>perl -e "$^E = 1700;print $^E;"
字串連結不正確。
C:\Documents and Settings\float>perl -e "$^E = 1701;print $^E;"
連結控制碼類型不正確。
C:\Documents and Settings\float>perl -e "$^E = 1702;print $^E;"
連結控制碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 1703;print $^E;"
不支援 RPC 通訊協定順序。
C:\Documents and Settings\float>perl -e "$^E = 1704;print $^E;"
RPC 通訊協定順序不正確。
C:\Documents and Settings\float>perl -e "$^E = 1705;print $^E;"
字串通用唯一識別元 (UUID) 無效。
C:\Documents and Settings\float>perl -e "$^E = 1706;print $^E;"
終點格式不正確。
C:\Documents and Settings\float>perl -e "$^E = 1707;print $^E;"
網路位址不正確。
C:\Documents and Settings\float>perl -e "$^E = 1708;print $^E;"
找不到結束點。
C:\Documents and Settings\float>perl -e "$^E = 1709;print $^E;"
逾時值不正確。
C:\Documents and Settings\float>perl -e "$^E = 1710;print $^E;"
找不到物件通用唯一識別元 (UUID)。
C:\Documents and Settings\float>perl -e "$^E = 1711;print $^E;"
物件通用唯一識別元 (UUID) 已登錄。
C:\Documents and Settings\float>perl -e "$^E = 1712;print $^E;"
類型通用唯一識別元 (UUID) 已登錄。
C:\Documents and Settings\float>perl -e "$^E = 1713;print $^E;"
RPC 伺服器已在聽候。
C:\Documents and Settings\float>perl -e "$^E = 1714;print $^E;"
未登錄任何通訊協定順序。
C:\Documents and Settings\float>perl -e "$^E = 1715;print $^E;"
RPC 伺服器不在聽候。
C:\Documents and Settings\float>perl -e "$^E = 1716;print $^E;"
管理員類型不明。
C:\Documents and Settings\float>perl -e "$^E = 1717;print $^E;"
不明的介面。
C:\Documents and Settings\float>perl -e "$^E = 1718;print $^E;"
沒有任何連結。
C:\Documents and Settings\float>perl -e "$^E = 1719;print $^E;"
無任何通訊協定順序。
C:\Documents and Settings\float>perl -e "$^E = 1720;print $^E;"
無法建立結束點。
C:\Documents and Settings\float>perl -e "$^E = 1721;print $^E;"
資源不足無法完成此操作。
C:\Documents and Settings\float>perl -e "$^E = 1722;print $^E;"
無法取得 RPC 伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1723;print $^E;"
RPC 伺服器忙線中,無法完成此操作。
C:\Documents and Settings\float>perl -e "$^E = 1724;print $^E;"
網路選項無效。
C:\Documents and Settings\float>perl -e "$^E = 1725;print $^E;"
這個執行緒沒有使用中的遠端程序呼叫。
C:\Documents and Settings\float>perl -e "$^E = 1726;print $^E;"
遠端程序呼叫失敗。
C:\Documents and Settings\float>perl -e "$^E = 1727;print $^E;"
遠端程序呼叫失敗且不執行。
C:\Documents and Settings\float>perl -e "$^E = 1728;print $^E;"
遠端程序呼叫 (RPC) 通訊協定發生錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1730;print $^E;"
RPC 伺服器不支援傳輸語法。
C:\Documents and Settings\float>perl -e "$^E = 1732;print $^E;"
不支援通用唯一識別元 (UUID) 類型。
C:\Documents and Settings\float>perl -e "$^E = 1733;print $^E;"
標記不正確。
C:\Documents and Settings\float>perl -e "$^E = 1734;print $^E;"
陣列界限不正確。
C:\Documents and Settings\float>perl -e "$^E = 1735;print $^E;"
連結不包含項目名稱。
C:\Documents and Settings\float>perl -e "$^E = 1736;print $^E;"
名稱語法不正確。
C:\Documents and Settings\float>perl -e "$^E = 1737;print $^E;"
不支援名稱語法。
C:\Documents and Settings\float>perl -e "$^E = 1739;print $^E;"
沒有可用來建構通用唯一識別元 (UUID) 的網路位址。
C:\Documents and Settings\float>perl -e "$^E = 1740;print $^E;"
結束點是一個複製項。
C:\Documents and Settings\float>perl -e "$^E = 1741;print $^E;"
驗證類型不明。
C:\Documents and Settings\float>perl -e "$^E = 1742;print $^E;"
呼叫的最大極限太小。
C:\Documents and Settings\float>perl -e "$^E = 1743;print $^E;"
字串太長。
C:\Documents and Settings\float>perl -e "$^E = 1744;print $^E;"
找不到 RPC 通訊協定順序。
C:\Documents and Settings\float>perl -e "$^E = 1745;print $^E;"
程序數字超出範圍。
C:\Documents and Settings\float>perl -e "$^E = 1746;print $^E;"
連結不包含任何驗證資訊。
C:\Documents and Settings\float>perl -e "$^E = 1747;print $^E;"
驗證服務不明。
C:\Documents and Settings\float>perl -e "$^E = 1748;print $^E;"
驗證層級不明。
C:\Documents and Settings\float>perl -e "$^E = 1749;print $^E;"
安全性範圍不正確。
C:\Documents and Settings\float>perl -e "$^E = 1750;print $^E;"
不明的授權服務。
C:\Documents and Settings\float>perl -e "$^E = 1751;print $^E;"
項目不正確。
C:\Documents and Settings\float>perl -e "$^E = 1752;print $^E;"
伺服器終點無法執行操作。
C:\Documents and Settings\float>perl -e "$^E = 1753;print $^E;"
終點對應表中無更多可用的終點。
C:\Documents and Settings\float>perl -e "$^E = 1754;print $^E;"
未匯出任何介面。
C:\Documents and Settings\float>perl -e "$^E = 1755;print $^E;"
項目名稱不完整。
C:\Documents and Settings\float>perl -e "$^E = 1756;print $^E;"
版本選項無效。
C:\Documents and Settings\float>perl -e "$^E = 1757;print $^E;"
不再有成員。
C:\Documents and Settings\float>perl -e "$^E = 1758;print $^E;"
沒有項目可供解除匯出。
C:\Documents and Settings\float>perl -e "$^E = 1759;print $^E;"
找不到介面。
C:\Documents and Settings\float>perl -e "$^E = 1760;print $^E;"
項目已存在。
C:\Documents and Settings\float>perl -e "$^E = 1761;print $^E;"
找不到項目。
C:\Documents and Settings\float>perl -e "$^E = 1762;print $^E;"
沒有可用的名稱服務。
C:\Documents and Settings\float>perl -e "$^E = 1763;print $^E;"
網路位址家族無效。
C:\Documents and Settings\float>perl -e "$^E = 1764;print $^E;"
不支援要求的操作。
C:\Documents and Settings\float>perl -e "$^E = 1765;print $^E;"
無可用的安全性範圍以允許模擬。
C:\Documents and Settings\float>perl -e "$^E = 1766;print $^E;"
遠端程序呼叫 (RPC) 發生內部錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1767;print $^E;"
RPC 伺服器企圖以零除整數。
C:\Documents and Settings\float>perl -e "$^E = 1768;print $^E;"
RPC 伺服器中發生位址錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1769;print $^E;"
RPC 伺服器上的浮點操作引起以零除。
C:\Documents and Settings\float>perl -e "$^E = 1770;print $^E;"
RPC 伺服器上發生浮點下溢。
C:\Documents and Settings\float>perl -e "$^E = 1771;print $^E;"
RPC 伺服器上發生浮點溢位。
C:\Documents and Settings\float>perl -e "$^E = 1772;print $^E;"
自動控制碼連結的可用 RPC 伺服器清單已用完。
C:\Documents and Settings\float>perl -e "$^E = 1773;print $^E;"
無法開啟字元轉譯表格檔案。
C:\Documents and Settings\float>perl -e "$^E = 1774;print $^E;"
包含字元轉譯表格的檔案少於 512 個位元組。
C:\Documents and Settings\float>perl -e "$^E = 1775;print $^E;"
在遠端程序呼叫時,將空內容控制碼從用戶端傳遞到主機。
C:\Documents and Settings\float>perl -e "$^E = 1777;print $^E;"
在遠端程序呼叫時,範圍控制碼變更。
C:\Documents and Settings\float>perl -e "$^E = 1778;print $^E;"
傳遞到遠端程序呼叫的連結控制碼不相符。
C:\Documents and Settings\float>perl -e "$^E = 1779;print $^E;"
虛設常式無法獲得遠端程序呼叫控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1780;print $^E;"
空參考指標被傳遞到虛設常式。
C:\Documents and Settings\float>perl -e "$^E = 1781;print $^E;"
列舉值超出範圍。
C:\Documents and Settings\float>perl -e "$^E = 1782;print $^E;"
位元組計數太小。
C:\Documents and Settings\float>perl -e "$^E = 1783;print $^E;"
虛設常式接收到損壞的資料。
C:\Documents and Settings\float>perl -e "$^E = 1784;print $^E;"
提供給請求操作的使用者緩衝區無效。
C:\Documents and Settings\float>perl -e "$^E = 1785;print $^E;"
磁碟媒體未被確認。可能未格式化。
C:\Documents and Settings\float>perl -e "$^E = 1786;print $^E;"
工作站沒有信任的秘密。
C:\Documents and Settings\float>perl -e "$^E = 1787;print $^E;"
伺服器上的安全性資料庫沒有此工作站信任關係的電腦帳戶。
C:\Documents and Settings\float>perl -e "$^E = 1788;print $^E;"
主要網域和受信任網域間的信任關係失敗。
C:\Documents and Settings\float>perl -e "$^E = 1789;print $^E;"
此工作站和主要網域間的信任關係失敗。
C:\Documents and Settings\float>perl -e "$^E = 1790;print $^E;"
網路登入失敗。
C:\Documents and Settings\float>perl -e "$^E = 1791;print $^E;"
執行緒的遠端程序呼叫已在進行中。
C:\Documents and Settings\float>perl -e "$^E = 1792;print $^E;"
企圖登入,但未啟動網路登入服務。
C:\Documents and Settings\float>perl -e "$^E = 1793;print $^E;"
使用者帳戶已過期。
C:\Documents and Settings\float>perl -e "$^E = 1794;print $^E;"
重新導向器正在使用中,無法被卸載。
C:\Documents and Settings\float>perl -e "$^E = 1795;print $^E;"
指定的印表機驅動程式已安裝。
C:\Documents and Settings\float>perl -e "$^E = 1796;print $^E;"
不明的指定連接埠。
C:\Documents and Settings\float>perl -e "$^E = 1797;print $^E;"
不明的印表機驅動程式。
C:\Documents and Settings\float>perl -e "$^E = 1798;print $^E;"
不明的印表機處理器。
C:\Documents and Settings\float>perl -e "$^E = 1799;print $^E;"
指定的分隔頁檔案無效。
C:\Documents and Settings\float>perl -e "$^E = 1800;print $^E;"
指定的優先權無效。
C:\Documents and Settings\float>perl -e "$^E = 1801;print $^E;"
印表機名稱無效。
C:\Documents and Settings\float>perl -e "$^E = 1802;print $^E;"
印表機已存在。
C:\Documents and Settings\float>perl -e "$^E = 1803;print $^E;"
印表機命令無效。
C:\Documents and Settings\float>perl -e "$^E = 1804;print $^E;"
指定的資料類型無效。
C:\Documents and Settings\float>perl -e "$^E = 1805;print $^E;"
指定的環境無效。
C:\Documents and Settings\float>perl -e "$^E = 1806;print $^E;"
不再有連結。
C:\Documents and Settings\float>perl -e "$^E = 1807;print $^E;"
使用的帳戶是網域間的信任帳戶。請使用您的通用使用者帳戶或本機使用者帳戶來存取這台伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1808;print $^E;"
使用的帳戶是電腦帳戶。請使用您的通用使用者帳戶或本機使用者帳戶來存取這台伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1809;print $^E;"
使用的帳戶是伺服器信任帳戶。請使用您的通用使用者帳戶或本機使用者帳戶來存取這台伺服器。
C:\Documents and Settings\float>perl -e "$^E = 1810;print $^E;"
指定網域的名稱或安全性識別碼 (SID) 與該網域的信任資訊不一致。
C:\Documents and Settings\float>perl -e "$^E = 1811;print $^E;"
伺服器使用中且無法被卸載。
C:\Documents and Settings\float>perl -e "$^E = 1812;print $^E;"
指定的影像檔不包含資源區段。
C:\Documents and Settings\float>perl -e "$^E = 1813;print $^E;"
影像檔案中找不到指定的資源類型。
C:\Documents and Settings\float>perl -e "$^E = 1814;print $^E;"
影像檔案中找不到指定的資源名稱。
C:\Documents and Settings\float>perl -e "$^E = 1815;print $^E;"
影像檔中找不到指定的資源語言識別碼。
C:\Documents and Settings\float>perl -e "$^E = 1816;print $^E;"
配額不足無法處理此命令。
C:\Documents and Settings\float>perl -e "$^E = 1817;print $^E;"
未登錄任何介面。
C:\Documents and Settings\float>perl -e "$^E = 1818;print $^E;"
遠端程序呼叫已取消。
C:\Documents and Settings\float>perl -e "$^E = 1819;print $^E;"
連結控制碼不包含所有要求的資訊。
C:\Documents and Settings\float>perl -e "$^E = 1820;print $^E;"
遠端程序呼叫發生通訊失敗。
C:\Documents and Settings\float>perl -e "$^E = 1821;print $^E;"
不支援請求的驗證層級。
C:\Documents and Settings\float>perl -e "$^E = 1822;print $^E;"
未登錄主要名稱。
C:\Documents and Settings\float>perl -e "$^E = 1823;print $^E;"
這不是正確的 Windows RPC 錯誤碼。
C:\Documents and Settings\float>perl -e "$^E = 1824;print $^E;"
已配置一個只在這部電腦有效的 UUID。
C:\Documents and Settings\float>perl -e "$^E = 1825;print $^E;"
發生安全性封裝特定錯誤。
C:\Documents and Settings\float>perl -e "$^E = 1826;print $^E;"
執行緒未取消。
C:\Documents and Settings\float>perl -e "$^E = 1827;print $^E;"
編碼/解碼的控制碼操作不正確。
C:\Documents and Settings\float>perl -e "$^E = 1828;print $^E;"
序列化封裝的版本不相容。
C:\Documents and Settings\float>perl -e "$^E = 1829;print $^E;"
RPC 虛設常式的版本不相容。
C:\Documents and Settings\float>perl -e "$^E = 1830;print $^E;"
RPC 管道物件不正確或已損毀。
C:\Documents and Settings\float>perl -e "$^E = 1831;print $^E;"
在 RPC 管道物件上的操作嘗試不正確。
C:\Documents and Settings\float>perl -e "$^E = 1832;print $^E;"
未支援的 RPC 管道版本。
C:\Documents and Settings\float>perl -e "$^E = 1898;print $^E;"
找不到群組成員。
C:\Documents and Settings\float>perl -e "$^E = 1899;print $^E;"
無法建立結束點對應資料庫項目。
C:\Documents and Settings\float>perl -e "$^E = 1900;print $^E;"
物件通用唯一識別元 (UUID) 為零 (nil) UUID。
C:\Documents and Settings\float>perl -e "$^E = 1901;print $^E;"
指定的時間無效。
C:\Documents and Settings\float>perl -e "$^E = 1902;print $^E;"
指定的格式名稱無效。
C:\Documents and Settings\float>perl -e "$^E = 1903;print $^E;"
指定的表單大小不正確。
C:\Documents and Settings\float>perl -e "$^E = 1904;print $^E;"
指定的印表機控制碼正在等候中
C:\Documents and Settings\float>perl -e "$^E = 1905;print $^E;"
指定的印表機已被刪除。
C:\Documents and Settings\float>perl -e "$^E = 1906;print $^E;"
印表機狀態不正確。
C:\Documents and Settings\float>perl -e "$^E = 1907;print $^E;"
在第一次登入之前,使用者的密碼必須變更。
C:\Documents and Settings\float>perl -e "$^E = 1908;print $^E;"
找不到網域的網域控制站。
C:\Documents and Settings\float>perl -e "$^E = 1909;print $^E;"
參考到的帳戶目前已鎖定,且可能無法登入。
C:\Documents and Settings\float>perl -e "$^E = 1910;print $^E;"
找不到指定的物件輸出程式。
C:\Documents and Settings\float>perl -e "$^E = 1911;print $^E;"
找不到指定的物件。
C:\Documents and Settings\float>perl -e "$^E = 1912;print $^E;"
找不到指定的物件解析程式。
C:\Documents and Settings\float>perl -e "$^E = 1913;print $^E;"
在要求的緩衝區中,仍有一些資料需要傳送。
C:\Documents and Settings\float>perl -e "$^E = 1914;print $^E;"
不正確的非同步遠端程序呼叫控制碼。
C:\Documents and Settings\float>perl -e "$^E = 1915;print $^E;"
這個操作的非同步 RPC 呼叫控制碼不正確。
C:\Documents and Settings\float>perl -e "$^E = 1916;print $^E;"
RPC 管道物件已經關閉。
C:\Documents and Settings\float>perl -e "$^E = 1917;print $^E;"
在 RPC 呼叫完成後,所有管道才處理完成。
C:\Documents and Settings\float>perl -e "$^E = 1918;print $^E;"
沒有其他來自 RPC 管道的可用資料。
C:\Documents and Settings\float>perl -e "$^E = 1919;print $^E;"
這台電腦沒有可用的站台名稱。
C:\Documents and Settings\float>perl -e "$^E = 1920;print $^E;"
系統無法存取該檔案。
C:\Documents and Settings\float>perl -e "$^E = 1921;print $^E;"
系統無法解析該檔案的名稱。
C:\Documents and Settings\float>perl -e "$^E = 1922;print $^E;"
這項目不是預期中的類型。
C:\Documents and Settings\float>perl -e "$^E = 1923;print $^E;"
不是所有的物件 UUID 都可以匯出到指定的項目。
C:\Documents and Settings\float>perl -e "$^E = 1924;print $^E;"
無法將介面匯出到指定的項目。
C:\Documents and Settings\float>perl -e "$^E = 1925;print $^E;"
無法新增指定的設定檔項目。
C:\Documents and Settings\float>perl -e "$^E = 1926;print $^E;"
無法新增指定的設定檔元素。
C:\Documents and Settings\float>perl -e "$^E = 1927;print $^E;"
無法移除指定的設定檔元素。
C:\Documents and Settings\float>perl -e "$^E = 1928;print $^E;"
無法新增群組元素。
C:\Documents and Settings\float>perl -e "$^E = 1929;print $^E;"
無法移除群組元素。
C:\Documents and Settings\float>perl -e "$^E = 1930;print $^E;"
印表機驅動程式與啟用在電腦上而中止了 NT 4.0 驅動程式的原則不相容。
C:\Documents and Settings\float>perl -e "$^E = 1931;print $^E;"
內容已經過期,不可再使用。
C:\Documents and Settings\float>perl -e "$^E = 2000;print $^E;"
無效的像素格式。