Edge Chromium Server 2016



The Windows platform downloads apply to all supported client and server releases of Windows. Learn more about supported Windows releases. Microsoft Edge follows the Modern Lifecycle policy. Learn more about supported Microsoft Edge releases. To download the Microsoft Edge Dev preview channel for Linux, please visit Microsoft Edge Insider.

Since the first generation of Edge did not exist on the server, the Chromium version now fills this gap. To date, however, it has not been included with the installation media of Windows 10 or the server, so you have to download and install the browser yourself. On a server with a desktop, the procedure is the same as on a client OS. This post covers about ADMX templates for Microsoft Edge. We all know that Microsoft Edge for business is now available for download. In addition to that you can also download the ADMX templates for Edge. After you deploy Microsoft Edge to the. Automatic tab parking will make shared hosted desktop life easier, Chrome has always been killer on resources without uncontrolled plugins like the Great Suspender. Got a few clients using it and happy, although currently 2016 is not supporting Edge user profiles until the next release.

It was back in early December 2018 when Microsoft first announced its radical plans to replace its in-house Edge browser with one that's based on Google's open-source Chromium. Today, the new browser is generally available. If you're on Windows 10, you can expect to see it show up on your PC over the next few months if you don't already have it.

Public testing for the browser didn't arrive until April, and it was only for Windows 10, and only for Canary and Dev channels. Support for Windows 7, Windows 8, Windows 8.1, macOS, Windows Server 2008/2012, and Windows Server 2016+ all came later, as did the Beta channel.

Obviously, the biggest improvement in the new Edge is that it's based on Chromium, which means that it will render the web in the same way as the most popular browser in the world, Google Chrome. Of course, Microsoft has stripped out all of the Google and added its own bits. It's also contributed quite a bit to the Chromium Project.

Since it's based on Chromium, you'll actually now be able to use Chrome extensions. Developers can submit their extensions to Microsoft, or you can choose to install them from Google's Chrome Store.

There are some other new features to call out though. Edge Chromium now has a feature called IE Mode, which will open an Internet Explorer page right within a tab in Edge. It's meant for businesses that have legacy needs, so they'll no longer have to use IE. Of course, IE will continue to ship with Windows 10 for the foreseeable future.

Another key new feature is called Collections. This allows you to gather up links, images, text, and anything else from around the web and put them into different groups. There are also new privacy features, and a whole lot more.

Unfortunately, there are a few things that Edge will be missing out of the gate. It won't have native support for ARM64, so if you've got a Windows on ARM PC, you'll have to stick with Edge Canary or Edge Dev for now. Two other things missing will be history syncing and extension syncing. Also, it's not exactly a priority, but the new Edge browser for Xbox One and HoloLens will also be coming later on.

Again, if you're on Windows 10, you're going to see this show up soon through a Windows update, and it will replace the Edge Legacy browser. If you're on any other supported platform, you'll have to go out and get it. The browser is coming today for Windows 7, which is no longer supported, and while it's unclear how long Edge will remain supported on the legacy OS, Google has committed to another 18 months of full Chrome support.

If you want to get the new Edge now, you can download the stable version here. As always, you can download a preview version here.

Microsoft Edge Chromium Windows Server 2016

We have a new internet browser! Microsoft Edge based on Chromium, available and supported on Windows 7, 8 and 10 and most importantly in Windows Server 2008 R2, 2012/2012 R2, 2016 and 2019. This means that we now have a modern and secure browser that can be managed via Group Policy and is supported by Microsoft in a server operating system.

I have been using this browser for quite some time now and it is awesome. One of the really great features is that you are able to install browser extensions from the Google Chrome Web Store, as Google Chrome has been available for a very long time, there are a lot of available extensions.

However with that said Microsoft now finds themselves in a situation where they offer a browser based on Chromium, which is an open-source project, which then again means that Microsoft does not control the entire code in the Edge browser. I am really excited about how Microsoft will handle this in the future.

Get the Edge Installer

Edge chromium server 2016 free

So, how do we get the browser up and running in a Citrix VDA? We’ll start with downloading the enterprise MSI file here:

Edge administrative templates

And while there, we’ll also grab the administrative templates which enables us to configure around 200 different settings in the browser. Remember to copy the administrative templates to your Central Store.

Edge security baseline GPO

Microsoft has also created a security baseline GPO which can be found here:

With this, we are now ready to install and configure the new Microsoft Edge browser.

Installing the Microsoft Edge browser

Before installing the browser, be aware that you will have to prevent the Citrix API hooks from latching themselves onto the Microsoft Edge process. Citrix has an article on how to disable Citrix API hooks on a per-application basis. Two options are described in the article, I am using the option for XenApp and XenDesktop 7.9 or later. So your UviProcessExcludes value name should look like this:

What you need to do is to add the msedge.exe to any existing value data. This change requires a reboot, so you will have to apply this when installing the browser.

I have created a small PowerShell script which will add the msedge.exe value to any existing value data:

The Microsoft Edge browser also creates a shortcut on the public desktop (C:UsersPublicDesktop). I always recommend deleting application shortcuts on the public desktop, as I prefer to control which application shortcuts appear on the user’s desktop. Unfortunately deleting the shortcut on the public desktop is not enough, a shortcut is also created on the user’s desktop (C:Users%username%Desktop) during first logon, even though we deleted the shortcut on the public desktop.

This behavior is not new to me, it is also seen with the Google Chrome browser .

To prevent the shortcut from being created on the user’s desktop, a “master_preferences” file has to be copied to the C:Program Files (x86)MicrosoftEdgeApplication folder, overwriting any existing master_preferences file.

Edge Chromium Server 2016

UPDATE – 21-04-2020 (April 21st 2020): As of v81.x stable build it is now possible to use an install parameter, to prevent the creation of a desktop shortcutduring user logon, a desktop shortcut is still created in the Public user desktop folder!

The parameter is: DONOTCREATEDESKTOPSHORTCUT=TRUE

Which means an install string could look like this:
MSIEXEC /I MicrosoftEdgeEnterpriseX64.msi REBOOT=ReallySuppress /qn DONOTCREATEDESKTOPSHORTCUT=TRUE

UPDATE – 22-09-2020 (September 22nd 2020): As of v84.x stable build it is now possible to prevent the pinned Edge shortcut creation during the first launch of Edge. Like the desktop shortcut, this i achieved via a install parameter.

The parameter is: DONOTCREATETASKBARSHORTCUT=TRUE

Which means in install string could look like this:
MSIEXEC /I MicrosoftEdgeEnterpriseX64.msi REBOOT=ReallySuppress /qn DONOTCREATEDESKTOPSHORTCUT=TRUE DONOTCREATETASKBARSHORTCUT=TRUE

The last thing we need to do, is to disable the services and delete the scheduled tasks that are responsible for doing automatic updates of the Edge browser. As with any other application in a non-persistent setup, we will have to disable any auto-update feature.

Edge For Windows Server 2016

Here is a small post-install PowerShell script which will do the shortcut cleanup and disable the services and delete the scheduled tasks responsible for the auto-update feature in Edge:
UPDATE – 21-04-2020 (april 21 2020): I have removed the edgeupdatem service from the script below, as it triggered an error in Edge and an accompanied UAC prompt, when automatic update is disabled via GPO. The master_preferences file copy is also removed.
If you have en earlier version of the script, please update it with the new information.

The update error received, when the edgeupdatem service is disabled:

UPDATE – 28-05-2020 (may 28 2020): I have added Remove-Item -Path “HKLM:SOFTWAREMicrosoftActive SetupInstalled Components{9459C573-B17A-45AE-9F64-1857B5D58CEE}” -Force to the install script. This prevents a pinned Edge shortcut in the taskbar from being created. There are other solutions to this issue, which I have described in this article.

Now with the Edge browser installed we can move on to some basic configuration of the browser.

Group Policy Configuration

As mentioned earlier Microsoft has a baseline security GPO, and I would recommend to import this in your current environment, obviously you will have to do some testing, but from what I have seen, the current settings shouldn’t be “destructive” meaning, that nothing is broken in the browser. I will bring one additional group policy settings to the table, which are not found in the security baseline GPO. Any additional configurations should be added to another (new) GPO which should be linked to the same OU as the baseline GPO, but with a higher link order.

So in short, you end out with two GPOs. One GPO with the Microsoft security baseline settings, and one with any additional settings you configure.

Here is what a GPO configuration and link order could look like:

If you are unfamiliar with importing GPO settings, I would recommend looking at this guide:

The benefit of doing it this way, is that when Microsoft eventually release updates to their security baseline GPO, your can safely import these updated settings to the baseline GPO or a new GPO, and still have your own custom settings apply, as they are in another GPO.

Edge Chromium Server 2016 Crack

The Microsoft Edge v79.x Security Baseline GPO contains the security baseline settings from Microsoft, and as mentioned this GPO shouldn’t be modified, as it will complicate any future updates of the GPO settings.

Download Edge For Windows Server

The Microsoft Edge v79.x Additional Configuration GPO should contain whatever policy configurations that applies to your setup. In here I have configured the “Update policy override” the reason for this is that if the user manually triggers the update of Edge, the user is prompted by UAC asking for an administrative username and password, not good,

Edge Chromium Stable Server 2016

This concludes the guide and you are ready to start testing the Microsoft Edge browser in your Citrix environment and eventually releasing it to production.