Instalar esto:
DISM /online /Add-Capability /CapabilityName:ServerCore.AppCompatibility~~~~0.0.1.0
DISM /online /Add-Capability /CapabilityName:NetFX3~~~~
DISM /online /Add-Capability /CapabilityName:Tools.Graphics.DirectX~~~~0.0.1.0
DISM /online /enable-feature /featurename:ServerMediaFoundation
Esto permite disponer de lo siguiente (entre otros)
Microsoft Management Console (mmc.exe)
Event Viewer (Eventvwr.msc)
Performance Monitor (PerfMon.exe)
Resource Monitor (Resmon.exe)
Device Manager (Devmgmt.msc)
File Explorer (Explorer.exe)
Windows PowerShell (Powershell_ISE.exe)
Disk Management (Diskmgmt.msc)
Failover Cluster Manager (CluAdmin.msc)
Instalar Cairo y otras herramientas (aunque si se instala classic shell mejor no instalar Cairo):
https://gist.github.com/bp2008/922b326bf30222b51da08146746c7c27
Actualizar todo incluyendo lo opcional
Se puede intentar instalar Classic Shell:
1.- Install latest recommended updates from Server Config (otherwise, FOD fails to install with a cryptic error)
2.- Install App Compatibility Feature on Demand and Reboot:
From the cmd window, run powershell and then
Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0
3.- Use Regedit to take ownership of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AlternateShells and give yourself Edit permissions to it.
4.- Add a String Key named 60000 at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AlternateShells\AvailableShells and fill it with explorer.exe
5.- Download and Install OpenShell via powershell:
On the cmd window that opens by default type powershell and then
mkdir C:\Temp
wget https://github.com/Open-Shell/Open-Shell-Menu/releases/download/v4.4.160/OpenShellSetup_4_4_160.exe -OutFile C:\Temp\OpenShell.exe
C:\Temp\OpenShell.exe
6.- Logoff and logon