Windows Server 2012 Edge
Demonstrate how to alter the local security policy to enable the Built In Administrator to use the Microsoft Edge Browser by using the secpol.msc (Internet E.
The following is a list of Microsoft written and published operating systems. For the codenames that Microsoft gave their operating systems, see Microsoft codenames. For another list of versions of Microsoft Windows, see, List of Microsoft Windows versions.
MS-DOS[edit]
- See MS-DOS Versions for a full list.
- I don't know if they will give official support for windows server 2008 R2 and up, but because windows server is based on the same windows NT kernel that home versions of windows like windows 7 (windows server 2008 R2) or windows 8.1 (windows server 2012 R2) or windows 10 (windows server 2016 and windows server 2019), it should work the same with minimal to no problems.
- Illustrates the differences among the various Windows Server 2012 R2 products and editions, including information about locks and limits and supported server roles and features.
The Microsoft Evaluation Center brings you full-featured Microsoft product evaluation software available for download or trial on Microsoft Azure. Windows Server 2012 R2; Windows Server 2016 (LTSC) Windows Server 2019 (LTSC) Windows Server (SAC) Important. We will continue to support Microsoft Edge on Windows 7 and Windows Server 2008 R2 until January 15, 2022. These operating systems are out of support and Microsoft recommends you move to a supported operating system such as Windows 10.
Windows[edit]
| Name | Date of release |
|---|---|
| Windows 1.0 | 1985-11-20 |
| Microsoft 10X | 2021-08-09 |
| Windows 3.0 | 1990-05-22 |
| Windows 3.1 | 1992-03-08 |
| Windows NT 3.1 | 1993-10-27 |
| Windows NT 3.5 | 1994-09-21 |
| Windows NT 3.51 | 1995-05-30 |
| Windows 95 | 1995-08-24 |
| Windows NT 4.0 | 1996-07-31 |
| Windows 98 | 1998-06-25 |
| Windows 2000 | 2000-02-17 |
| Windows ME | 2000-09-14 |
| Windows Neptune | Not released. |
| Windows XP | 2001-10-25 |
| Windows XP 64-Bit | |
| Windows XP Embedded | 2002-01-30 |
| Windows XP Media | 2002-10-28 |
| Windows XP Tablet PC | 2002-11-07 |
| Windows XP 64-bit 2003 | 2003-03-28 |
| Windows Server 2003 | 2003-04-24 |
| Windows Small Business | 2003-10-09 |
| Windows XP Starter | 2004-08-11 |
| Windows XP Pro x64 | 2005-04-25 |
| Windows Embedded for | 2005-06-06 |
| Windows Server 2003 R2 | 2005-??-?? |
| Windows Vista | 2007-01-30 |
| Windows Home Server | 2007-11-04 |
| Windows Server 2008 | 2008-02-27 |
| Windows Small Business | 2008-08-21 |
| Windows Embedded 2009 | 2008-12-14 |
| Windows Server 2008 R2 | 2009-07-22 |
| Windows 7 | 2009-10-22 |
| Windows Server 2012 | 2012-09-04 |
| Windows 8 | 2012-10-26 |
| Windows 8.1 | 2013-10-17 |
| Windows Server 2012 R2 | 2013-10-18 |
| Windows CE | |
| AutoPC | |
| Pocket PC | |
| Pocket PC 2000 | 2000 |
| Pocket PC 2002 | 2002 |
| Portable Media Center | |
| Portable Media Center | |
| Windows Mobile |
Windows 10 + Windows Server 2016/2019 (Goes up to modern day)[edit]
| Name | Date of release | Update version |
|---|---|---|
| Windows 10 | 2015-07-29 | N/A |
| Windows 10 (1511) | 2015-11-10 | November (1511) |
| Windows 10 (1607) | 2016-08-02 | Anniversary (1607) |
| Windows Server 2016 | ||
| Windows 10 (1703) | 2017-04-05 | Creators (1703) |
| Windows 10 (1709) | 2017-10-17 | Fall Creators (1709) |
| Windows Server (1709) | ||
| Windows 10 (1803) | 2018-04-30 | April 2018 (1803) |
| Windows Server (1803) | ||
| Windows 10 (1809) | 2018-11-13 | October 2018 (1809) |
| Windows Server (1809) | ||
| Windows Server 2019 | ||
| Windows 10 (1903) | 2019-05-21 | May 2019 (1903) |
| Windows Server (1903) | ||
| Windows 10 (1909) | 2019-11-12 | November 2019 (1909) |
| Windows Server (1909) | ||
| Windows 10 (2004) | 2020-05-27 | May 2020 (2004) |
| Windows Server (2004) | ||
| Windows 10 Mobile | 2015 | |
| Windows 10X | 2020 |
Windows Phone[edit]
| Name | Date of release |
|---|---|
| Windows Phone 7 | 2010 |
| Windows Phone 8 | 2012 |
| Windows Phone 8.1 | 2014 |
Windows Mobile[edit]
Xbox gaming[edit]
OS/2[edit]
| Version | Date of release |
|---|---|
| 1 | 1987 |
| 1.1 | 1988 |
| 1.2 | 1989 |
| 1.3 | 1990 |
New Edge Windows Server 2012 R2
Other operating systems[edit]
- Microsoft Linux distributions
- Singularity
Time line[edit]

See also[edit]
External links[edit]
- Concise Microsoft O.S. Timeline, by Bravo Technology Center
This article explains how to configure NTP on Windows Server 2012. If you’re looking for Windows Server 2008 R2, see my article here. Remember, that in a domain environment, time synchronization is taken care of but you should configure the PDC Emulator of a domain to sync externally since that is the server which decides what time it is!
Are you looking how to configure NTP using GPO, please read my article on it here.
This is all you need if you want to keep it simple. Run using PowerShell as admin:
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
Stop-Service w32time
Start-Service w32time
If the machine is a VM inside Hyper-V, you have to disable time sync. Open VM settings -> Management -> Integration Services and uncheck Time Synchronization.
That should be it! Want to know more? Doesn’t work? Have you screwed up the config and want to start from the beginning? Keep on reading…
W32tm is the command to use. Sure, there are articles out there mentioning “net time”, but you should not use that. Some other also mentions editing the registry directly, but as Microsoft mentions in the article: It is recommended that you do not directly edit the registry unless there is no other alternative. But if you really want to check the registry, it’s here: HKLMSystemCurrentControlSetServicesW32Time.
Which NTP-server to use? Or several?
The pool.ntp.org is a round-robin of random selected NTP servers. As they say “This is usually good enough for end-users“. But you might want to add several NTP-servers yourself for redundancy?
w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org” /syncfromflags:MANUAL
Just keep adding them with a space in between them. Yes, I know some sites say you should separate them using comma but that doesn’t work. Also, I’ve experienced issues that it configures correctly, but still after restarting the service, it doesn’t work. I just needed to do the configuration again, and try once more. Also, remember that cut’n’paste from the web can sometimes screw up the ” character so write it manually instead of cut’n’paste to be sure.
Don’t forget your firewall
If you got a firewall between your host and the Internet, it might drop udp/123 which is the NTP protocol. This is how it looked in my Cisco ASA FW:
So I created a rule to allow it and after that it worked.
More info and debug logging
The following commands are quite useful which lists the current source, when it last sync’ed etc.
w32tm /query /status
Eventually, when the server can’t get time from the NTP server it will add an event to the event log:
Log Name: System
Source: Microsoft-Windows-Time-Service
Event ID: 47
Level: Warning
Description: Time Provider NtpClient: No valid response has been received from manually configured peer pool.ntp.org after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS name. The error was: The peer is unreachable.
Otherwise, when it’s working, you will get:
Log Name: System
Source: Microsoft-Windows-Time-Service
Event ID: 35
Level: Information
Description: The time service is now synchronizing the system time with the time source pool.ntp.org (ntp.m|0x0|0.0.0.0:123->85.10.240.253:123).
You still getting problems? You can easily turn on debugging to a logfile which in this case is limited t0 10 MB and include ALL debug entries.
w32tm /debug /enable /file:C:Tempw32tmdebug.log /size:10485760 /entries:0-300
Turn it off again with:
w32tm /debug /disable
Expect a lot of info in this debug log. For me, when it worked, the following entries showed it was working:
– Reachability: peer pool.ntp.org (ntp.m|0x0|0.0.0.0:123->129.70.132.35:123) is reachable.
– Logging information: NtpClient is currently receiving valid time data from pool.ntp.org (ntp.m|0x0|0.0.0.0:123->129.70.132.35:123).

But when I had my firewall blocking the packets, I would get the following. Don’t trust this too much though, since I did get this when I allowed it in the firewall also, but when it was blocked, I did not get the entries above.
Windows Server 2012 Security From End To Edge And Beyond
– Logging error: NtpClient has been configured to acquire time from one or more time sources, however none of the sources are currently accessible and no attempt to contact a source will be made for 1 minutes. NTPCLIENT HAS NO SOURCE OF ACCURATE TIME.
Force a resync

If you want to force the client to resync, run:
w32tm /resync
Sending resync command to local computer
The command completed successfully.
If you get the following error, the computer can’t reach the NTP-server(s).
The computer did not resync because no time data was available.
Start from scratch
If you completely screwed up the config, you can always do the following command and it will completely erase and add a default W32time configuration:
Stop-Service w32time
w32tm /unregister
w32tm /register
When doing the unregister I got the following error for some reason, but it seems like it worked anyway.
The following error occurred: Access is denied. (0x80070005)
Sometimes when doing the /register, I would get the following. This usually solved by waiting for a while. I would suggest you stop the service before doing /unregister. Otherwise, a reboot would probably solve most problems.
The following error occurred: The specified service has been marked for deletion. (0x80070430)
If you miss any important information, let me know and I’ll add it.
