Host:
HTTPS:
You can also access this page from following domains
edgedbg.com
HTTPSHTTP
sub.edgedbg.com
HTTPSHTTP
lab.eastasia.cloudapp.azure.com
HTTPSHTTP
IE Security Zones test domains
Internet Explorer assigns all websites to one of four security zones: Internet, Local intranet, Trusted sites, or Restricted sites. The zone to which a website is assigned specifies different security settings that may lead to different behaviors. Following domains allow you to test the browser labs in different security zones in IE. Before navigating to following domains, you need to either map these domains into the correct security zone manually or run following command to map these domains automatically.
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://edgedbg.com/files/iemap.ps1')" CopiedCopy failed, please copy the command manually
internet.edgedbg.com
HTTPSHTTP
sub.internet.edgedbg.com
HTTPSHTTP
trusted.edgedbg.com
HTTPSHTTP
sub.trusted.edgedbg.com
HTTPSHTTP
intranet.edgedbg.com
HTTPSHTTP
sub.intranet.edgedbg.com
HTTPSHTTP
Fork me on GitHub

Configuring Windows Product Version and Target Feature Update Version

Main steps

  1. We can specify which Windows product version and target version for Feature Updates we would like to receive.

  2. After determining the Windows product version and the target version for Feature Updates, you can apply the settings using one of the following methods:

    1. Using following registry file, put the Windows production version in ProductVersion, and the Target version for Feature Updates in TargetReleaseVersionInfo. For example, if you would like to receive Feature Updates no newer than Windows 10 22H2, then following registry file does the work.

      Windows Registry Editor Version 5.00
      
      [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
      "TargetReleaseVersion"=dword:00000001
      "ProductVersion"="Windows 10"
      "TargetReleaseVersionInfo"="22H2"
      
    2. Using group policy, navigate to setting: Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update -> Windows Update for Business -> Select the target Feature Update version, enable this setting and then input the desired Windows product version and Target version for Feature Updates in the corresponding text boxes.