I have a problem.. Due to a bug in FAR Manager I've got a "zombie" console window on W2K8.. I can't close this window, and I can't find "far.exe" in system process list to kill it manually (see this picture: http://sergeypopov.info/_misc/zombie-console-window-2.png).

And I can't reboot server, all my attempts was failed with a message "The attempt by user XYZ\XYZ to restart/shutdown computer XYZ failed" in Event Log.

Unfortunately, I haven't psychical access to the server right now..

How can I force the server to reboot? Please help!

link|improve this question
feedback

2 Answers

If you go to the command prompt

shutdown -r

link|improve this answer
Unfortunately, It doesn't work.. – Sergey Popov Apr 7 '11 at 6:40
shutdown /r /f /t 5 – bonga86 Apr 7 '11 at 6:50
Thank you, but shutdown utility DOESN’T WORK with ANY arguments because it initiates a "normal" shutdown process, not "emergency". – Sergey Popov Apr 7 '11 at 8:41
2  
Nevertheless, I solved my problem. I wrote a small utility and called NtShutdownSystem() directly. So, server was rebooted without any stupid questions, timeouts etc. – Sergey Popov Apr 7 '11 at 8:42
feedback

Killing my winlogon process helps me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.