「shutdown /a」後面的數字是多少?

「shutdown /a」後面的數字是多少?

我注意到當我試圖中止關機時它給了我Unable to abort the system shutdown because no shutdown was in progress.(1116)

1116是什麼?我還注意到該命令運行與-a/a有什麼區別嗎?

答案1

它只是該特定錯誤的程式碼:

ERROR_NO_SHUTDOWN_IN_PROGRESS

    1116 (0x45C)

    Unable to abort the system shutdown because no shutdown was in progress.

來源:系統錯誤代碼 (1000-1299)

相關內容