2

我目前使用遠程桌面登錄到Windows Server 2008 R2(x64)服務器。當我點擊開始 - >註銷,該消息彈出:無法註銷Windows Server 2008

enter image description here

的消息稱: 「等待所有管理單元來完成......」

有一個第二個對話框在後臺說:

MMC無法初始化管理單元。

現在我無法註銷並且無法啓動任務管理器。我可以點擊ctrl-alt-del,然後點擊任務管理器,我可以右擊任務欄並點擊開始任務管理器,然後我可以點擊開始菜單並點擊註銷,但是沒有任何操作。我也無法點擊屏幕截圖中顯示的OK按鈕。

這是一個實時Web服務器,所以我不想嘗試重新啓動服務器。

我可以斷開與遠程桌面的連接,但是稍後再次登錄時仍會顯示這些對話框。

任何想法?我是否需要等到半夜才重新啓動服務器?從命令提示符關機/升

回答

0

當我最初發布這個問題,我已經完全忘記了,我已經安裝在服務器上PCMonitor和其中的一個選項它給了我是用我的電話查看登錄用戶並將其註銷。

只要我發出命令註銷我的用戶,我的遠程桌面會話就結束了,然後當我重新登錄到MMC對話框時終於消失了。

對不起,對於沒有安裝應用程序的人來說,這不是一個更好的答案。

+0

這款按摩功能也可以通過KVM顯示,因爲它更新了KVM上的所有按鍵,所以它的顯示。 –

2

嘗試

C:\Users\User>shutdown /? 
Usage: shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f] 
    [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]] 

    No args Display help. This is the same as typing /?. 
    /?   Display help. This is the same as not typing any options. 
    /i   Display the graphical user interface (GUI). 
       This must be the first option. 
    /l   Log off. This cannot be used with /m or /d options. 
    /s   Shutdown the computer. 
    /r   Shutdown and restart the computer. 
    /g   Shutdown and restart the computer. After the system is 
       rebooted, restart any registered applications. 
    /a   Abort a system shutdown. 
       This can only be used during the time-out period. 
    /p   Turn off the local computer with no time-out or warning. 
       Can be used with /d and /f options. 
    /h   Hibernate the local computer. 
       Can be used with the /f option. 
    /e   Document the reason for an unexpected shutdown of a computer. 
    /m \\computer Specify the target computer. 
    /t xxx  Set the time-out period before shutdown to xxx seconds. 
       The valid range is 0-315360000 (10 years), with a default of 30. 
       If the timeout period is greater than 0, the /f parameter is 
       implied. 
    /c "comment" Comment on the reason for the restart or shutdown. 
       Maximum of 512 characters allowed. 
    /f   Force running applications to close without forewarning users. 
       The /f parameter is implied when a value greater than 0 is 
       specified for the /t parameter. 
    /d [p|u:]xx:yy Provide the reason for the restart or shutdown. 
       p indicates that the restart or shutdown is planned. 
       u indicates that the reason is user defined. 
       If neither p nor u is specified the restart or shutdown is 
       unplanned. 
       xx is the major reason number (positive integer less than 256). 
       yy is the minor reason number (positive integer less than 65536). 
+1

我只是試圖打開命令提示符,並得到另一條消息:「該應用程序無法正確啓動(0xc000142)」 http://i.imgur.com/2V0yx.jpg – Jeff

+0

從任務管理器嘗試查殺explorer.exe進程。 – CrazyDart

+0

我無法找到任務管理器。無論我如何嘗試啓動任務管理器,都沒有任何反應。:\ – Jeff

1

我知道這是一個老問題,但今天我遇到了同樣的問題。從CrazyDart的評論繼...

在服務器(無需遠程的網絡上的另一臺服務器)去管理工具 - >遠程桌面 - >遠程桌面服務管理,選擇服務器,從列表中右鍵單擊您的用戶名並選擇註銷。

我也無法打開任務管理器或命令提示符(除非我以管理員身份運行,其中shutdown/l命令完全沒有)。

感謝CrazyDart爲這一個。我會投票給你,但我似乎無法做到評論...

+0

由於這篇文章中提到的問題,無法從同一臺服務器上打開它。沒有從服務器本身打開... – emirhosseini