Converting from Windows Server 2012 R2 Core install to Full GUI and GUI to Core

Converting from Windows Server 2012 R2 Data Center Core install to Full GUI

  1. Mount the Windows Server 2012 R2 Data Center ISO to the host.
  2. command prompt
  3. mkdir c:\mount
  4. check your wimfile to determine the correct index for the OS (mine was 4) -the command is dism /get-imageinfo /ImageFile:d:\sources\install.wim
  5. dism /mount-wim /wimfile:d:\sources\install.wim /index:4 /mountdir:c:\mount /readonly
  6. powershell (enter PowerShell prompt)
  7. install-windowsfeature server-gui-mgmt-infra,server-gui-shell –source c:\mount\windows\winsxs
  8. Unmount Wim (dism /unmount-wim /mountdir:c:\mount)
  9. Remove Mount Directory (rmdir c:\mount) not necessary
  10. reboot system

 

Removing GUI From Windows Server 2012 R2 Using PowerShell

  1. Run PowerShell as administrator
  2. Run the command Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
  3. Now reboot your server (You can do this from PowerShell by running the command Shutdown –r -t 0)

Once your server boots up you will be in Windows Server 2012 R2 Core version

 

Sperando di esservi stato di aiuto.


Informazioni / problemi


® Dream Land by Giovanni Bifera


LE INFORMAZIONI CONTENUTE SONO FORNITE SENZA GARANZIA DI ALCUN TIPO, IMPLICITA OD ESPLICITA. L’UTENTE SI ASSUME L’INTERA RESPONSABILITA’ PER L’UTILIZZO DI QUESTE INFORMAZIONI. IN NESSUN CASO SI RENDONO RESPONSABILI PER DANNI DIRETTI, INDIRETTI O ACCIDENTALI CHE POSSANO PROVOCARE PERDITA DI DENARO O DI DATI.


 

 




Numero Di Accessi Alla Pagina: 3985

Taggato con: , , ,

Lascia un commento

Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.