what can I do with the Nano server ?
again, refer to this link
http://mcisaacit.com/2015/07/26/windows-server-2016-nano-convert-from-server-core-to-full-gui/
run powershell in cmd line
Install-WindowsFeature Server-Gui-Shell,Server-Gui-Mgmt-Infra –Source wim:D:\sources\install.wim:2
again, refer to this link
http://mcisaacit.com/2015/07/26/windows-server-2016-nano-convert-from-server-core-to-full-gui/
run powershell in cmd line
Get-WindowsFeature *gui*
|
Dism /get-wiminfo /wimfile:D:\sources\install.wim
we can use index 2
Install-WindowsFeature Server-Gui-Shell –Source wim:D:\sources\install.wim:2
|
restart-computer
|