All Topics  
Microsoft Windows

 

 

 

 

 

Microsoft Windows


 
 


Microsoft Windows is a series of software operating systemOperating system

An operating system is a software program that manages the hardware and software resources of a computer....
s produced by MicrosoftMicrosoft Overview

company_name = Microsoft Corporation| company_logo = ...
. Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOSMS-DOS

MS-DOS is an operating system commercialized by Microsoft....
 in response to the growing interest in graphical user interfaceGraphical user interface

A graphical user interface , is a particular case of user interface for interacting with a computer which employs graphical ...
s (GUIs). Microsoft Windows came to dominate the world's personal computerFacts About Personal computer

A personal computer is usually a microcomputer whose price, size, and capabilities make it suitable for personal usage....
 market, overtaking Mac OSMac OS

Mac OS, which stands for Macintosh Operating System, is a series of graphical user interface-based operati...
, which had been introduced previously. At the 2004 IDCInternational Data Corporation

International Data Corporation is a market research and analysis firm specializing in information technology, telecommunicat...
 Directions conference, it was stated that Windows had approximately 90% of the clientClient (computing)

A client is a computer system that accesses a service on another computer by some kind of network....
 operating system market. The most recent client version of Windows is Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
; the current serverServer (computing)

In information technology, a server is a computer system that provides services to other computing systems—called clie...
 version is Windows Server 2008.

Versions


The term Windows collectively describes any or all of several generations of Microsoft (MS) operating system (OS) products. These products are generally categorized as follows:

16-bit operating environments

The early versions of Windows were often thought of as just graphical user interfaces, mostly because they ran on top of MS-DOSMS-DOS

MS-DOS is an operating system commercialized by Microsoft....
 and used it for file systemFile system

In computing, a file system is a method for storing and organizing computer files and the data they contain to make it easy ...
 services. However, even the earliest 16-bit Windows versions already assumed many typical operating system functions, notably, having their own executable file format and providing their own device driverDevice driver

A device driver, or a software driver is a specific type of computer software, typically developed to allow interactio...
s (timer, graphics, printer, mouse, keyboard and sound) for applications. Unlike MS-DOSMS-DOS

MS-DOS is an operating system commercialized by Microsoft....
, Windows allowed users to execute multiple graphical applications at the same time, through cooperative multitaskingComputer multitasking

In computing, multitasking is a method by which multiple tasks, also known as processes, share common processing resources s...
. Finally, Windows implemented an elaborate, segment-based, software virtual memory scheme, which allowed it to run applications larger than available memory: code segments and resourceResource (Windows)

In Microsoft Windows, resources are read-only data embedded in an EXE or DLL files....
s were swapped in and thrown away when memory became scarce, and data segments moved in memory when a given application had relinquished processor control, typically waiting for user input. 16-bit Windows versions include Windows 1.0Windows 1.0

Windows 1.0, released on November 20 1985, was Microsoft's first attempt to implement a multi-tasking graphical user interfa...
 (1985), Windows 2.0Windows 2.0 Overview

Windows 2.x is a family of Microsoft Windows graphical user interface-based operating environments that succeeded Windows 1....
 (1987) and its close relatives, Windows/286-Windows/386Windows 2.1x

Windows 2.1x is a family of Microsoft Windows graphical user interface-based operating environments....
.
Windows OS market share
SourceHitslinkAwioXiTiOneStat
Date June 2008 June 2008 Apr 2008 Mar 2008
All versions 90.89% - 94.45% 95.94%
Windows XPWindows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
71.20% 77.89% 75.16% 78.93%
Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
16.14% 8.06% 15.81% 13.24%
Windows 2000Windows 2000

Windows 2000 is a preemptible, interruptible, graphical and business-oriented operating system that is designed to work wit...
2.11% 3.03% 1.76% 2.82%
Windows 98Facts About Windows 98

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
0.43% 0.93% 0.48% 0.58%
Windows 2003 - 0.74% 0.49% -
Windows NTWindows NT

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993....
0.69% 0.05% 0.05% -
Windows MEWindows Me

Windows Me, also known as Windows Millennium Edition is a hybrid 16-bit/32-bit graphical operating system released on ...
0.25% 0.35% 0.20% 0.31%
Windows CEWindows CE

Windows CE is a variation of Microsoft's Windows operating system for minimalistic computers and embedded systems....
0.06% - 0.02% -
Windows 95Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system....
0.01% - 0.01% -
Windows other - -0.47% -

Hybrid 16/32-bit operating environments


Windows/386Windows 2.1x

Windows 2.1x is a family of Microsoft Windows graphical user interface-based operating environments....
 introduced a 32-bit protected modeProtected mode

Protected mode is an operational mode of x86-compatible CPUs of the 80286 series or later....
 kernelKernel (computer science)

The kernel is the central part in most computer operating systems which manages the system's resources and the communication...
 and virtual machineVirtual machine

In computer science, a virtual machine is software that creates a virtualized environment between the computer platform so t...
 monitor. For the duration of a Windows session, it created one or more virtual 8086 environmentsVirtual 8086 mode Overview

In the 80386 and later, Virtual 8086 mode, also called virtual real mode, allows the execution of real mode applications tha...
 and provided device virtualization for the video card, keyboard, mouse, timer and interruptInterrupt Summary

In computing, an interrupt is an asynchronous signal from hardware or software indicating the need for attention....
 controller inside each of them. The user-visible consequence was that it became possible to preemptively multitask multiple MS-DOS environments in separate windows, although graphical MS-DOS applications required full screen mode. Also, Windows applications were multi-tasked cooperatively inside one such virtual 8086 environment.

Windows 3.0Windows 3.0

Windows 3.0 was the third major release of Microsoft Windows, and came out on May 22 1990....
 (1990) and Windows 3.1Windows 3.1x Summary

The Windows 3.1x family of Microsoft Windows operating systems were released from 1992 to 1994, succeeding Windows 3.0....
 (1992) improved the design, mostly because of virtual memoryVirtual memory

Virtual memory or virtual memory addressing is a memory management technique, used by multitasking computer operating ...
 and loadable virtual device drivers which allowed them to share arbitrary devices between multitasked DOS windows. Also, Windows applications could now run in protected mode (when Windows was running in Standard or 386 Enhanced Mode), which gave them access to several megabytes of memory and removed the obligation to participate in the software virtual memory scheme. They still ran inside the same address space, where the segmented memory provided a degree of protection, and multi-tasked cooperatively. For Windows 3.0, Microsoft also rewrote critical operations from CC (programming language)

The C programming language is a general-purpose, procedural, imperative computer programming language developed in the earl...
 into assemblyAssembly language Overview

Assembly language refers to a class of low-level languages used to write computer programs, or to a particular such language...
, making this release faster and less memory-hungry than its predecessors.

Hybrid 16/32-bit operating systems


With the introduction of the 32-bit32-bit

32-bit is also a term given to a generation of computers in which 32-bit processors were the norm....
 Windows for Workgroups 3.11Windows 3.1x

The Windows 3.1x family of Microsoft Windows operating systems were released from 1992 to 1994, succeeding Windows 3.0....
, Windows was able to stop relying on DOS for file management. Leveraging this, Windows 95Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system....
 introduced Long File NamesLong filename Overview

Long filename is the name given to the longer and therefore more descriptive titles on the FAT filesystem, which was previou...
, reducing the 8.3 filename DOS environment to the role of a boot loader. MS-DOS was now bundled with Windows; this notably made it (partially) aware of long file names when its utilities were run from within Windows. The most important novelty was the possibility of running 32-bit multi-threaded preemptively multitasked graphical programs. However, the necessity of keeping compatibility with 16-bit programs meant the GUI components were still 16-bit only and not fully reentrant, which resulted in reduced performance and stability.

There were three releases of Windows 95 (the first in 1995, then subsequent bug-fix versions in 1996 and 1997, only released to OEMs, which added extra features such as FAT32File Allocation Table Overview

File Allocation Table is a partially patented file system developed by Microsoft for MS-DOS and is the primary file system ...
 and primitive USB support). Microsoft's next OS was Windows 98Windows 98

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
; there were two versions of this (the first in 1998 and the second, named "Windows 98 Second Edition", in 1999). In 2000, Microsoft released Windows MeWindows Me

Windows Me, also known as Windows Millennium Edition is a hybrid 16-bit/32-bit graphical operating system released on ...
 (Me standing for Millennium Edition), which used the same core as Windows 98 but adopted some aspects of Windows 2000 and removed the option boot into DOS mode. It also added a new feature called System Restore, allowing the user to set the computer's settings back to an earlier date.

32-bit operating systems


The NT family of Windows systems was fashioned and marketed for higher reliability business use, and was unencumbered by any Microsoft DOS patrimony. The first release was Windows NT 3.1Windows NT 3.1

Windows NT 3.1 is the first release of Microsoft's Windows NT line of server and business desktop operating systems, and was...
 (1993, numbered "3.1" to match the Windows version and to one-up OS/2OS/2

OS/2 is an operating system created by Microsoft and IBM, later developed by IBM exclusively....
 2.1, IBM's flagship OS co-developed by Microsoft and was Windows NT's main competitor at the time), which was followed by NT 3.5Windows NT 3.5

Windows NT 3.5 is the second release of Microsoft's Windows NT line of operating systems, and was released on September 21 1...
 (1994), NT 3.51Windows NT 3.51

Windows NT 3.51 is the third major release of Microsoft's Windows NT line of operating systems....
 (1995), NT 4.0Windows NT 4.0

Windows NT 4.0 is the fourth major release of Microsoft's Windows NT line of operating systems, released to manufacturing on July ...
 (1996), and Windows 2000Windows 2000

Windows 2000 is a preemptible, interruptible, graphical and business-oriented operating system that is designed to work wit...
 (essentially NT 5.0). NT 4.0 was the first in this line to implement the "Windows 95" user interface (and the first to include Windows 95's built-in 32-bit runtimes). Microsoft then moved to combine their consumer and business operating systems. Windows XPWindows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
, coming in both home and professional versions (and later niche market versions for tablet PCTablet PC Overview

A tablet PC is a notebook- or slate-shaped mobile computer....
s and media centerMedia center

Headline text A media center is a computer adapted for playing music, watching movies and pictures stored on a local harddrive or...
s) improved stability, user experience and backwards compatibility. Then, Windows Server 2003Facts About Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 brought Windows ServerWindows Server

Windows Server is a brand name for server operating systems released by Microsoft Corporation....
 up to date with Windows XP. Since then, a new version, Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
 was released and Windows Server 2008, released on February 27, 2008, brings Windows ServerWindows Server

Windows Server is a brand name for server operating systems released by Microsoft Corporation....
 up to date with Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
.

Windows CEWindows CE

Windows CE is a variation of Microsoft's Windows operating system for minimalistic computers and embedded systems....
, Microsoft's offering in the mobile and embedded markets, is also a true 32-bit operating system that offers various services for all sub-operating workstations.

64-bit operating systems


Windows NTWindows NT

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993....
 included support for several different platforms before the x86X86 architecture

x86 or 80x86 is the generic name of a microprocessor architecture first developed and manufactured by Intel....
-based personal computerPersonal computer

A personal computer is usually a microcomputer whose price, size, and capabilities make it suitable for personal usage....
 became dominant in the professional world. Versions of NT from 3.1 to 4.0 variously supported PowerPCPowerPC

PowerPC is a RISC microprocessor architecture created by the 1991 AppleIBMMotorola alliance, known as AIM....
, DEC AlphaDEC Alpha

he DEC Alpha, also known as the Alpha AXP, is a 64-bit RISC microprocessor originally developed and fabricated by Dig...
 and MIPSMIPS Technologies

MIPS Technologies, formerly MIPS Computer Systems, is most widely known for developing the MIPS architecture and a ser...
 R4000, some of which were 64-bit processors, although the operating system treated them as 32-bit processors.

With the introduction of the Intel ItaniumItanium

The Itanium is an IA-64 microprocessor developed jointly by Hewlett-Packard and Intel. ...
 architecture, which is referred to as IA-64IA-64 Summary

In computing, IA-64 is a 64-bit processor architecture developed cooperatively by Intel Corporation and Hewlett-Packard, and...
, Microsoft released new versions of Windows to support it. Itanium versions of Windows XPWindows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
 and Windows Server 2003Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 were released at the same time as their mainstream x86 (32-bit) counterparts. On April 25 2005, Microsoft released Windows XP Professional x64 EditionWindows XP Professional x64 Edition

Microsoft Windows XP Professional x64 Edition released on April 25, 2005 by Microsoft is a variation of the typical 32-bit W...
 and x64 versions of Windows Server 2003 to support the AMD64/Intel64X86-64

x86-64 is a 64-bit microprocessor architecture and corresponding instruction set; it is a superset of the x86 architecture, ...
 (or x64 in Microsoft terminology) architecture. Microsoft dropped support for the Itanium version of Windows XP in 2005. Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
 is the first end-user version of Windows that Microsoft has released simultaneously in 32-bit and x64 editions. Windows Vista does not support the Itanium architecture. The modern 64-bit Windows family comprises AMD64/Intel64 versions of Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
, and Windows Server 2003Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 and Windows Server 2008, in both Itanium and x64 editions.

History


Microsoft has taken two parallel routes in its operating systems. One route has been for the home user and the other has been for the professional IT user. The dual routes have generally led to home versions having greater multimediaMultimedia

Multimedia is media that uses multiple forms of information content and information processing to inform or entertain the ...
 support and less functionality in networking and security, and professional versions having inferior multimedia support and better networking and security.

The first version of Microsoft Windows, version 1.0Windows 1.0

Windows 1.0, released on November 20 1985, was Microsoft's first attempt to implement a multi-tasking graphical user interfa...
, released in November 1985, lacked a degree of functionality and achieved little popularity, and was to compete with Apple's own operating system. Windows 1.0 is not a complete operating system; rather, it extends MS-DOS. Microsoft Windows version 2.0 was released in November, 1987 and was slightly more popular than its predecessor. Windows 2.03 (release date January 1988) had changed the OS from tiled windows to overlapping windows. The result of this change led to Apple Computer filing a suit against Microsoft alleging infringement on Apple's copyrights.


Microsoft Windows version 3.0, released in 1990, was the first Microsoft Windows version to achieve broad commercial success, selling 2 million copies in the first six months. It featured improvements to the user interface and to multitasking capabilities. It received a facelift in Windows 3.1, made generally available on March 1, 1992. Windows 3.1 support ended on December 31, 2001.

In July 1993, Microsoft released Windows NTWindows NT

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993....
 based on a new kernel. NT was considered to be the professional OS and was the first Windows version to utilize preemptive multitasking.. Windows NT would later be retooled to also function as a home operating system, with Windows XP.

On August 24th 1995, Microsoft released Windows 95Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system....
, a new, and major, consumer version that made further changes to the user interface, and also used preemptive multitasking. Windows 95 was designed to replace not only Windows 3.1, but also Windows for Workgroups, and MS-DOS. It was also the first Windows operating system to use Plug and Play capabilities. The changes Windows 95 brought to the desktop were revolutionary, as opposed to evolutionary, such as those in Windows 98 and Windows Me. Mainstream support for Windows 95Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system....
 ended on December 31, 2000 and extended support for Windows 95Windows 95 Overview

Windows 95 is a consumer-oriented graphical user interface-based operating system....
 ended on December 31, 2001.

The next in the consumer line was Microsoft Windows 98Windows 98

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
 released on June 25th, 1998. It was substantially criticized for its slowness and for its unreliability compared with Windows 95Windows 95 Overview

Windows 95 is a consumer-oriented graphical user interface-based operating system....
, but many of its basic problems were later rectified with the release of Windows 98Windows 98 Summary

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
 Second Edition in 1999. Mainstream support for Windows 98Windows 98 Overview

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
 ended on June 30, 2002 and extended support for Windows 98Windows 98

Windows 98, also known as Windows 97, is a graphical operating system released on June 25 1998 by Microsoft and the su...
 ended on July 11, 2006.

As part of its "professional" line, Microsoft released Windows 2000Facts About Windows 2000

Windows 2000 is a preemptible, interruptible, graphical and business-oriented operating system that is designed to work wit...
 in February 2000. The consumer version following Windows 98 was Windows MeWindows Me Overview

Windows Me, also known as Windows Millennium Edition is a hybrid 16-bit/32-bit graphical operating system released on ...
 (Windows Millennium Edition). Released in September 2000, Windows MeWindows Me

Windows Me, also known as Windows Millennium Edition is a hybrid 16-bit/32-bit graphical operating system released on ...
 implemented a number of new technologies for Microsoft: most notably publicized was "Universal Plug and PlayUniversal Plug and Play

Universal Plug and Play is a set of computer network protocols promulgated by the UPnP Forum....
."

In October 2001, Microsoft released Windows XPWindows XP Summary

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
, a version built on the Windows NT kernelKernel (computer science)

The kernel is the central part in most computer operating systems which manages the system's resources and the communication...
 that also retained the consumer-oriented usability of Windows 95 and its successors. This new version was widely praised in computer magazines. It shipped in two distinct editions, "Home" and "Professional", the former lacking many of the superior security and networking features of the Professional edition. Additionally, the first "Media Center" edition was released in 2002, with an emphasis on support for DVD and TV functionality including program recording and a remote control. Mainstream support for Windows XPWindows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
 will continue until April 14, 2009 and extended support will continue until April 8, 2014.

In April 2003, Windows Server 2003Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 was introduced, replacing the Windows 2000Windows 2000

Windows 2000 is a preemptible, interruptible, graphical and business-oriented operating system that is designed to work wit...
 line of server products with a number of new features and a strong focus on security; this was followed in December 2005 by Windows Server 2003 R2.

On January 30, 2007 Microsoft released Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
. It contains a number of new featuresFeatures new to Windows Vista

Windows Vista has many significant new features compared to previous Microsoft Windows versions, covering almost every aspec...
, from a redesigned shell and user interface to significant technical changesTechnical features new to Windows Vista

Windows Vista has many significant new features compared with previous Microsoft Windows versions, covering most aspects of...
, with a particular focus on security featuresSecurity and safety features new to Windows Vista

There are a number of security and safety features new to Windows Vista, most of which are not available in any prior Micros...
. It is available in a number of different editions, and has been subject to some criticismCriticism of Windows Vista

Windows Vista, the latest version of Microsoft's PC operating system, has received substantial criticism by reviewers ...
.

Security


SecurityComputer security

Computer security is a field of computer science concerned with the control of risks related to computer use....
 has been a hot topic with Windows for many years, and even Microsoft itself has been the victim of security breaches. Consumer versions of Windows were originally designed for ease-of-use on a single-user PC without a network connection, and did not have security features built in from the outset. Windows NTWindows NT

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993....
 and its successors are designed for security (including on a network) and multi-user PCs, but are not designed with Internet security in mind as much since, when it was first developed in the early 1990s, Internet use was less prevalent. These design issues combined with flawed code (such as buffer overflowBuffer overflow

In computer security and programming, a buffer overflow, or buffer overrun, is a programming error which may result in...
s) and the popularity of Windows means that it is a frequent target of wormComputer worm

A computer worm is a self-replicating computer program....
 and virusComputer virus

In computer security, a computer virus is a self-replicating computer program that spreads by inserting copies of itself int...
 writers. In June 2005, Bruce SchneierBruce Schneier

Bruce Schneier is an American cryptographer, computer security specialist, and writer....
's Counterpane Internet Security reported that it had seen over 1,000 new viruses and worms in the previous six months.

Microsoft releases security patches through its Windows UpdateWindows Update

Windows Update is a service provided by Microsoft for users of Microsoft Windows which provides updates for the operating sy...
 service approximately once a month (usually the second Tuesday of the month), although critical updates are made available at shorter intervals when necessary. In Windows 2000 (SP3 and later), Windows XP and Windows Server 2003, updates can be automatically downloaded and installed if the user selects to do so. As a result, Service Pack 2 for Windows XP, as well as Service Pack 1 for Windows Server 2003, were installed by users more quickly than it otherwise might have been.

Windows Defender


On 6 January 2005, Microsoft released a beta version of Microsoft AntiSpyware, based upon the previously released GiantGIANT Company Software

GIANT Company Software, Inc. developed internet security products, including GIANT Spam Inspector, GIANT Popup Inspector, an...
 AntiSpyware. On 14 February, 2006, Microsoft AntiSpyware became Windows DefenderWindows Defender

Windows Defender, previously known as Microsoft AntiSpyware, is a software product from Microsoft designed to prevent,...
 with the release of beta 2. Windows Defender is a freeware program designed to protect against spyware and other unwanted software. Windows XPWindows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
 and Windows Server 2003Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 users who have genuineWindows Genuine Advantage

Windows Genuine Advantage is a program initiated by Microsoft that requires users of Microsoft Windows to validate their cop...
 copies of Microsoft Windows can freely download the program from Microsoft's web site, and Windows Defender ships as part of Windows VistaWindows Vista

Windows Vista is the name of the next version of Microsoft Windows, a proprietary graphical operating system used on person...
.

Third-party analysis

In an article based on a report by Symantec, internetnews.com has described Microsoft Windows as having the "fewest number of patches and the shortest average patch development time of the five operating systems it monitored in the last six months of 2006." And the number of vulnerabilities found in Windows has significantly increased— Windows: 12+, Red Hat + Fedora: 2, Mac OS X: 1, HP-UX: 2, Solaris: 1.

A study conducted by Kevin MitnickKevin Mitnick

Kevin David Mitnick is a well-known former computer criminal....
 and marketing communications firm Avantgarde in 2004 found that an unprotected and unpatched Windows XP system with Service Pack 1 lasted only 4 minutes on the Internet before it was compromised, and an unprotected and also unpatched Windows Server 2003Windows Server 2003

Windows Server 2003 is a server operating system produced by Microsoft....
 system was compromised after being connected to the internet for 8 hours. However, it is important to note that this study does not apply to Windows XP systems running the Service Pack 2 update (released in late 2004), which vastly improved the security of Windows XP. The computer that was running Windows XP Service Pack 2 was not compromised. The AOLAOL

AOL LLC is an American online service provider, bulletin board system, and media company operated by Time Warner....
 National Cyber Security Alliance Online Safety Study of October 2004 determined that 80% of Windows users were infected by at least one spywareSpyware

In the field of computing, the term spyware refers to a broad category of malicious software designed to intercept or take p...
/adwareAdware

Adware is any software package with the sole purpose to automatically play, display, or download advertising material to a c...
 product. Much documentation is available describing how to increase the security of Microsoft Windows products. Typical suggestions include deploying Microsoft Windows behind a hardware or software firewallFirewall

Firewall may refer to:* Firewall, a physical barrier inside a building or vehicle, designed to limit the spread of fire...
, running anti-virus and anti-spyware software, and installing patches as they become available through Windows UpdateWindows Update Summary

Windows Update is a service provided by Microsoft for users of Microsoft Windows which provides updates for the operating sy...
.

Windows Lifecycle Policy

Microsoft has stopped releasing updates and hotfixes for many old Windows operating systems, including all versions of Windows 9x and earlier versions of Windows NT. Windows versions prior to XPFacts About Windows XP

Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home...
 are no longer supported, with the exception of Windows 2000Windows 2000

Windows 2000 is a preemptible, interruptible, graphical and business-oriented operating system that is designed to work wit...
, which is currently in the Extended Support Period, that will end on July 13, 2010. Windows XP versions prior to SP2 are no longer supported either. Also, support for Windows XP 64-bit EditionWindows XP 64-bit Edition

Microsoft Windows XP 64-bit Edition was a version of Microsoft's Windows XP operating system designed to run on Intel Itaniu...
 ended after the release of the more recent Windows XP Professional x64 EditionWindows XP Professional x64 Edition

Microsoft Windows XP Professional x64 Edition released on April 25, 2005 by Microsoft is a variation of the typical 32-bit W...
. No new updates are created for unsupported versions of Windows.

Emulation software


Emulation allows the use of some Windows applications without using Microsoft Windows. These include:

  • WineWine (software)

    name = Wine|logo = |caption =|developer =...
     - a free and open source softwareFree and open source software

    In computing, free and open source software, also F/OSS, FOSS, or FLOSS is software which is liberally l...
     implementation of the Windows APIWindows API

    The Windows API, informally WinAPI, is the name given by Microsoft to the core set of application programming interfac...
    , allowing one to run many Windows applications on x86-based platforms, including LinuxLinux

    Linux is a Unix-like computer operating system....
    . Wine is technically not an emulator but a "compatibility layer"; while an emulator effectively 'pretends' to be a different CPU, Wine instead makes use of Windows-style APIs to 'simulate' the Windows environment directly.
    • CrossOverCrossover

      Crossover may refer to:;In sports:...
       - A Wine package with licensed fonts. Its developers are regular contributors to Wine, and focus on Wine running officially supported applications.
    • CedegaCedega

      Cedega is TransGaming Technologies' proprietary fork of Wine, which is designed specifically for running games written for M...
       - TransGaming TechnologiesTransGaming Technologies

      TransGaming Technologies is a company that sells a proprietary fork of Wine for running Windows games on GNU/Linux and other...
      ' proprietary forkFork (software development)

      In software engineering, a project fork happens when a developer takes a copy of source code from one software package and ...
       of Wine, designed specifically for running games written for Microsoft Windows under Linux.
    • DarwineDarwine

      name = Darwine| logo = | screenshot =| caption =...
       - This project intends to port and develop Wine as well as other supporting tools that will allow DarwinDarwin (operating system)

      name = Darwin|logo =|developer = Apple Computer...
       and Mac OS XFacts About Mac OS X

      Mac OS X is a line of proprietary, graphical operating systems developed, marketed, and sold by Apple Computer, the latest ...
       users to run Microsoft Windows applications, and to provide Win32 APIApplication programming interface

      An application programming interface is the interface that a computer system, library or application provides in order to a...
       compatibility at application source code level.
  • ReactOSReactOS

    ReactOS is a project to develop a free software/open-source operating system that is binary-compatible with Microsoft Window...
     - An open-source OS that is intended to run the same software as Windows, originally designed to imitate Windows NT 4.0, now aiming at Windows XP compatibility. It has been in the development stageDevelopment stage

    In computer programming, development stage terminology expresses how the development of a piece of software has progressed a...
     since 1996.

See also

General:
  • Comparison of operating systemsComparison of operating systems

    The following tables compare general and technical information for a number of widely used and currently available operating...
  • List of operating systemsList of operating systems

    Operating systems can be categorized by technology, ownership and license, working state, application, desktop only, mainframe onl...
  • Comparison of Windows versions
  • Comparison of Windows and LinuxComparison of Windows and Linux

    Microsoft Windows and GNU/Linux are two major competing computer operating systems....
  • Microsoft computers made for Windows


Further reading:


  • VisiOnVision

    Vision may mean:* Visual perception via the visual system; one of the senses...
  • Windows ExplorerWindows Explorer

    Windows Explorer is an application that is part of modern versions of the Microsoft Windows operating system that provides a...
  • Windows Genuine AdvantageWindows Genuine Advantage

    Windows Genuine Advantage is a program initiated by Microsoft that requires users of Microsoft Windows to validate their cop...
  • Windows MediaWindows Media

    Windows Media is a multimedia framework for media creation and distribution for Microsoft Windows....
  • Windows Startup ProcessWindows startup process

    The Windows Startup Process is the process by which Microsoft's Windows series of operating systems initializes. ...


External links