anonymous user-6304 What laptop is it?
Also, are you trying to change it back to windows 10 or install the windows server desktop experience?
Have you prioritised boot from USB in the BIOS configuration on your laptop?
Cheers
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I had recently installed ISO Windows Server 2016 for an online class, I made the mistake of selecting the core installation instead of the desktop experience. Now All I see is the CMD line window. I tried booting my laptop to factory settings (didnt work). Used USB media boot (Didnt work) and tried Install-WindowsFeature Server-GUI-Shell -Restart (Didnt work) I think this feature doesnt work for 2016 Server.Please help!! Don't want to buy another laptop
anonymous user-6304 What laptop is it?
Also, are you trying to change it back to windows 10 or install the windows server desktop experience?
Have you prioritised boot from USB in the BIOS configuration on your laptop?
Cheers
Hi,
Do you mean you just wrong installed the core edition of Windows server 2016?
What is the pre-installed system version of your device?
If you want to change it back to windows 10, I would recommend you to re-install Windows 10 with installation media.
If it is an OEM Windows 10, you may confirm with the computer manufacture about the function.
If you want to get the GUI features, you could try the steps below:
Open PowerShell console and type Get-WindowsFeature -Name GUI into it.
You would find that all the install state of the GUI features listed are shown as removed. And now you should try to install the removed GUI features. Before that, you should make sure that your server has access to internet.
Just type Install-WindowsFeature -Name Server-Gui-Shell, Server-Gui-Mgmt-Infra into PowerShell console and press Enter to execute it.
Then type Restart-Computer into the PowerShell console to restart your server.
Hope above information can help you.
The option to convert core -> GUI has been removed from Server 2016 so you'll just need to boot from the installation media again but this time choose a Desktop Experience option to get the GUI
--please don't forget to Accept as answer if the reply is helpful--