Azure VM via RPD shows black screen and cmd only

ぃ、小莉子 提交于 2020-05-17 08:46:19

问题


I have an Azure Virtual Machine. When I log in through RDP I can see only black screen and CMD console is opened. Is it possibile that there is no explorer?

VM OS spec:
Operating system: Windows
Publisher: MicrosoftWindowsServer
Offer: WindowsServerSemiAnnual
SKU: Datacenter-Core-1803-with-Containers-smalldisk
Version: latest 

I have tried multiple things:

  1. Connect RDP through 3 different apps (Windows Remote Desktop Connection, Windows Remote Desktop Connection Manager, Remote Desktop Manager)
  2. Opened RDP session with lower resolutions.
  3. Opened RDP session with lower color depth.
  4. Opened RDP session without bitmap caching.
  5. When I press CRTL-ALT-END i can see console LogonUI.exe
  6. When I try add new task through TaskManager (File->Run new task -> explorer.exe) I got error Windows cannot find explorer.exe
  7. When I navigate to C:\Windows where explorer should be installed, there is no explorer.exe.

回答1:


The SKU you selected is Datacenter-Core-1803-with-Containers-smalldisk. Windows Server Core is a GUI-less version of Windows, well except a few tools that is.

This article describe what's available and how to extend Core a little bit.



来源:https://stackoverflow.com/questions/61500523/azure-vm-via-rpd-shows-black-screen-and-cmd-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!