문제

I was working on one of our production servers. There were many windows on SSMS and BIDS open at the moment and i was executing some SQL queries and monitoring some job's status on this server. All of a sudden,the taskbar disappered. This is how my server's RDP window looks now:-

enter image description here I believe now from the looks of it that explorer.exe has been closed. Hence i'm trying to restart explorer.exe on my remote server. In attempts to fix this, I followed the approach given here https://serverfault.com/questions/381730/how-to-restart-explorer-exe-remotely. I tried all approaches specified in this link.But to no avail. I feel this is a similar problem to what I am currently facing.

Posting the question here since i dont have enough reputation on serverfault to post images.

I need to get this server window back to how it used to be(with the start menu and stuff. Can someone please help me get over this debacle? All i need is to be able to call the run prompt or task manager somehow so that I can restart explorer.exe.

도움이 되었습니까?

해결책

Close your connection, and re-connect. At Programs check the "Start the following program on connection" and enter "explorer.exe". That fixed it for me. Here you go for the full tutorial.

Edit:
Use Ctrl+Alt+End to log off.

다른 팁

You should be able to get Task Manager up on a Remote Session with CTRL + SHIFT + ESC as mentioned in the link.

You provided above. This should then allow you to click File > New Task(Run) and then launch explorer.exe from there.

This generally works if Explorer doesn't recover itself on a remote session.

Explorer.exe has crashed. This does happen, just not very often.

If you had Task Manager open you could use its File | New Task(Run) command to start a new Explorer instance. But without such a command you're rather stuck.

Does BIDS, being at its core Visual Studio, have Tools | External Tools? If yes then use this to create another entry in the tools menu to launch Explorer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top