Graphic interface issue on VirtualBox

Solved
Gabe -  
 Gabe -
Hello,

I am in the process of installing Windows Server 2019 and 2022
while creating VMs on VirtualBox. The installation goes smoothly until I reach the stage of creating the administrator password. I am able to create it, but then I find myself at this stage in a PowerShell, and I would like to have the graphical interface. What should I do?

Configuration: iPhone / Chrome 99.0.4844.59

2 answers

  1. bendrop Posted messages 12657 Registration date   Status Contributor Last intervention   8 527
     
    Good evening,

    It's because you installed the Windows Server 2022 version without being careful to choose "desktop experience" to have the graphical interface.
    1- So at the command prompt, type: powershell
    2- At the Windows PowerShell prompt, type: install-windowsfeature -name server-gui-mgmt-infra, server-gui-shell
    If an error message appears, restart the command by specifying the source path: install-windowsfeature -name server-gui-mgmt-infra, server-gui-shell -path D:\sources\sxs
    Be careful to adapt the drive letter if it is not D in your case.
    Normally, you should have the graphical interface.

    Best regards.

    2
  2. Gabe
     
    Thank you
    I was able to reinstall by choosing desktop experience
    0