Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Windows NT

Page semi-protected
From Wikipedia, the free encyclopedia
Microsoft operating system family

Operating system
Windows NT
DeveloperMicrosoft, withDave Cutler as the lead architect
Written inC,Assembly language
(core)
C++
(user mode applications, kernel graphical subsystem)
C#
(user mode applications)[1]
Working stateCurrent
Source model
Initial releaseJuly 27, 1993; 32 years ago (1993-07-27)
(asWindows NT 3.1)
Latest release25H2 (10.0.26200.7171) (November 11, 2025; 16 days ago (2025-11-11)[2]) [±]
Latest preview
  • Release Preview Channel: 25H2 (10.0.26200.7309) (November 26, 2025; 1 day ago (2025-11-26)[3][4]) [±]
  • Beta Channel: 25H2 (10.0.26220.7271) (November 21, 2025; 6 days ago (2025-11-21)[5]) [±]
  • Dev Channel: 25H2 (10.0.26220.7271) (November 21, 2025; 6 days ago (2025-11-21)[5]) [±]
  • Canary Channel: 10.0.28000.1199 (November 18, 2025; 9 days ago (2025-11-18)[6]) [±]
Update methodWindows Update,Windows Server Update Services
Supported platformsIA-32,x86-64,ARM andARM64 (and historicallyIntel i860,DEC Alpha,Itanium,MIPS, andPowerPC)
Kernel typeHybrid[citation needed]
Influenced byRSX-11,VAXELN,OpenVMS,MICA,Mach (kernel)
MS-DOS,OS/2,Windows 3.1 (userland)
Default
user interface
Graphical (Windows shell)
LicenseDepending on version, edition or customer choice:Trialware,commercial software,volume licensing,OEM-only,SaaS,S+S[a]
Official websitewindows.com

Windows NT is aproprietarygraphicaloperating system produced byMicrosoft as part of itsWindows product line, the first version of which,Windows NT 3.1, was released on July 27, 1993. Originally made for theworkstation, office, andserver markets, the Windows NT line was made available toconsumers with the release ofWindows XP in 2001. The underlying technology of Windows NT continues to exist to this day with incremental changes and improvements, with the latest version of Windows based on Windows NT beingWindows Server 2025 announced in 2024.[7]

The name "Windows NT" originally denoted the major technological advancements that it had introduced to the Windows product line, including eliminating the16-bit memory access limitations of earlier Windows releases such asWindows 3.1. Each Windows release built on this technology is considered to be based on, if not a revision of Windows NT, even though the Windows NT name itself has not been used in any other Windows releases sinceWindows NT 4.0 in 1996.

Windows NT provides many more features than other Windows releases, among them being support formultiprocessing,multi-user systems, a "pure"32-bit kernel with 32-bit memory addressing, support forinstruction sets other thanx86, and many other system services such asActive Directory and more. Newer versions of Windows NT support64-bit computing, with a 64-bit kernel and 64-bit memory addressing.

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 forworkstation andserver computers. It was commercially focused—and intended to complement consumer versions of Windows that were based onMS-DOS (includingWindows 1.0 throughWindows 3.1x). In 1996,Windows NT 4.0 was released, including the new shell fromWindows 95.

Eventually, Microsoft incorporated the Windows NT technology into the Windows product line forpersonal computing and deprecated theWindows 9x family. Starting withWindows 2000,[8] "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.[9]

Installing

Versions of Windows NT are installed usingWindows Setup, which, starting withWindows Vista, uses theWindows Preinstallation Environment, which is a lightweight version of Windows NT made for deployment of the operating system.[citation needed]

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

Naming

It has been suggested thatDave Cutler intended the initialism "WNT" as a play onVMS,incrementing each letter by one.[10] However, the project was originally intended as a follow-on toOS/2 and was referred to as "NT OS/2" before receiving the Windows brand.[11] Two of the original NT developers,Mark Lucovsky andDave W. Plummer,[12] state that the name was taken from the original target processor—theIntel i860, code-named N10 ("N-Ten").[13] A 1991 video featuringBill Gates and Microsoft products specifically says that "Windows NT stands for 'New Technology'".[14] Seven years later in 1998, during a question-and-answer (Q&A) session, he then revealed that the letters were previouslyexpanded to such but no longer carry any specific meaning.[15] 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".[8][16]

"NT" was a trademark of Northern Telecom (laterNortel), which Microsoft was forced to acknowledge on the product packaging.[citation needed]

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, initiallyIA-32,MIPS, andDEC Alpha, withPowerPC,Itanium,x86-64 andARM supported in later releases. An initial idea was to have a common code base with a customHardware Abstraction Layer (HAL) for each platform. However, support for MIPS, Alpha, and PowerPC was later dropped inWindows 2000. Broad software compatibility was initially achieved with support for severalAPI "personalities", includingWindows API,POSIX,[17] andOS/2 APIs[18]—the latter two were phased out starting with Windows XP.[19] PartialMS-DOS and Windows 16-bit compatibility is achieved on IA-32 via an integratedDOS Virtual Machine—although this feature is not available on other architectures.[20]

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. NThas also supported Windows network protocols, inheriting the previous OS/2LAN Manager networking, as well asTCP/IP networking (for which Microsoft used to implement a TCP/IP stack derived at first from aSTREAMS-based stack fromSpider Systems, then later rewritten in-house).[21]

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 insupervisor 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 fullpreemptive multitasking kernel could interrupt running tasks toschedule 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 withWindows/386).

Notably, in Windows NT 3.x, several I/O driver subsystems, such as video and printing, wereuser-mode subsystems. In Windows NT 4.0, the video, server, and printer spooler subsystems were moved into kernel mode. Windows NT's firstGUI 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-newWindows 95, moving from theProgram Manager to theWindows 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 onFAT file systems, and versions 3.1, 3.5, and 3.51 could be installed onHPFS file systems.[22]

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

Development

Windows NT wordmark forversion 4.0

Microsoft decided to create a portable operating system, compatible withOS/2 andPOSIX and supportingmultiprocessing, in October 1988.[24] When development started in November 1989, Windows NT was to be known asOS/2 3.0,[25] the third version of the operating system developed jointly by Microsoft andIBM. To ensure portability, initial development was targeted at theIntel i860XRRISC processor, switching to theMIPSR3000 in late 1989, and then theIntel i386 in 1990.[13] Microsoft also continued parallel development of the DOS-based and lessresource-demanding Windows environment, resulting in the release ofWindows 3.0 in May 1990.

Windows 3.0 was eventually so successful that Microsoft decided to change the primaryapplication programming interface for the still unreleased NT OS/2 (as it was then known) from an extended OS/2 API to an extendedWindows 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 fromDigital Equipment Corporation led byDave Cutler to build Windows NT, and many elements of the design reflect earlier DEC experience with Cutler'sVMS,[26]VAXELN andRSX-11, but also an unreleased object-based operating system developed by Cutler at Digital codenamedMICA.[27] The team was joined by selected members of the disbanded OS/2 team, includingMoshe Dunie.[10]

Windows 2000 architecture

Although NT was not an exact clone of Cutler's previous operating systems, DEC engineers almost immediately noticed the internal similarities. Parts ofVAX/VMS Internals and Data Structures, published byDigital 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.[10] 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 VMSmemory management,processes, andscheduling are very similar. Windows NT'sprocess management differs by implementingthreading, which DEC did not implement until VMS 7.0 in 1995.

Like VMS,[26] 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 modifiedmicrokernel, as the Windows NT kernel was influenced by theMach microkernel developed byRichard Rashid at Carnegie Mellon University,[28] but does not meet all of the criteria of a pure microkernel. Both the kernel and the executive arelinked together into the single loaded modulentoskrnl.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 useUCS-2 andUTF-16 internally.[citation needed]

Architecture

Main article:Architecture of Windows NT

Windows NT uses a layered designarchitecture that consists of two main components,user mode andkernel 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 NTkernel is ahybrid kernel; the architecture comprises asimple kernel,hardware abstraction layer (HAL), drivers, and a range of services (collectively namedExecutive), which all exist in kernel mode.[29]

Thebooting process of Windows NT begins withNTLDR in versions before Vista and theWindows Boot Manager in Vista and later.[30] The boot loader is responsible for accessing the file system on the boot drive, startingthe kernel, and loading boot-time device drivers into memory. Once all the boot and system drivers have been loaded, the kernel starts theSession Manager Subsystem. This process launcheswinlogon, which allows the user to login. Once the user is logged inFile Explorer is started, loading thegraphical user interface of Windows NT.

Programming language

Windows NT is written inC andC++, with a very small amount written inassembly 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 impedeportability.[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.0[33]Windows 2000Professional, Server, Advanced ServerFebruary 17, 20002195
Datacenter ServerSeptember 26, 2000
5.1[33]Windows XPHome, Professional,Media Center, Tablet PC, Starter,Embedded, Home N, Professional NOctober 25, 20012600
Windows Fundamentals for Legacy PCsJuly 8, 2006
5.2[33]Windows XP64-bit Edition (IA-64)[34]March 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 ClusterMarch 5, 2006
Windows Home ServerNovember 4, 2007
6.0[33]Windows VistaStarter, Home Basic, Home Premium, Business, Enterprise, UltimateBusiness: November 30, 2006
Consumer: January 30, 2007
6000 (RTM)
6001 (SP1)
6002 (SP2)
6003 (SP2 Update)[b]
Windows Server 2008Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems[35]February 27, 20086001 (RTM)
6002 (SP2)
6003 (SP2 Update)[36]
6.1[33]Windows 7Starter, Home Basic, Home Premium, Professional, Enterprise, Ultimate[37]October 22, 2009[38]7600 (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
Windows Thin PCJune 6, 2011
6.2[33]Windows 8[39]Core, Pro, Enterprise,RT[40]October 26, 2012[41]9200
Windows Server 2012[42]Foundation, Essentials, Standard, Datacenter[43]September 4, 2012
6.3[33]Windows 8.1Core, Pro, Enterprise, RT, Embedded Industry Pro/EnterpriseOctober 17, 20139600[44]
Windows Server 2012 R2Foundation, Essentials, Standard, Datacenter
10.0[33][45]Windows 10Home Single Language, Home China, Home, Pro, Pro Education, Pro for Workstations,[46] Enterprise, Education, S, IoT Core,Mobile, Mobile Enterprise[47][48]July 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, 2021[49]20348
Windows 11Home Single Language, Home China, Home, Pro, Education, Pro Education, Pro for Workstations, Enterprise, IoT Enterprise, SEOctober 5, 2021[50]22000 (RTM)
22621 (22H2)
22631 (23H2)
26100 (24H2)
26200 (25H2)
Windows Server 2025Essentials, Standard, Datacenter, Multipoint Premium Server, Hyper-V ServerNovember 1, 202426100

Windows NT 3.1 to 3.51 incorporated theProgram Manager andFile Manager from theWindows 3.1 series. Windows NT 4.0 onwards replaced those programs withWindows Explorer (including ataskbar andStart menu), which originally appeared inWindows 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.[citation needed]

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.[51] However, for application compatibility reasons, Microsoft kept the major version number as 6 in releases following Vista,[52] but changed it later to 10 in Windows 10.[45] The build number is an internal identifier used by Microsoft's developers and beta testers.

Starting withWindows 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 ofWindows 8.[53][54] This is because themanifest feature was introduced with Windows 8.1,[55] to replace GetVersion and related functions.[56]

Supported platforms

32-bit platforms

In order to preventIntel 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 theIntel i860-basedDazzle system and, later, the MIPS R4000-basedJazz platform. Both systems were designed internally at Microsoft.[57]

Windows NT 3.1 was released for Intel x86PC compatible andPC-98 platforms, and forDEC Alpha andARC-compliantMIPS platforms. Windows NT 3.51 added support for thePowerPC processor in 1995, specificallyPReP-compliant systems such as theIBM ThinkPad Power Series laptops andMotorola PowerStack series; but despite meetings betweenMichael Spindler and Bill Gates, not on thePower Macintosh as the PReP compliant Power Macintosh project failed to ship.

Intergraph Corporation ported Windows NT to itsClipper architecture and later announced an intention to port Windows NT 3.51 toSun Microsystems'SPARC architecture,[58] in conjunction with the company's planned introduction of UltraSPARC models in 1995,[59] 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, whenCompaq stopped support for Windows NT on that architecture; and then three days later Microsoft also canceled their AlphaNT program,[60] even though the Alpha NT 5 (Windows 2000) release had reachedRC1 status.[61]

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

The originalXbox andXbox 360 run a customoperating system based upon a heavily modified version ofWindows 2000, an approach that Microsoft engineer Don Box called "fork and run".[63][64] It exportsAPIs similar to those found inMicrosoft Windows, such asDirect3D.[65] TheXbox One andXbox Series X/S consoles use a stripped-down version of the Windows operating system.[66]

Windows 11 is the first non-server version of Windows NT that does not support 32-bit platforms.[67][68]

64-bit platforms

The64-bit versions of Windows NT were originally intended to run onItanium andDEC Alpha; the latter was used internally at Microsoft during early development of 64-bit Windows.[69][70] This continued for some time after Microsoft publicly announced that it was cancelling plans to ship 64-bit Windows for Alpha.[71] Because of this, Alpha versions of Windows NT are 32-bit only.

WhileWindows 2000 only supports IntelIA-32 (32-bit), Windows XP, Server 2003, Server 2008 and Server 2008 R2 each have one edition dedicated to Itanium-based systems.[72][73][74] In comparison with Itanium, Microsoft adoptedx64 on a greater scale: every version of Windows sinceWindows XP (which has adedicated x64 edition)[75] has x64 editions.[72][76]

The first version of Windows NT to support ARM64 devices with Qualcomm processors wasWindows 10, version 1709.[77] This is a full version of Windows, rather than the cut-downWindows 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.1[78]i386, 25 MHz12 MB90 MB
NT 3.1 Advanced Server[78]16 MB
NT 3.5 Workstation[79]12 MB
NT 3.5 Server[79]16 MB
NT 3.51 Workstation[79]12 MB
NT 3.51 Server[79]16 MB
NT 4.0 Workstation[80]i486, 25 MHz12 MB124 MB
NT 4.0 Server[80]16 MB
2000 Professional[81]Pentium, 133 MHz32 MB650 MB
2000 Server[81]128 MB
XP[82]Pentium, 233 MHz64 MB1.5 GB
Server 2003[83]133 MHz128 MB
Vista Home Basic[84]800 MHz512 MB20 GB
Vista (other editions)[84]1 GHz1 GB40 GB
7 for IA-32[85]16 GB
7 for x64[85]2 GB20 GB
8 for IA-32[86]1 GHz withNX bit,SSE2,PAE1 GB16 GB
8 for x64[86]2 GB20 GB
8.1 for IA-32[86]1 GB16 GB
8.1 for x64[86]1 GHz withNX bit,SSE2,PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB
10 for IA-32 (RTM-v1809)[87]1 GHz withNX bit,SSE2,PAE1 GB16 GB
10 for x64 (RTM-v1809)[87]1 GHz withNX bit,SSE2,PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB
10 for IA-32 (v1903-22H2)[87]1 GHz withNX bit,SSE2,PAE1 GB32 GB
10 for x64 (v1903-22H2)[87]1 GHz withNX bit,SSE2,PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB
11 for x64[67][68]Intel 8th-Gen CPU orAMD Zen+-based CPU;Trusted Platform Module (TPM) 2.0 or equivalent crypto-processor[88]
AX86-64 v2 CPU is required starting fromversion 24H2, dropping unofficial support for X86-64 v1.[89]
4 GB64 GB
11 for ARM64[67][68]Qualcomm Snapdragon 850, 7c, 8c, 8cx;Microsoft SQ1, SQ2.
AnARMv8.1 CPU is now required starting from version 24H2, dropping unofficial support forARMv8.0.[90]

See also

Notes

  1. ^For more information on how Microsoft licenses its products, seeMicrosoft Software Assurance,DreamSpark,DreamSpark Premium,BizSpark,MSDN § Software subscriptions,Microsoft TechNet § Subscriptions and downloads, andclient access license.
  2. ^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.

References

  1. ^Lextrait, Vincent (January 2010)."The Programming Languages Beacon" (v10.0 ed.).Archived from the original on May 30, 2012. RetrievedJanuary 4, 2010.
  2. ^"November 11, 2025—KB5068861 (OS Builds 26200.7171 and 26100.7171)".Microsoft Support.Microsoft.
  3. ^"Releasing Windows 11 Builds 26100.7296 and 26200.7296 to the Release Preview Channel".Windows Insider Blog. November 17, 2025.
  4. ^"November 11, 2025—KB5068861 (OS Builds 26200.7171 and 26100.7171)".Microsoft Support.Microsoft.
  5. ^ab"Announcing Windows 11 Insider Preview Build 26220.7271 (Dev & Beta Channels)".Windows Insider Blog. November 21, 2025.
  6. ^"Announcing Windows 11 Insider Preview Build 28000.1199 (Canary Channel)".Windows Insider Blog. November 18, 2025.
  7. ^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.
  8. ^ab"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 fromthe original on June 10, 2014. RetrievedApril 23, 2014.
  9. ^"OperatingSystem.VersionString Property".MSDN.Microsoft.Archived from the original on May 15, 2013. RetrievedNovember 10, 2014.
  10. ^abcZachary, 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.
  11. ^"Microsoft Windows NT OS/2 Design Workbook".American history. Smithsonian. RetrievedMarch 17, 2017.
  12. ^@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). RetrievedApril 9, 2025 – viaTwitter.
  13. ^abThurrott, Paul (January 24, 2003)."Windows Server 2003: The Road To Gold".ITPro Today.
  14. ^kaleidomagic (December 3, 2008).Microsoft Windows 3 and NT, 1991, Part 3. RetrievedApril 9, 2025 – viaYouTube.
  15. ^Gates, Bill (June 5, 1998)."Q&A: Protecting children from information on the Internet".Microsoft. Archived fromthe original on May 26, 2001. RetrievedJune 26, 2005.
  16. ^"Windows 2000 is a name that reflects NT's continued move to the technology mainstream". Microsoft. October 27, 1998. Archived fromthe original on October 7, 2008. RetrievedNovember 13, 2011.
  17. ^"Paul Thurrott's SuperSite for Windows". Win super site.Archived from the original on July 30, 2008. RetrievedNovember 24, 2010.
  18. ^"28 – OS/2 Compatibility",MS Windows NT 4 Workstation (resource kit), Microsoft, archived fromthe original on March 3, 2016, retrievedNovember 24, 2010
  19. ^"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. RetrievedNovember 24, 2010.
  20. ^"x64 editions deployment". Archived fromthe original on December 18, 2014. RetrievedNovember 24, 2010.
  21. ^Barr, Adam (June 19, 2001)."Microsoft, TCP/IP, Open Source, and Licensing".Kuro5hin. Archived fromthe original on December 29, 2015. RetrievedFebruary 22, 2013.
  22. ^"Overview of FAT, HPFS, and NTFS File Systems".Microsoft Learn. Microsoft. September 23, 2021.Archived from the original on December 11, 2023. RetrievedNovember 29, 2023.
  23. ^"NT Drivers – FAQ – WDM".CMKrnl. Archived fromthe original on April 21, 2009.
  24. ^Cutler, Dave (2005), "Preface", inRussinovich, Mark;Solomon, David A (eds.),Microsoft Windows Internals (fourth ed.), Microsoft Press,ISBN 0-7356-1917-4.
  25. ^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. RetrievedSeptember 2, 2008.
  26. ^abcRussinovich, Mark (November 30, 1998)."Windows NT and VMS: The Rest of the Story".IT Pro. RetrievedJanuary 2, 2018.
  27. ^Neil Rieck."'Windows-NT' is 'VMS Reimplemented' (sort of)".Archived from the original on February 9, 2023. RetrievedFebruary 9, 2023.
  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. RetrievedNovember 29, 2023.The technique that Windows NT uses is called a 'microkernel' and was influenced by the Mach microkernel developed at Carnegie Mellon University.
  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.
  30. ^"Boot Sequence of Windows Multi-Boot - Multibooters.com".www.multibooters.com.Archived from the original on February 6, 2022. RetrievedNovember 19, 2020.
  31. ^"Windows NT System Overview".Microsoft Docs. Microsoft. February 20, 2014. RetrievedAugust 16, 2023.
  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. RetrievedOctober 15, 2022.
  33. ^abcdefgh"Operating System Version".Microsoft Docs.Microsoft. September 15, 2020.Archived from the original on January 2, 2021. RetrievedAugust 7, 2021.
  34. ^"Microsoft Releases Windows XP 64-Bit Edition Version 2003 to Manufacturing".Microsoft. March 2003.Archived from the original on December 30, 2011. RetrievedJanuary 14, 2008.
  35. ^"Overview of Editions".Windows Server 2008. Microsoft. Archived fromthe original on May 15, 2009. RetrievedMay 18, 2009.
  36. ^"Build number changing to 6003 in Windows Server 2008".support.microsoft.com.Archived from the original on December 5, 2020. RetrievedNovember 1, 2020.
  37. ^LeBlanc, Brandon (February 4, 2009)."A closer look at the Windows 7 SKUs".Blogging Windows. Microsoft.Archived from the original on February 8, 2009. RetrievedFebruary 5, 2009.
  38. ^Rothman, Wilson (June 2, 2009)."Windows 7 To Be Released October 22".Gizmodo. Archived fromthe original on December 28, 2018. RetrievedJune 6, 2009.
  39. ^"Windows",Developer network, Microsoft,archived from the original on April 7, 2012, retrievedOctober 28, 2011
  40. ^LeBlanc, Brandon (April 16, 2012)."Announcing the Windows 8 Editions".Blogging Windows. Microsoft.Archived from the original on April 18, 2012. RetrievedApril 17, 2012.
  41. ^"Windows 8 will be available on…". Microsoft. July 18, 2012.Archived from the original on July 20, 2012. RetrievedJuly 18, 2012.
  42. ^"Windows server 8 named Windows server 2012",Windows valley, archived fromthe original on June 10, 2016, retrievedJune 10, 2012.
  43. ^"Windows Server 2012 Editions".Server cloud.Archived from the original on November 23, 2012. RetrievedJuly 8, 2012.
  44. ^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. RetrievedSeptember 18, 2017.
  45. ^abThurrott, 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. RetrievedJuly 5, 2019.
  46. ^Pidgeon, Elana (August 10, 2017)."Microsoft announces Windows 10 Pro for Workstations".Microsoft 365 Blog.Archived from the original on December 19, 2018. RetrievedDecember 24, 2018.
  47. ^Prophet, Tony (May 13, 2015)."Introducing Windows 10 Editions". Microsoft.Archived from the original on February 9, 2023. RetrievedFebruary 9, 2023.
  48. ^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. RetrievedJuly 5, 2024.
  49. ^Schnackenburg, Paul."Windows Server 2022 Is Coming!".Virtualization Review.Archived from the original on June 24, 2021. RetrievedJune 18, 2021.
  50. ^DeNisco Rayome, Alison (October 24, 2021)."Windows 11 release date: Here's when Microsoft's new OS comes out".CNET. RetrievedSeptember 5, 2021.
  51. ^Russinovich, Mark; Solomon, David (December 2001),"Windows XP: Kernel Improvements Create a More Robust, Powerful, and Scalable OS",MSDN mag, Developer network, Microsoft, archived fromthe original on April 24, 2003, retrievedDecember 19, 2006
  52. ^"Why 7?".Windows Team Blog. Microsoft. October 14, 2008. Archived fromthe original on April 15, 2012. RetrievedSeptember 14, 2019.
  53. ^"Operating System Version".Microsoft Developer Network.Microsoft. September 15, 2020.Archived from the original on January 2, 2021. RetrievedNovember 24, 2020.
  54. ^"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. RetrievedNovember 24, 2020.
  55. ^"App (executable) manifest". Microsoft. July 11, 2018.Archived from the original on October 1, 2020. RetrievedNovember 24, 2020.
  56. ^"GetVersion function (sysinfoapi.h)". Microsoft. December 5, 2018. RetrievedNovember 24, 2020.
  57. ^Lucovsky, Mark (August 9, 2000)."Windows: A Software Engineering Odyssey". RetrievedNovember 2, 2006.
  58. ^"Intergraph Announces Port of Windows NT to SPARC Architecture".The Florida SunFlash. July 7, 1993.Archived from the original on December 28, 2018. RetrievedAugust 8, 2007.
  59. ^"New ports of call for Windows NT".Personal Computer World. October 1993. p. 174.
  60. ^Petreley, Nicholas (September 3, 1999)."Can Linux break Intel's hold on the market?".CNN. Archived fromthe original on December 3, 2013. RetrievedNovember 26, 2013.
  61. ^Aaron Sakovich (2001)."Windows 2000?". The AlphaNT Source. Archived fromthe original on July 8, 2008. RetrievedJanuary 1, 2007.
  62. ^Warren, Tom (January 5, 2011)."Microsoft demonstrates early build of Windows 8".winrumors.com. Archived fromthe original on January 9, 2011.
  63. ^"OneCore to rule them all: How Windows Everywhere finally happened".Ars Technica. May 20, 2016.Archived from the original on May 21, 2016. RetrievedNovember 30, 2020.
  64. ^Warren, Tom (May 21, 2020)."Xbox and Windows NT 3.5 source code leaks online".Archived from the original on June 4, 2020. RetrievedAugust 4, 2024.
  65. ^Trinder, Garry (February 17, 2006)."The Xbox Operating System".Xbox Engineering. MSDN.Archived from the original on November 2, 2018. RetrievedOctober 31, 2018.
  66. ^"Xbox One Is "Literally a Windows Device"".Archived from the original on December 27, 2015. RetrievedApril 18, 2020.
  67. ^abc"Windows 11 Specifications".microsoft.com.Archived from the original on June 25, 2021. RetrievedJune 25, 2021.
  68. ^abc"Windows minimum hardware requirements".Microsoft Docs. September 2021.Archived from the original on August 19, 2023. RetrievedAugust 18, 2023.
  69. ^Thurott, Paul (December 15, 1999)."Road to Gold: A Look at the Development of Windows 2000".ITPro Today: IT News, How-Tos, Trends, Case Studies, Career Tips, More.Archived from the original on June 12, 2018. RetrievedJanuary 2, 2018.
  70. ^Chen, Raymond (August 2008)."Building on the Past". Windows Confidential.TechNet Magazine. Microsoft.Archived from the original on January 3, 2024. RetrievedNovember 30, 2023.
  71. ^Thurott, Paul (June 21, 2000)."Windows 2000 Reportedly Returning to Alpha Platform".Archived from the original on January 3, 2018. RetrievedJanuary 2, 2018.UPDATE: Compaq has apparently denied that any work is being done on Windows 2000/64 for the Alpha.
  72. ^ab"Comparison of Windows Server 2003 Editions".Microsoft Learn. Microsoft. October 8, 2009.Archived from the original on January 30, 2024. RetrievedNovember 29, 2023.
  73. ^"Windows Server 2008 for Itanium-Based Systems Feature Support".Microsoft Learn. Microsoft. July 2, 2012.Archived from the original on March 5, 2024. RetrievedNovember 29, 2023.
  74. ^"Windows Server 2008 R2 for Itanium-Based Systems".Windows Server Editions. Microsoft.Archived from the original on October 9, 2011. RetrievedOctober 14, 2011.
  75. ^"Microsoft Windows XP 64-Bit Edition".Microsoft Learn. Microsoft. August 15, 2001. RetrievedNovember 29, 2023.
  76. ^"A description of the x64-based versions of Windows Server 2003 and of Windows XP Professional x64 Edition".Microsoft Support Center. Microsoft. Archived fromthe original on October 17, 2011. RetrievedOctober 14, 2011.
  77. ^"Windows 10 1709 Supported Qualcomm Processors". November 10, 2021.Archived from the original on November 27, 2022. RetrievedNovember 27, 2022.
  78. ^ab"Recommended Hardware Configs. for Workstations and Servers". Microsoft. November 1, 2006. Archived fromthe original on February 27, 2013.
  79. ^abcd"Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived fromthe original on June 22, 2014.
  80. ^ab"Info: Windows NT 4.0 Setup Troubleshooting Guide". Microsoft. October 31, 2006. Archived fromthe original on March 20, 2014.
  81. ^ab"System requirements for Microsoft Windows 2000 operating systems".Support. Microsoft. November 13, 2007. Archived fromthe original on May 30, 2014. RetrievedSeptember 10, 2017.
  82. ^"System requirements for Microsoft Windows XP operating systems".Support. Microsoft. September 14, 2007. Archived fromthe original on July 17, 2013. RetrievedAugust 10, 2017.
  83. ^"Windows Server 2003, Standard Edition: System requirements". Microsoft. January 21, 2005. RetrievedNovember 29, 2023.
  84. ^ab"System requirements for Microsoft Windows Vista".Support. Microsoft. November 13, 2007. Archived fromthe original on February 12, 2015. RetrievedSeptember 10, 2017.
  85. ^ab"Windows 7 system requirements".Support. Microsoft.Archived from the original on January 27, 2020. RetrievedSeptember 10, 2017.
  86. ^abcd"Windows 8 system requirements".Support. Microsoft.Archived from the original on December 22, 2019. RetrievedSeptember 10, 2017.
  87. ^abcd"Windows 10 Specifications & Systems Requirements".microsoft.com. Microsoft.Archived from the original on May 1, 2018. RetrievedSeptember 10, 2017.
  88. ^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. RetrievedOctober 24, 2021.
  89. ^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.
  90. ^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

External links

MS-DOS-based
Windows NT
Base releases
Windows Server
Specialized
Windows IoT
Embedded Compact
Other
Windows Mobile
Windows Phone
Cancelled
Related
International
National
Retrieved from "https://en.wikipedia.org/w/index.php?title=Windows_NT&oldid=1324319803"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp