Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page

Windows NT is a proprietary, graphical operating system developed by Microsoft as part of its Windows line, originally aimed at workstations and servers. First released in 1993, it introduced major advances like eliminating 16-bit memory limits found in Windows 3.1 and Windows 9x. Windows NT features include support for multiprocessing, multi-user systems, a 32-bit kernel with support for multiple instruction sets beyond x86, and services like Active Directory. The technology persists in modern releases such as Windows Server 2025, now with 64-bit support.

Due To Windows 10's Retirement On 10/14/2025, I Will Shoot You To Death, Everybody!

^ | | @#####@ (### ###)-. .(### ###) \ / (### ###) ) (=- .@#####@|_--" /\ \_|l|_/ (\

(=-\ |l| /

\ \.___|l|___/ /\ |_| /

(=-\._________/\

\ / \._________/ # ---- # # __ # \########/

Product line

Windows NT is a group or family of products—like Windows is a group or family. Windows NT is a sub-grouping of Windows.

The first version of Windows NT, 3.1, was produced for workstation and server computers. It was commercially focused—and intended to complement consumer versions of Windows that were based on MS-DOS (including Windows 1.0 through Windows 3.1x). In 1996, Windows NT 4.0 was released, including the new shell from Windows 95.

Eventually, Microsoft incorporated the Windows NT technology into the Windows product line for personal computing and deprecated the Windows 9x family. Starting with Windows 2000,2 "NT" was removed from the product name yet is still in several low-level places in the system—including for a while as part of the product version.3

Installing

Versions of Windows NT are installed using Windows Setup, which, starting with Windows Vista, uses the Windows Preinstallation Environment, which is a lightweight version of Windows NT made for deployment of the operating system.

Since Windows Vista, the Windows installation files, as well as the preinstallation environment used to install Windows, are stored in the Windows Imaging Format. It is possible to use the Deployment Image Servicing and Management (DISM) tool to install Windows from the command line and skip the GUI installer.

Naming

It has been suggested that Dave Cutler intended the initialism "WNT" as a play on VMS, incrementing each letter by one.4 However, the project was originally intended as a follow-on to OS/2 and was referred to as "NT OS/2" before receiving the Windows brand.5 Two of the original NT developers, Mark Lucovsky and Dave W. Plummer,6 state that the name was taken from the original target processor—the Intel i860, code-named N10 ("N-Ten").7 A 1991 video featuring Bill Gates and Microsoft products specifically says that "Windows NT stands for 'New Technology'".8 Seven years later in 1998, during a question-and-answer (Q&A) session, he then revealed that the letters were previously expanded to such but no longer carry any specific meaning.9 The letters were dropped from the names of releases from Windows 2000 and later, though Microsoft described that product as being "Built on NT Technology".1011

"NT" was a trademark of Northern Telecom (later Nortel), which Microsoft was forced to acknowledge on the product packaging.

Major features

One of the main purposes of NT is hardware and software portability. Various versions of NT family operating systems have been released for a variety of processor architectures, initially IA-32, MIPS, and DEC Alpha, with PowerPC, Itanium, x86-64 and ARM supported in later releases. An initial idea was to have a common code base with a custom Hardware Abstraction Layer (HAL) for each platform. However, support for MIPS, Alpha, and PowerPC was later dropped in Windows 2000. Broad software compatibility was initially achieved with support for several API "personalities", including Windows API, POSIX,12 and OS/2 APIs13—the latter two were phased out starting with Windows XP.14 Partial MS-DOS and Windows 16-bit compatibility is achieved on IA-32 via an integrated DOS Virtual Machine—although this feature is not available on other architectures.15

NT has supported per-object (file, function, and role) access control lists allowing a rich set of security permissions to be applied to systems and services. NT has also supported Windows network protocols, inheriting the previous OS/2 LAN Manager networking, as well as TCP/IP networking (for which Microsoft used to implement a TCP/IP stack derived at first from a STREAMS-based stack from Spider Systems, then later rewritten in-house).16

Windows NT 3.1 was the first version of Windows to use 32-bit flat virtual memory addressing on 32-bit processors. Its companion product, Windows 3.1, used segmented addressing and switches from 16-bit to 32-bit addressing in pages.

Windows NT 3.1 featured a core kernel providing a system API, running in supervisor mode (ring 0 in x86; referred to in Windows NT as "kernel mode" on all platforms), and a set of user-space environments with their own APIs which included the new Win32 environment, an OS/2 1.3 text-mode environment and a POSIX environment. The full preemptive multitasking kernel could interrupt running tasks to schedule other tasks, without relying on user programs to voluntarily give up control of the CPU, as in Windows 3.1 Windows applications (although MS-DOS applications were preemptively multitasked in Windows starting with Windows/386).

Notably, in Windows NT 3.x, several I/O driver subsystems, such as video and printing, were user-mode subsystems. In Windows NT 4.0, the video, server, and printer spooler subsystems were moved into kernel mode. Windows NT's first GUI was strongly influenced by (and programmatically compatible with) that from Windows 3.1; Windows NT 4.0's interface was redesigned to match that of the brand-new Windows 95, moving from the Program Manager to the Windows shell design.

NTFS, a journaled, secure file system, is a major feature of NT. Windows NT also allows for other installable file systems; NT can also be installed on FAT file systems, and versions 3.1, 3.5, and 3.51 could be installed on HPFS file systems.17

Windows NT introduced its own driver model, the Windows NT driver model, and is incompatible with older driver frameworks. With Windows 2000, the Windows NT driver model was enhanced to become the Windows Driver Model, which was first introduced with Windows 98, but was based on the NT driver model.18 Windows Vista added native support for the Windows Driver Foundation, which is also available for Windows XP, Windows Server 2003 and to an extent, Windows 2000.

Development

Microsoft decided to create a portable operating system, compatible with OS/2 and POSIX and supporting multiprocessing, in October 1988.19 When development started in November 1989, Windows NT was to be known as OS/2 3.0,20 the third version of the operating system developed jointly by Microsoft and IBM. To ensure portability, initial development was targeted at the Intel i860XR RISC processor, switching to the MIPS R3000 in late 1989, and then the Intel i386 in 1990.21 Microsoft also continued parallel development of the DOS-based and less resource-demanding Windows environment, resulting in the release of Windows 3.0 in May 1990.

Windows 3.0 was eventually so successful that Microsoft decided to change the primary application programming interface for the still unreleased NT OS/2 (as it was then known) from an extended OS/2 API to an extended Windows API. This decision caused tension between Microsoft and IBM and the collaboration ultimately fell apart.

IBM continued OS/2 development alone while Microsoft continued work on the newly renamed Windows NT. Though neither operating system would immediately be as popular as Microsoft's MS-DOS or Windows products, Windows NT would eventually be far more successful than OS/2.

Microsoft hired a group of developers from Digital Equipment Corporation led by Dave Cutler to build Windows NT, and many elements of the design reflect earlier DEC experience with Cutler's VMS,22 VAXELN and RSX-11, but also an unreleased object-based operating system developed by Cutler at Digital codenamed MICA.23 The team was joined by selected members of the disbanded OS/2 team, including Moshe Dunie.24

Although NT was not an exact clone of Cutler's previous operating systems, DEC engineers almost immediately noticed the internal similarities. Parts of VAX/VMS Internals and Data Structures, published by Digital Press, accurately describe Windows NT internals using VMS terms. Furthermore, parts of the NT codebase's directory structure and filenames matched that of the MICA codebase.25 Instead of a lawsuit, Microsoft agreed to pay DEC $65–100 million, help market VMS, train Digital personnel on Windows NT, and continue Windows NT support for the DEC Alpha.26

Windows NT and VMS memory management, processes, and scheduling are very similar. Windows NT's process management differs by implementing threading, which DEC did not implement until VMS 7.0 in 1995.

Like VMS,27 Windows NT's kernel mode code distinguishes between the "kernel", whose primary purpose is to implement processor- and architecture-dependent functions, and the "executive". This was designed as a modified microkernel, as the Windows NT kernel was influenced by the Mach microkernel developed by Richard Rashid at Carnegie Mellon University,28 but does not meet all of the criteria of a pure microkernel. Both the kernel and the executive are linked together into the single loaded module ntoskrnl.exe; from outside this module, there is little distinction between the kernel and the executive. Routines from each are directly accessible, as for example from kernel-mode device drivers.

API sets in the Windows NT family are implemented as subsystems atop the publicly undocumented "native" API; this allowed the late adoption of the Windows API (into the Win32 subsystem). Windows NT was one of the earliest operating systems to use UCS-2 and UTF-16 internally.

Architecture

Main article: Architecture of Windows NT

Windows NT uses a layered design architecture that consists of two main components, user mode and kernel mode. Programs and subsystems in user mode are limited in terms of what system resources they have access to, while the kernel mode has unrestricted access to the system memory and external devices. Kernel mode in Windows NT has full access to the hardware and system resources of the computer. The Windows NT kernel is a hybrid kernel; the architecture comprises a simple kernel, hardware abstraction layer (HAL), drivers, and a range of services (collectively named Executive), which all exist in kernel mode.29

The booting process of Windows NT begins with NTLDR in versions before Vista and the Windows Boot Manager in Vista and later.30 The boot loader is responsible for accessing the file system on the boot drive, starting the kernel, and loading boot-time device drivers into memory. Once all the boot and system drivers have been loaded, the kernel starts the Session Manager Subsystem. This process launches winlogon, which allows the user to login. Once the user is logged in File Explorer is started, loading the graphical user interface of Windows NT.

Programming language

Windows NT is written in C and C++, with a very small amount written in assembly language.31 C is mostly used for the kernel code while C++ is mostly used for user-mode code. Assembly language is avoided where possible because it would impede portability.32

Releases

See also: List of Microsoft Windows versions

The following are the releases of Windows based on the Windows NT technology.

Windows NT releases
VersionMarketing nameEditionsRelease dateBuild number
3.1Windows NT 3.1Workstation, Advanced ServerJuly 27, 1993528
3.5Windows NT 3.5Workstation, ServerSeptember 21, 1994807
3.51Windows NT 3.51May 30, 19951057
4.0Windows NT 4.0Workstation, Server, Enterprise Server, Terminal Server, EmbeddedAugust 24, 19961381
5.033Windows 2000Professional, Server, Advanced ServerFebruary 17, 20002195
Datacenter ServerSeptember 26, 2000
5.134Windows XPHome, Professional, Media Center, Tablet PC, Starter, Embedded, Home N, Professional NOctober 25, 20012600
Windows Fundamentals for Legacy PCsJuly 8, 2006
5.235Windows XP64-bit Edition (IA-64)36March 28, 20033790
Windows Server 2003Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute ClusterApril 24, 2003
Windows XPProfessional x64 Edition (x86-64)April 25, 2005
Windows Server 2003 R2Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute ClusterDecember 6, 2005
Windows Home ServerNovember 4, 2007
6.037Windows VistaStarter, Home Basic, Home Premium, Business, Enterprise, UltimateBusiness: November 30, 2006Consumer: January 30, 20076000 (RTM)6001 (SP1)6002 (SP2)6003 (SP2 Update)38
Windows Server 2008Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems39February 27, 20086001 (RTM)6002 (SP2)6003 (SP2 Update)40
6.141Windows 7Starter, Home Basic, Home Premium, Professional, Enterprise, Ultimate42October 22, 2009 437600 (RTM)7601 (SP1)
Windows Server 2008 R2Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems
Windows Home Server 2011Home Server PremiumApril 6, 20117601 (SP1)
Windows Thin PCJune 6, 2011
6.244Windows 845Core, Pro, Enterprise, RT46October 26, 2012479200
Windows Server 201248Foundation, Essentials, Standard, Datacenter49September 4, 2012
6.350Windows 8.1Core, Pro, Enterprise, RT, Embedded Industry Pro/EnterpriseOctober 17, 2013960051
Windows Server 2012 R2Foundation, Essentials, Standard, Datacenter
10.05253Windows 10Home Single Language, Home China, Home, Pro, Pro Education, Pro for Workstations,54 Enterprise, Education, S, IoT Core, Mobile, Mobile Enterprise5556July 29, 201510240 (RTM)10586 (1511)14393 (1607)15063 (1703)16299 (1709)17134 (1803)17763 (1809)18362 (1903)18363 (1909)19041 (2004)19042 (20H2)19043 (21H1)19044 (21H2)19045 (22H2)
Windows Server 2016Essentials, Standard, Datacenter, Multipoint Premium Server, Storage Server, Hyper-V ServerSeptember 26, 201614393
Windows Server 2019Essentials, Standard, Datacenter, Multipoint Premium Server, Hyper-V ServerOctober 2, 201817763
Windows Server 2022August 18, 20215720348
Windows 11Home Single Language, Home China, Home, Pro, Education, Pro Education, Pro for Workstations, Enterprise, IoT Enterprise, SEOctober 5, 20215822000 (RTM)22621 (22H2)22631 (23H2)26100 (24H2)
Windows Server 2025Essentials, Standard, Datacenter, Multipoint Premium Server, Hyper-V ServerNovember 1, 202426100

Windows NT 3.1 to 3.51 incorporated the Program Manager and File Manager from the Windows 3.1 series. Windows NT 4.0 onwards replaced those programs with Windows Explorer (including a taskbar and Start menu), which originally appeared in Windows 95.

The first release was given version number 3.1 to match the contemporary 16-bit Windows; magazines of that era claimed the number was also used to make that version seem more reliable than a ".0" release. Also the Novell IPX protocol was apparently licensed only to 3.1 versions of Windows software.

The NT version number is not now generally used for marketing purposes, but is still used internally, and said to reflect the degree of changes to the core of the operating system.59 However, for application compatibility reasons, Microsoft kept the major version number as 6 in releases following Vista,60 but changed it later to 10 in Windows 10.61 The build number is an internal identifier used by Microsoft's developers and beta testers.

Starting with Windows 8.1, Microsoft changed the Version API Helper functions' behavior. If an application is not manifested for Windows 8.1 or later, the API will always return version 6.2, which is the version number of Windows 8.6263 This is because the manifest feature was introduced with Windows 8.1,64 to replace GetVersion and related functions.65

Supported platforms

32-bit platforms

In order to prevent Intel x86-specific code from slipping into the operating system, due to developers being used to developing on x86 chips, Windows NT 3.1 was initially developed using non-x86 development systems and then ported to the x86 architecture. This work was initially based on the Intel i860-based Dazzle system and, later, the MIPS R4000-based Jazz platform. Both systems were designed internally at Microsoft.66

Windows NT 3.1 was released for Intel x86 PC compatible and PC-98 platforms, and for DEC Alpha and ARC-compliant MIPS platforms. Windows NT 3.51 added support for the PowerPC processor in 1995, specifically PReP-compliant systems such as the IBM ThinkPad Power Series laptops and Motorola PowerStack series; but despite meetings between Michael Spindler and Bill Gates, not on the Power Macintosh as the PReP compliant Power Macintosh project failed to ship.

Intergraph Corporation ported Windows NT to its Clipper architecture and later announced an intention to port Windows NT 3.51 to Sun Microsystems' SPARC architecture,67 in conjunction with the company's planned introduction of UltraSPARC models in 1995,68 but neither version was sold to the public as a retail product.

Only two of the Windows NT 4.0 variants (IA-32 and Alpha) have a full set of service packs available. All of the other ports done by third parties (Motorola, Intergraph, etc.) have few, if any, publicly available updates.

Windows NT 4.0 was the last major release to support Alpha, MIPS, or PowerPC, though development of Windows 2000 for Alpha continued until August 1999, when Compaq stopped support for Windows NT on that architecture; and then three days later Microsoft also canceled their AlphaNT program,69 even though the Alpha NT 5 (Windows 2000) release had reached RC1 status.70

On January 5, 2011, Microsoft announced that the next major version of the Windows NT family will include support for the ARM architecture. Microsoft demonstrated a preliminary version of Windows (version 6.2.7867) running on an ARM-based computer at the 2011 Consumer Electronics Show.71 This eventually led to the commercial release of the Windows 8-derived Windows RT on October 26, 2012, and the use of Windows NT, rather than Windows CE, in Windows Phone 8.

The original Xbox and Xbox 360 run a custom operating system based upon a heavily modified version of Windows 2000, an approach that Microsoft engineer Don Box called "fork and run".7273 It exports APIs similar to those found in Microsoft Windows, such as Direct3D.74 The Xbox One and Xbox Series X/S consoles use a stripped-down version of the Windows operating system.75

Windows 11 is the first non-server version of Windows NT that does not support 32-bit platforms.7677

64-bit platforms

The 64-bit versions of Windows NT were originally intended to run on Itanium and DEC Alpha; the latter was used internally at Microsoft during early development of 64-bit Windows.7879 This continued for some time after Microsoft publicly announced that it was cancelling plans to ship 64-bit Windows for Alpha.80 Because of this, Alpha versions of Windows NT are 32-bit only.

While Windows 2000 only supports Intel IA-32 (32-bit), Windows XP, Server 2003, Server 2008 and Server 2008 R2 each have one edition dedicated to Itanium-based systems.818283 In comparison with Itanium, Microsoft adopted x64 on a greater scale: every version of Windows since Windows XP (which has a dedicated x64 edition)84 has x64 editions.8586

The first version of Windows NT to support ARM64 devices with Qualcomm processors was Windows 10, version 1709.87 This is a full version of Windows, rather than the cut-down Windows RT.

Hardware requirements

The minimum hardware specification required to run each release of the professional workstation version of Windows NT has been fairly slow-moving until the 6.0 (Vista) release, which requires a minimum of 15 GB of free disk space, a tenfold increase in free disk space alone over the previous version, and the 2021 10.0 (11) release which excludes most systems built before 2018.

Windows NT minimum hardware requirements
Windows versionCPURAMFree disk space
NT 3.188i386, 25 MHz12 MB90 MB
NT 3.1 Advanced Server8916 MB
NT 3.5 Workstation9012 MB
NT 3.5 Server9116 MB
NT 3.51 Workstation9212 MB
NT 3.51 Server9316 MB
NT 4.0 Workstation94i486, 25 MHz12 MB124 MB
NT 4.0 Server9516 MB
2000 Professional96Pentium, 133 MHz32 MB650 MB
2000 Server97128 MB
XP98Pentium, 233 MHz64 MB1.5 GB
Server 200399133 MHz128 MB
Vista Home Basic100800 MHz512 MB20 GB
Vista (other editions)1011 GHz1 GB40 GB
7 for IA-3210216 GB
7 for x641032 GB20 GB
8 for IA-321041 GHz with NX bit, SSE2, PAE1 GB16 GB
8 for x641052 GB20 GB
8.1 for IA-321061 GB16 GB
8.1 for x641071 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB
10 for IA-32 (RTM-v1809)1081 GHz with NX bit, SSE2, PAE1 GB16 GB
10 for x64 (RTM-v1809)1091 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB
10 for IA-32 (v1903-22H2)1101 GHz with NX bit, SSE2, PAE1 GB32 GB
10 for x64 (v1903-22H2)1111 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB
11 for x64112113Intel 8th-Gen CPU or AMD Zen+-based CPU; Trusted Platform Module (TPM) 2.0 or equivalent crypto-processor114A X86-64 v2 CPU is required starting from version 24H2, dropping unofficial support for X86-64 v1.1154 GB64 GB
11 for ARM64116117Qualcomm Snapdragon 850, 7c, 8c, 8cx; Microsoft SQ1, SQ2.An ARMv8.1 CPU is now required starting from version 24H2, dropping unofficial support for ARMv8.0.118

See also

Notes

References

  1. LeGrow, Ian (November 4, 2024). "Windows Server 2025 now generally available, with advanced security, improved performance, and cloud agility". Microsoft. Archived from the original on December 6, 2024. https://www.microsoft.com/en-us/windows-server/blog/2024/11/04/windows-server-2025-now-generally-available-with-advanced-security-improved-performance-and-cloud-agility/

  2. "Microsoft Renames Windows NT 5.0 Product Line to Windows 2000; Signals Evolution of Windows NT Technology Into Mainstream" (Press release). Microsoft. October 27, 1998. Archived from the original on June 10, 2014. Retrieved April 23, 2014. https://web.archive.org/web/20140610224640/http://www.microsoft.com/en-us/news/press/1998/oct98/nt5.aspx

  3. "OperatingSystem.VersionString Property". MSDN. Microsoft. Archived from the original on May 15, 2013. Retrieved November 10, 2014. https://msdn.microsoft.com/en-us/library/vstudio/system.operatingsystem.versionstring%28v=vs.100%29.aspx

  4. Zachary, G Pascal (1994). Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. Free Press. ISBN 978-0-02-935671-5. 978-0-02-935671-5

  5. "Microsoft Windows NT OS/2 Design Workbook". American history. Smithsonian. Retrieved March 17, 2017. http://americanhistory.si.edu/collections/search/object/nmah_742559

  6. @davepl1968 (March 1, 2025). "Did You Know? Windows NT does not stand for "New Technology". It stands for NTen, or N10, which was the codename for the Intel i860 chip where NT development started" (Tweet). Retrieved April 9, 2025 – via Twitter. https://x.com/davepl1968/status/1895871194290929872

  7. Thurrott, Paul (January 24, 2003). "Windows Server 2003: The Road To Gold". ITPro Today. https://www.itprotoday.com/windows-server/windows-server-2003-road-gold-part-one-early-years

  8. kaleidomagic (December 3, 2008). Microsoft Windows 3 and NT, 1991, Part 3. Retrieved April 9, 2025 – via YouTube. https://www.youtube.com/watch?v=SzSCwuPBsVs&t=528s

  9. Gates, Bill (June 5, 1998). "Q&A: Protecting children from information on the Internet". Microsoft. Archived from the original on May 26, 2001. Retrieved June 26, 2005. https://web.archive.org/web/20010526174935/http://www.microsoft.com/billgates/columns/1998q%26a/QA5-6.asp

  10. "Microsoft Renames Windows NT 5.0 Product Line to Windows 2000; Signals Evolution of Windows NT Technology Into Mainstream" (Press release). Microsoft. October 27, 1998. Archived from the original on June 10, 2014. Retrieved April 23, 2014. https://web.archive.org/web/20140610224640/http://www.microsoft.com/en-us/news/press/1998/oct98/nt5.aspx

  11. "Windows 2000 is a name that reflects NT's continued move to the technology mainstream". Microsoft. October 27, 1998. Archived from the original on October 7, 2008. Retrieved November 13, 2011. https://web.archive.org/web/20081007063504/http://www.microsoft.com/presspass/features/1998/10-27winma.mspx

  12. "Paul Thurrott's SuperSite for Windows". Win super site. Archived from the original on July 30, 2008. Retrieved November 24, 2010. http://www.winsupersite.com/showcase/winvista_ff_x64.asp

  13. "28 – OS/2 Compatibility", MS Windows NT 4 Workstation (resource kit), Microsoft, archived from the original on March 3, 2016, retrieved November 24, 2010 https://web.archive.org/web/20160303170554/http://www.microsoft.com/resources/documentation/windowsnt/4/workstation/reskit/en-us/os2comp.mspx?mfr=true

  14. "POSIX and OS/2 are not supported in Windows XP or in Windows Server 2003". Support. Microsoft. November 5, 2007. Archived from the original on October 19, 2004. Retrieved November 24, 2010. http://support.microsoft.com/kb/308259

  15. "x64 editions deployment". Archived from the original on December 18, 2014. Retrieved November 24, 2010. https://web.archive.org/web/20141218234430/http://download.microsoft.com/download/8/1/e/81eabaf4-1907-4967-87a9-be242b1402e9/x64_Editions_Deployment.doc

  16. Barr, Adam (June 19, 2001). "Microsoft, TCP/IP, Open Source, and Licensing". Kuro5hin. Archived from the original on December 29, 2015. Retrieved February 22, 2013. https://web.archive.org/web/20151229084950/http://www.kuro5hin.org/story/2001/6/19/05641/7357

  17. "Overview of FAT, HPFS, and NTFS File Systems". Microsoft Learn. Microsoft. September 23, 2021. Archived from the original on December 11, 2023. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/troubleshoot/windows-client/backup-and-storage/fat-hpfs-and-ntfs-file-systems

  18. "NT Drivers – FAQ – WDM". CMKrnl. Archived from the original on April 21, 2009. https://web.archive.org/web/20090421010210/http://www.cmkrnl.com/faq02.html

  19. Cutler, Dave (2005), "Preface", in Russinovich, Mark; Solomon, David A (eds.), Microsoft Windows Internals (fourth ed.), Microsoft Press, ISBN 0-7356-1917-4. 0-7356-1917-4

  20. Pollack, Andrew (July 27, 1991). "Microsoft Widens Its Split With IBM Over Software". The New York Times. Archived from the original on November 2, 2010. Retrieved September 2, 2008. https://query.nytimes.com/gst/fullpage.html?res=9D0CE0D81339F934A15754C0A967958260

  21. Thurrott, Paul (January 24, 2003). "Windows Server 2003: The Road To Gold". ITPro Today. https://www.itprotoday.com/windows-server/windows-server-2003-road-gold-part-one-early-years

  22. Russinovich, Mark (November 30, 1998). "Windows NT and VMS: The Rest of the Story". IT Pro. Retrieved January 2, 2018. http://www.itprotoday.com/windows-client/windows-nt-and-vms-rest-story

  23. Neil Rieck. "'Windows-NT' is 'VMS Reimplemented' (sort of)". Archived from the original on February 9, 2023. Retrieved February 9, 2023. http://neilrieck.net/docs/Windows-NT_is_VMS_re-implemented.html

  24. Zachary, G Pascal (1994). Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. Free Press. ISBN 978-0-02-935671-5. 978-0-02-935671-5

  25. Zachary, G Pascal (1994). Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. Free Press. ISBN 978-0-02-935671-5. 978-0-02-935671-5

  26. Russinovich, Mark (November 30, 1998). "Windows NT and VMS: The Rest of the Story". IT Pro. Retrieved January 2, 2018. http://www.itprotoday.com/windows-client/windows-nt-and-vms-rest-story

  27. Russinovich, Mark (November 30, 1998). "Windows NT and VMS: The Rest of the Story". IT Pro. Retrieved January 2, 2018. http://www.itprotoday.com/windows-client/windows-nt-and-vms-rest-story

  28. Mohr, Jim (December 1, 1999). "Windows NT Basics". Supporting Windows NT and 2000 Workstation and Server. Prentice Hall. ISBN 978-0-13-083068-5. Archived from the original on March 6, 2024. Retrieved November 29, 2023. The technique that Windows NT uses is called a 'microkernel' and was influenced by the Mach microkernel developed at Carnegie Mellon University. 978-0-13-083068-5

  29. Finnel, Lynn (2000). MCSE Exam 70-215, Microsoft Windows 2000 Server. Microsoft Press. Chapter 1: Introduction to Microsoft Windows 2000, pp. 7–18. ISBN 1-57231-903-8. 1-57231-903-8

  30. "Boot Sequence of Windows Multi-Boot - Multibooters.com". www.multibooters.com. Archived from the original on February 6, 2022. Retrieved November 19, 2020. http://www.multibooters.com/guides/boot-sequence-of-mixed-windows-multiboot.html

  31. "Windows NT System Overview". Microsoft Docs. Microsoft. February 20, 2014. Retrieved August 16, 2023. https://learn.microsoft.com/en-us/previous-versions/cc767881(v=technet.10)

  32. Chen, Raymond (September 28, 2016). One Dev Question with Raymond Chen – What Programming Language is Windows Written In?. Microsoft Learn. Microsoft. Archived from the original on October 15, 2022. Retrieved October 15, 2022. https://learn.microsoft.com/en-us/shows/one-dev-minute/one-dev-question-raymond-chen-programming-language-windows-written-in

  33. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  34. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  35. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  36. "Microsoft Releases Windows XP 64-Bit Edition Version 2003 to Manufacturing". Microsoft. March 2003. Archived from the original on December 30, 2011. Retrieved January 14, 2008. http://www.microsoft.com/presspass/press/2003/mar03/03-28WinXP64BitPR.mspx

  37. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  38. Though Windows Vista support ended in 2017 and there was never a third Service Pack, the build number change occurs when the user opts to install KB4489887 update (released for Windows Server 2008 in 2019) on their system.

  39. "Overview of Editions". Windows Server 2008. Microsoft. Archived from the original on May 15, 2009. Retrieved May 18, 2009. https://web.archive.org/web/20090515010800/http://www.microsoft.com/windowsserver2008/en/us/editions-overview.aspx

  40. "Build number changing to 6003 in Windows Server 2008". support.microsoft.com. Archived from the original on December 5, 2020. Retrieved November 1, 2020. https://support.microsoft.com/en-us/help/4495374/build-number-changing-to-6003-in-windows-server-2008

  41. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  42. LeBlanc, Brandon (February 4, 2009). "A closer look at the Windows 7 SKUs". Blogging Windows. Microsoft. Archived from the original on February 8, 2009. Retrieved February 5, 2009. http://windowsteamblog.com/blogs/windows7/archive/2009/02/04/a-closer-look-at-the-windows-7-skus.aspx

  43. Rothman, Wilson (June 2, 2009). "Windows 7 To Be Released October 22". Gizmodo. Archived from the original on December 28, 2018. Retrieved June 6, 2009. https://web.archive.org/web/20181228125942/https://gizmodo.com/5275938/windows-7-to-be-released-october-22

  44. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  45. "Windows", Developer network, Microsoft, archived from the original on April 7, 2012, retrieved October 28, 2011 http://msdn.microsoft.com/en-us/windows/apps/br229516

  46. LeBlanc, Brandon (April 16, 2012). "Announcing the Windows 8 Editions". Blogging Windows. Microsoft. Archived from the original on April 18, 2012. Retrieved April 17, 2012. http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/04/16/announcing-the-windows-8-editions.aspx

  47. "Windows 8 will be available on…". Microsoft. July 18, 2012. Archived from the original on July 20, 2012. Retrieved July 18, 2012. http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/07/18/windows-8-will-be-available-on.aspx

  48. "Windows server 8 named Windows server 2012", Windows valley, archived from the original on June 10, 2016, retrieved June 10, 2012. https://web.archive.org/web/20160610091517/http://www.windowsvalley.com/windows-server-8-named-windows-server-2012

  49. "Windows Server 2012 Editions". Server cloud. Archived from the original on November 23, 2012. Retrieved July 8, 2012. http://www.microsoft.com/en-us/server-cloud/windows-server/2012-editions.aspx

  50. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  51. Warren, Tom (August 24, 2013). "Windows 8.1 is ready for its October 17th release". The Verge. Vox Media. Archived from the original on December 28, 2018. Retrieved September 18, 2017. https://www.theverge.com/2013/8/24/4652054/microsoft-windows-8-1-rtm

  52. "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved August 7, 2021. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  53. Thurrott, Paul (November 22, 2014). "Microsoft Confirms that Windows 10 will also be Version 10 Internally". ITPro Today. Informa. Archived from the original on April 5, 2019. Retrieved July 5, 2019. https://www.itprotoday.com/windows-server/microsoft-confirms-windows-10-will-also-be-version-10-internally

  54. Pidgeon, Elana (August 10, 2017). "Microsoft announces Windows 10 Pro for Workstations". Microsoft 365 Blog. Archived from the original on December 19, 2018. Retrieved December 24, 2018. https://www.microsoft.com/en-us/microsoft-365/blog/2017/08/10/microsoft-announces-windows-10-pro-workstations

  55. Prophet, Tony (May 13, 2015). "Introducing Windows 10 Editions". Microsoft. Archived from the original on February 9, 2023. Retrieved February 9, 2023. https://blogs.windows.com/windowsexperience/2015/05/13/introducing-windows-10-editions

  56. Foley, Mary Jo (July 27, 2016). "Microsoft to add new Windows 10 Pro Education edition to its line-up". ZDNet. CBS Interactive. Archived from the original on August 4, 2024. Retrieved July 5, 2024. https://www.zdnet.com/article/microsoft-to-add-new-windows-10-pro-education-version-to-its-line-up/

  57. Schnackenburg, Paul. "Windows Server 2022 Is Coming!". Virtualization Review. Archived from the original on June 24, 2021. Retrieved June 18, 2021. https://virtualizationreview.com/articles/2021/04/06/windows-server-2022.aspx

  58. DeNisco Rayome, Alison (October 24, 2021). "Windows 11 release date: Here's when Microsoft's new OS comes out". CNET. Retrieved September 5, 2021. https://www.cnet.com/tech/services-and-software/windows-11-release-date-heres-when-microsofts-new-os-comes-out

  59. Russinovich, Mark; Solomon, David (December 2001), "Windows XP: Kernel Improvements Create a More Robust, Powerful, and Scalable OS", MSDN mag, Developer network, Microsoft, archived from the original on April 24, 2003, retrieved December 19, 2006 https://web.archive.org/web/20030424123732/http://msdn.microsoft.com/msdnmag/issues/01/12/XPKernel

  60. "Why 7?". Windows Team Blog. Microsoft. October 14, 2008. Archived from the original on April 15, 2012. Retrieved September 14, 2019. https://web.archive.org/web/20120415233158/http://windowsteamblog.com/windows/archive/b/windowsvista/archive/2008/10/14/why-7.aspx

  61. Thurrott, Paul (November 22, 2014). "Microsoft Confirms that Windows 10 will also be Version 10 Internally". ITPro Today. Informa. Archived from the original on April 5, 2019. Retrieved July 5, 2019. https://www.itprotoday.com/windows-server/microsoft-confirms-windows-10-will-also-be-version-10-internally

  62. "Operating System Version". Microsoft Developer Network. Microsoft. September 15, 2020. Archived from the original on January 2, 2021. Retrieved November 24, 2020. https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version

  63. "Operating system version changes in Windows 8.1 and Windows Server 2012 R2". Microsoft Developer Network. Microsoft. May 31, 2018. Archived from the original on December 8, 2020. Retrieved November 24, 2020. https://docs.microsoft.com/en-us/windows/win32/w8cookbook/operating-system-version-changes-in-windows-8-1

  64. "App (executable) manifest". Microsoft. July 11, 2018. Archived from the original on October 1, 2020. Retrieved November 24, 2020. https://docs.microsoft.com/en-us/windows/compatibility/application-executable-manifest

  65. "GetVersion function (sysinfoapi.h)". Microsoft. December 5, 2018. Retrieved November 24, 2020. https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getversion

  66. Lucovsky, Mark (August 9, 2000). "Windows: A Software Engineering Odyssey". Retrieved November 2, 2006. http://www.usenix.org/events/usenix-win2000/invitedtalks/lucovsky_html

  67. "Intergraph Announces Port of Windows NT to SPARC Architecture". The Florida SunFlash. July 7, 1993. Archived from the original on December 28, 2018. Retrieved August 8, 2007. http://ftp.lanet.lv/ftp/sun-info/sunflash/1993/Jul/55.11-Sun-Intergraph:-SPARC-and-Windows-NT

  68. "New ports of call for Windows NT". Personal Computer World. October 1993. p. 174.

  69. Petreley, Nicholas (September 3, 1999). "Can Linux break Intel's hold on the market?". CNN. Archived from the original on December 3, 2013. Retrieved November 26, 2013. https://web.archive.org/web/20131203012412/http://edition.cnn.com/TECH/computing/9909/03/linux.alpha.idg/index.html

  70. Aaron Sakovich (2001). "Windows 2000?". The AlphaNT Source. Archived from the original on July 8, 2008. Retrieved January 1, 2007. https://web.archive.org/web/20080708183609/http://www.alphant.com/articles/windows2000.html

  71. Warren, Tom (January 5, 2011). "Microsoft demonstrates early build of Windows 8". winrumors.com. Archived from the original on January 9, 2011. https://web.archive.org/web/20110109033638/http://www.winrumors.com/microsoft-demonstrates-early-build-of-windows-8

  72. "OneCore to rule them all: How Windows Everywhere finally happened". Ars Technica. May 20, 2016. Archived from the original on May 21, 2016. Retrieved November 30, 2020. https://arstechnica.com/information-technology/2016/05/onecore-to-rule-them-all-how-windows-everywhere-finally-happened/2/

  73. Warren, Tom (May 21, 2020). "Xbox and Windows NT 3.5 source code leaks online". Archived from the original on June 4, 2020. Retrieved August 4, 2024. https://www.theverge.com/2020/5/21/21265995/xbox-source-code-leak-original-console-windows-3-5

  74. Trinder, Garry (February 17, 2006). "The Xbox Operating System". Xbox Engineering. MSDN. Archived from the original on November 2, 2018. Retrieved October 31, 2018. https://blogs.msdn.microsoft.com/xboxteam/2006/02/17/the-xbox-operating-system/

  75. "Xbox One Is "Literally a Windows Device"". Archived from the original on December 27, 2015. Retrieved April 18, 2020. http://www.gamespot.com/articles/xbox-one-is-literally-a-windows-device/1100-6430425

  76. "Windows 11 Specifications". microsoft.com. Archived from the original on June 25, 2021. Retrieved June 25, 2021. https://www.microsoft.com/en-us/windows/windows-11-specifications

  77. "Windows minimum hardware requirements". Microsoft Docs. September 2021. Archived from the original on August 19, 2023. Retrieved August 18, 2023. https://learn.microsoft.com/en-us/windows-hardware/design/minimum/minimum-hardware-requirements-overview

  78. Thurott, Paul (December 15, 1999). "Road to Gold: A Look at the Development of Windows 2000". Archived from the original on June 12, 2018. Retrieved January 2, 2018. http://www.itprotoday.com/windows-server/road-gold-look-development-windows-2000-0

  79. Chen, Raymond (August 2008). "Building on the Past". Windows Confidential. TechNet Magazine. Microsoft. Archived from the original on January 3, 2024. Retrieved November 30, 2023. https://learn.microsoft.com/en-us/previous-versions/technet-magazine/cc718978(v=msdn.10)

  80. Thurott, Paul (June 21, 2000). "Windows 2000 Reportedly Returning to Alpha Platform". Archived from the original on January 3, 2018. Retrieved January 2, 2018. UPDATE: Compaq has apparently denied that any work is being done on Windows 2000/64 for the Alpha. http://www.itprotoday.com/windows-8/windows-2000-reportedly-returning-alpha-platform

  81. "Comparison of Windows Server 2003 Editions". Microsoft Learn. Microsoft. October 8, 2009. Archived from the original on January 30, 2024. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc758523(v=ws.10)

  82. "Windows Server 2008 for Itanium-Based Systems Feature Support". Microsoft Learn. Microsoft. July 2, 2012. Archived from the original on March 5, 2024. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc772344(v=ws.10)

  83. "Windows Server 2008 R2 for Itanium-Based Systems". Windows Server Editions. Microsoft. Archived from the original on October 9, 2011. Retrieved October 14, 2011. http://www.microsoft.com/en-us/server-cloud/windows-server/2008-r2-itanium.aspx

  84. "Microsoft Windows XP 64-Bit Edition". Microsoft Learn. Microsoft. August 15, 2001. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb457053(v=technet.10)

  85. "Comparison of Windows Server 2003 Editions". Microsoft Learn. Microsoft. October 8, 2009. Archived from the original on January 30, 2024. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc758523(v=ws.10)

  86. "A description of the x64-based versions of Windows Server 2003 and of Windows XP Professional x64 Edition". Microsoft Support Center. Microsoft. Archived from the original on October 17, 2011. Retrieved October 14, 2011. https://web.archive.org/web/20111017165559/http://support.microsoft.com/kb/888733

  87. "Windows 10 1709 Supported Qualcomm Processors". November 10, 2021. Archived from the original on November 27, 2022. Retrieved November 27, 2022. https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-10-1709-supported-qualcomm-processors

  88. "Recommended Hardware Configs. for Workstations and Servers". Microsoft. November 1, 2006. Archived from the original on February 27, 2013. https://web.archive.org/web/20130227071239/http://support.microsoft.com/kb/103326/en-us

  89. "Recommended Hardware Configs. for Workstations and Servers". Microsoft. November 1, 2006. Archived from the original on February 27, 2013. https://web.archive.org/web/20130227071239/http://support.microsoft.com/kb/103326/en-us

  90. "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014. https://web.archive.org/web/20140622124234/http://support.microsoft.com/kb/139733

  91. "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014. https://web.archive.org/web/20140622124234/http://support.microsoft.com/kb/139733

  92. "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014. https://web.archive.org/web/20140622124234/http://support.microsoft.com/kb/139733

  93. "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014. https://web.archive.org/web/20140622124234/http://support.microsoft.com/kb/139733

  94. "Info: Windows NT 4.0 Setup Troubleshooting Guide". Microsoft. October 31, 2006. Archived from the original on March 20, 2014. https://web.archive.org/web/20140320165913/http://support.microsoft.com/kb/126690

  95. "Info: Windows NT 4.0 Setup Troubleshooting Guide". Microsoft. October 31, 2006. Archived from the original on March 20, 2014. https://web.archive.org/web/20140320165913/http://support.microsoft.com/kb/126690

  96. "System requirements for Microsoft Windows 2000 operating systems". Support. Microsoft. November 13, 2007. Archived from the original on May 30, 2014. Retrieved September 10, 2017. https://web.archive.org/web/20140530050321/http://support.microsoft.com/kb/304297

  97. "System requirements for Microsoft Windows 2000 operating systems". Support. Microsoft. November 13, 2007. Archived from the original on May 30, 2014. Retrieved September 10, 2017. https://web.archive.org/web/20140530050321/http://support.microsoft.com/kb/304297

  98. "System requirements for Microsoft Windows XP operating systems". Support. Microsoft. September 14, 2007. Archived from the original on July 17, 2013. Retrieved August 10, 2017. https://web.archive.org/web/20130717105430/http://support.microsoft.com/kb/314865

  99. "Windows Server 2003, Standard Edition: System requirements". Microsoft. January 21, 2005. Retrieved November 29, 2023. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc738496(v=ws.10)

  100. "System requirements for Microsoft Windows Vista". Support. Microsoft. November 13, 2007. Archived from the original on February 12, 2015. Retrieved September 10, 2017. https://web.archive.org/web/20150212073425/http://support.microsoft.com/kb/919183

  101. "System requirements for Microsoft Windows Vista". Support. Microsoft. November 13, 2007. Archived from the original on February 12, 2015. Retrieved September 10, 2017. https://web.archive.org/web/20150212073425/http://support.microsoft.com/kb/919183

  102. "Windows 7 system requirements". Support. Microsoft. Archived from the original on January 27, 2020. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/10737/windows-7-system-requirements

  103. "Windows 7 system requirements". Support. Microsoft. Archived from the original on January 27, 2020. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/10737/windows-7-system-requirements

  104. "Windows 8 system requirements". Support. Microsoft. Archived from the original on December 22, 2019. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/12660/windows-8-system-requirements

  105. "Windows 8 system requirements". Support. Microsoft. Archived from the original on December 22, 2019. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/12660/windows-8-system-requirements

  106. "Windows 8 system requirements". Support. Microsoft. Archived from the original on December 22, 2019. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/12660/windows-8-system-requirements

  107. "Windows 8 system requirements". Support. Microsoft. Archived from the original on December 22, 2019. Retrieved September 10, 2017. https://support.microsoft.com/en-us/help/12660/windows-8-system-requirements

  108. "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Archived from the original on May 1, 2018. Retrieved September 10, 2017. https://www.microsoft.com/en-us/windows/windows-10-specifications

  109. "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Archived from the original on May 1, 2018. Retrieved September 10, 2017. https://www.microsoft.com/en-us/windows/windows-10-specifications

  110. "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Archived from the original on May 1, 2018. Retrieved September 10, 2017. https://www.microsoft.com/en-us/windows/windows-10-specifications

  111. "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Archived from the original on May 1, 2018. Retrieved September 10, 2017. https://www.microsoft.com/en-us/windows/windows-10-specifications

  112. "Windows 11 Specifications". microsoft.com. Archived from the original on June 25, 2021. Retrieved June 25, 2021. https://www.microsoft.com/en-us/windows/windows-11-specifications

  113. "Windows minimum hardware requirements". Microsoft Docs. September 2021. Archived from the original on August 19, 2023. Retrieved August 18, 2023. https://learn.microsoft.com/en-us/windows-hardware/design/minimum/minimum-hardware-requirements-overview

  114. Warren, Tom (August 27, 2021). "Microsoft won't stop you installing Windows 11 on older PCs". The Verge. Vox Media. Archived from the original on August 27, 2021. Retrieved October 24, 2021. https://www.theverge.com/22644194/microsoft-windows-11-minimum-system-requirements-processors-changes

  115. Sen, Sayan (December 17, 2024). "Acronis backup, cloning app gets Windows 11 24H2 BitLocker support; won't work on old CPUs". Neowin. Sadly, though, if you are on a Core 2 Duo or something similar that does not have x86_64-v2 instructions like SSE4.2 and PopCnt, you will not be able to install Windows 11 24H2, and no trick or hack exists that will be able to work around this requirement. https://www.neowin.net/news/acronis-backup-cloning-app-gets-windows-11-24h2-bitlocker-support-wont-work-on-old-cpus/

  116. "Windows 11 Specifications". microsoft.com. Archived from the original on June 25, 2021. Retrieved June 25, 2021. https://www.microsoft.com/en-us/windows/windows-11-specifications

  117. "Windows minimum hardware requirements". Microsoft Docs. September 2021. Archived from the original on August 19, 2023. Retrieved August 18, 2023. https://learn.microsoft.com/en-us/windows-hardware/design/minimum/minimum-hardware-requirements-overview

  118. Carrasqueira, João (May 6, 2024). "Windows phones say goodbye to Windows 11 starting with version 24H2". XDA Developers. the Windows 11 2024 Update will only run on processors based on Arm v8.1 or later https://www.xda-developers.com/windows-11-24h2-lumia-not-supported/