ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Windows Server 2016 GUI Install – How to

By Vladan SEGET | Last Updated: July 13, 2016

Shares

The default install of the Windows Server 2016 (Tech preview 2) do not provide Graphical User Interface (GUI) and even the second option only installs the local administrative tools (Server Manager). Not the traditional desktop that we're used to having in 2012 R2 or 2008 R2 server systems. So if you take the second option (with local admin tools) you basically end up with a server without a desktop and start menu.

I know that this is rather good as the server system gets very slim footprint, reducing the surface, but If you want to install a third party application(s) that needs the GUI and the usual desktop environment ,then you must add something – a full desktop GUI. Windows server 2016 GUI install can be done through PowerShell, and you only need a single line of code. You can also add the GUI by selecting a Feature through adding a new role and feature wizard. (as you do that in Windows Server 2012 R2…)

Note that I'm testing it with a built through VMware Workstation 11. I picked up the default config (Workstation 11 compatible VMs) and the ISO has been detected as Windows 10.

Windows Server 2016 Gui Install – How to:

Step 1: During the setup process I choose the second option – Windows Server Technical preview 2 (with local admin tools), but you could only install the core (tested that as well).

Windows Server 2016 GUI install

Step 2: After reboot, you're asked to assign a new password to the user's account. After that, you'll end up with a console where the server manager launches automatically. Well, in my case I was using easy install with VMware workstation, so I had an automatical installation of VMware tools followed by another reboot…

But if I would have assigned that password in VMware workstation during the assistant walking me through the creation of the VM, then the double reboot would have happened without my interaction.

Anyway, through Server manager click Add roles and features > skip the first and second page and go directly to “features” where you choose the Server Graphical Shell. I picked the desktop experience in this example but that is not necessary. The desktop experience adds the usual package used for desktop environments:

  • Windows Search
  • Desktop wallpapers
  • Etc…

At the same time, you can tick the checkbox so the server can reboot automatically at the end of the installation process.

Windows Server 2016 GUI install

Validate the choice > Next > Install. And after a reboot the server shows well the Full desktop with Start menu and Server Manager.

Windows Server 2016 GUI install

Option 2: Install the GUI via PowerShell

In case you choose to install just the core (nano) and you don't have server manager installed, you can use PowerShell. To install the GUI via PowerShell you can enter this single line of code in your PowerShell Window:

Install–WindowsFeature Server–Gui–Shell –Restart –Source wim:D:sourcesinstall.wim:4

Shoot from the lab:

Windows Server 2016 GUI Install

The server reboots automatically at the end (without a prompt). And after the reboot where you'll see this usual screen…

Windows Server 2016 GUI Install

The server reboots and shows GUI, Start Menu AND the Server manager.

Windows Server 2016 GUI Install

As you can see, the process is quite similar to what's available in Windows Server 2012 R2, and it's quite simple.

I don't think that the GUI will completely disappear. There will still be applications that won't work in environments without a GUI. Look at the SMBs which usually have 1 or 2 Windows servers (physical, yeah) and which do need to provide not only file level service with domain authentication, but many more custom based enterprise applications, printing, and networks core services etc. So the Windows based servers (with GUI windows on it) will, IMHO, never die…

At the same time, it's good that we have the option to deploy stripped down version of Windows server (who knows how the final version will look like) without any services. And add more services/roles later via Powershell or from remote workstation via administrative tools.

Shares
5/5 - (4 votes)

| Filed Under: How To, Windows Server 2016 Tagged With: Windows Server 2016 GUI Install

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Rich says

    June 1, 2015 at 4:39 pm

    To clear up any confusion, you command in Option 2 is different from the screenshot.

    Command needs to be:
    Install–WindowsFeature Server–Gui–Shell –Restart –Source wim:D:\sources\install.wim:4

    • Vladan SEGET says

      June 1, 2015 at 4:54 pm

      Apologies. The back slashes did some how …. evaporate…. (the copy paste operations?)… Thanks for pointing this out. I corrected the post.

  2. Akos says

    June 3, 2015 at 4:40 pm

    Microsoft is trying to move their Windows Server away from using graphical user tools. The fact that the Preview 2 lacks this graphical interface is proof of that. Also talked about in this video: https://channel9.msdn.com/Events/Ignite/2015/C9-16?wt.mc_id=player

  3. Rick says

    June 4, 2015 at 6:48 pm

    Thank you for this article.
    However, I’ve found that ‘-Source wim:D:\….’ doesn’t work for me.
    I used the ‘Get-PSDrive’ command in PS to list all drives and find the correct one (E:\).

  4. Jb says

    July 16, 2015 at 3:59 pm

    Hi,

    Just a precision. unlike to what you wrote in your article Windows “Core” is not “Nano”. Nano server is a completely different system and as nothing to do with Windows Core (with or without the GUI).

    Regards,

    • Vladan SEGET says

      July 16, 2015 at 4:57 pm

      Yeah, the meaning of the phrase was rather to install the “core of the system” rather than call it a “core”, which is rather what we know as “Windows Core” (without a GUI). Thanks for your comment…

  5. vasia says

    August 24, 2015 at 10:16 pm

    I am having trouble installing preview3 on ESX server. Every time it boots of ISO it says that no disks are found. I tried all combinations of scsi/ide controllers – nothing. However going into Rescue mode cmd – diskpart shows the disk available.
    any suggestions?
    thank you!

    • Vladan SEGET says

      August 25, 2015 at 7:16 am

      Try VMware workstation. I suppose that an update for ESXi will be necessary to fix that.

    • jdc says

      November 12, 2015 at 7:36 pm

      Have you found an issue? I’ve got the same trouble with 2016 on hyperv2012?
      Thanks

  6. Juliano Eduardo says

    August 4, 2016 at 1:16 am

    I installed it, but if i wanna uninstall GUI..??

    • Vladan SEGET says

      August 4, 2016 at 9:19 am

      That’s unsupported. It’s the one or the other.

  7. Paventhan says

    August 28, 2016 at 1:28 pm

    I have a doubt, can we install the server manager in the Windows 10, so that i can manage all my servers in one place…

    • Vladan SEGET says

      August 29, 2016 at 4:06 pm

      You should get the latest RSOT package (remote server admin tools) in order to manage remote Windows systems. Cheers..

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in