Resolvendo Tela Preta Windows Server 2012 R2
Após instalação do Windows Server 2012 R2 ou uma reinicialização o mesmo solicita a alteração da senha de administrador, após alterar a senha somente abre uma janela DOS, mesmo fechando a janela o ecrã fica preto.
Causa: Geralmente esse erro ocorre devido a um problema no GUI do Windows que não carrega a interface gráfica.
Solução:
Instale a feature GUI novamente.
**no prompt digite powershell e dê enter;
em seguida digite **
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Restart
Solving Black Screen Windows Server 2012 R2
After installing Windows Server 2012 R2 it ask to change the administrator password after changed the password it only open a DOS window, even closing the window the screen turns black.
Cause: Usually this error occurs because of a problem in the Windows GUI that does not load the GUI.
Solution:
Install the feature GUI again.
at the prompt, type powershell and press enter;
then type:
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Restart