martes, 1 de octubre de 2019
Convertir Windows Server 2012 Core a Versión Entorno Gráfico (GUI)
c:>powershell
C:\>exit
C:\>sconfig (Opción 13)
Install-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell" -source:wim:d:\sources\install.wim:2
1) Mount the Windows Installation CD using Virtual Media
2) Run Get-WindowsImage -ImagePath E:\Sources\install.wim to get the index numbers of the images. Note one of them that is not server core. In the default images 2 is full standard and 4 is full datacenter.
3) Run Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell –Restart –Source wim:E:\sources\install.wim:4 where the 4 at the end is the image index from above (4 will work by default)
C:\>exit
C:\>sconfig (Opción 13)
Suscribirse a:
Entradas (Atom)