Microsoft Windows: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
revert vandalism
No edit summary
Line 1: Line 1:
{{Infobox_OS_2 <!-- Release version update? Don't edit this page, just click on the version number! -->
{{Infobox_OS_2 <!-- Release version update? Don't edit this page, just click on the version number! -->
|name = Microsoft Windows
|name = Mi¢ro$oft Window$
|logo = [[Image:Microsoft Windows (horizontal).png|225px|Windows logo]]
|logo = [[Image:Mi¢ro$oft Window$ (horizontal).png|225px|Window$ logo]]
|screenshot = [[Image:Windows xp desktop.PNG|250px|center]]<!-- Do not change unless you have read "Wikipedia:Software_screenshots"! -->
|screenshot = [[Image:Window$ xp desktop.PNG|250px|center]]<!-- Do not change unless you have read "Wikipedia:Software_screenshots"! -->
|caption = A typical [[Windows XP]] desktop.
|caption = A typical [[Window$ XP]] desktop.
|developer = [[Microsoft Corporation]]
|developer = [[Mi¢ro$oft Corporation]]
|family = [[MS-DOS]]-based, [[Windows NT]], Windows 9x, [[Windows CE]]
|family = [[MS-DOS]]-based, [[Window$ NT]], Window$ 9x, [[Window$ CE]]
|source_model =
|source_model =
|working_state = Current
|working_state = Current
|kernel_type =
|kernel_type =
|license = [[Microsoft|MS]]-[[EULA]]
|license = [[Mi¢ro$oft|MS]]-[[EULA]]
|website = [http://www.microsoft.com/windows Microsoft Windows]
|website = [http://www.Mi¢ro$oft.com/Window$ Mi¢ro$oft Window$]
}}
}}


'''Microsoft Windows''' is a family of [[operating system]]s by [[Microsoft]] for use on [[personal computer]]s, although versions of Windows designed for [[server (computing)|server]]s, [[embedded devices]], and other platforms also exist. Microsoft first introduced an operating environment named ''Windows'' in November [[1985]] as an add-on to [[MS-DOS]] in response to the growing trend of [[graphical user interface]]s popularized by the [[Apple Macintosh]]. Microsoft Windows eventually came to dominate the world's personal [[computer]] market. At the 2004 [[International Data Corporation|IDC]] Directions conference, IDC Vice President Avneesh Saxena stated that Windows had approximately 90% of the client operating system market.<ref name=linuxworld>[http://www.linuxworld.com.au/index.php/id;940707233;fp;2;fpid;1 IDC: Consolidation to Windows won't happen] www.linuxworld.com.au</ref>
'''Mi¢ro$oft Window$''' is a family of [[operating system]]s by [[Mi¢ro$oft]] for use on [[personal computer]]s, although versions of Window$ designed for [[server (computing)|server]]s, [[embedded devices]], and other platforms also exist. Mi¢ro$oft first introduced an operating environment named ''Window$'' in November [[1985]] as an add-on to [[MS-DOS]] in response to the growing trend of [[graphical user interface]]s popularized by the [[Apple Macintosh]]. Mi¢ro$oft Window$ eventually came to dominate the world's personal [[computer]] market. At the 2004 [[International Data Corporation|IDC]] Directions conference, IDC Vice President Avneesh Saxena stated that Window$ had approximately 90% of the client operating system market.<ref name=linuxworld>[http://www.linuxworld.com.au/index.php/id;940707233;fp;2;fpid;1 IDC: Consolidation to Window$ won't happen] www.linuxworld.com.au</ref>


==Microsoft Windows versions==
==Mi¢ro$oft Window$ versions==
{{seealso|List of Microsoft Windows versions}}
{{seealso|List of Mi¢ro$oft Window$ versions}}


The term ''Windows'' collectively describes any or all of several generations of Microsoft operating system products. These products are generally categorized as follows:
The term ''Window$'' collectively describes any or all of several generations of Mi¢ro$oft operating system products. These products are generally categorized as follows:


===16-bit operating environments===
===16-bit operating environments===
[[Image:Windows 1.0.jpg|thumb|top|right|200px|The box art of Windows 1.0, the first version Microsoft released to the public. The same box art was used in other versions, such as 1.01.]]
[[Image:Window$ 1.0.jpg|thumb|top|right|200px|The box art of Window$ 1.0, the first version Mi¢ro$oft released to the public. The same box art was used in other versions, such as 1.01.]]


The early versions of Windows were often thought of as just graphical user interfaces or [[desktop environment|desktops]], mostly because they were started from [[MS-DOS]] and used it for file system 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 driver]]s (timer, graphics, printer, mouse, keyboard and sound) for applications. Unlike [[DOS]], Windows allowed users to execute multiple graphical applications at the same time, through [[co-operative multitasking]]. Finally, Windows implemented an elaborate, segment-based, software virtual memory scheme which allowed it to run applications larger than available memory: code segments and [[resource (Windows)|resource]]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. Examples include [[Windows 1.0]] (1985) and [[Windows 2.0]] (1987) and its close relative ''Windows/286''.
The early versions of Window$ were often thought of as just graphical user interfaces or [[desktop environment|desktops]], mostly because they were started from [[MS-DOS]] and used it for file system services. However even the earliest 16-bit Window$ versions already assumed many typical operating system functions, notably having their own executable file format and providing their own [[device driver]]s (timer, graphics, printer, mouse, keyboard and sound) for applications. Unlike [[DOS]], Window$ allowed users to execute multiple graphical applications at the same time, through [[co-operative multitasking]]. Finally, Window$ implemented an elaborate, segment-based, software virtual memory scheme which allowed it to run applications larger than available memory: code segments and [[resource (Window$)|resource]]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. Examples include [[Window$ 1.0]] (1985) and [[Window$ 2.0]] (1987) and its close relative ''Window$/286''.


===Hybrid 16/32-bit operating environments===
===Hybrid 16/32-bit operating environments===
[[Windows 2.0|Windows/386]] introduced a 32-bit [[protected mode]] [[kernel (computer science)|kernel]] and [[virtual machine]] monitor. For the duration of a Windows session, it created one or more [[virtual 8086 mode|virtual 8086 environments]] and provided device virtualization for the video card, keyboard, mouse, timer and [[interrupt]] controller inside each of them. The user-visible consequence was that it became possible to preemptively multitask multiple MS-DOS environments in separate windows (graphical applications required switching the window to full screen mode). Windows applications were still multi-tasked cooperatively inside one of such real-mode environments.
[[Window$ 2.0|Window$/386]] introduced a 32-bit [[protected mode]] [[kernel (computer science)|kernel]] and [[virtual machine]] monitor. For the duration of a Window$ session, it created one or more [[virtual 8086 mode|virtual 8086 environments]] and provided device virtualization for the video card, keyboard, mouse, timer and [[interrupt]] controller inside each of them. The user-visible consequence was that it became possible to preemptively multitask multiple MS-DOS environments in separate Window$ (graphical applications required switching the window to full screen mode). Window$ applications were still multi-tasked cooperatively inside one of such real-mode environments.


[[Windows 3.0]] (1990) and [[Windows 3.1x|Windows 3.1]] (1992) perfected the design, mostly thanks to [[virtual memory]] and loadable virtual device drivers ([[VxD]]s) which allowed them to share arbitrary devices between multitasked DOS windows. Because of this, Windows applications could now run in 16-bit 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 [[C programming language|C]] into [[Assembly language|assembly]], making this release faster and less memory-hungry than its predecessors.
[[Window$ 3.0]] (1990) and [[Window$ 3.1x|Window$ 3.1]] (1992) perfected the design, mostly thanks to [[virtual memory]] and loadable virtual device drivers ([[VxD]]s) which allowed them to share arbitrary devices between multitasked DOS Window$. Because of this, Window$ applications could now run in 16-bit protected mode (when Window$ 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 Window$ 3.0 Mi¢ro$oft also rewrote critical operations from [[C programming language|C]] into [[Assembly language|assembly]], making this release faster and less memory-hungry than its predecessors.


===Hybrid 16/32-bit operating systems===
===Hybrid 16/32-bit operating systems===
[[Image:Microsoft Windows Logo from 1992 to 2000.png|thumb|left|The Windows logo that was used from 1992 to 2000.]]
[[Image:Mi¢ro$oft Window$ Logo from 1992 to 2000.png|thumb|left|The Window$ logo that was used from 1992 to 2000.]]


With the introduction of [[32-bit File Access]] in Windows for Workgroups 3.11, Windows could finally stop relying on DOS for file management. Leveraging this, [[Windows 95]] introduced Long [[filename|File Names]], reducing the [[8.3]] DOS 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, but angered the competition. The most important novelty was the possibility of running 32-bit multi-threaded preemptively multitasked graphical programs. Alas, 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.
With the introduction of [[32-bit File Access]] in Window$ for Workgroups 3.11, Window$ could finally stop relying on DOS for file management. Leveraging this, [[Window$ 95]] introduced Long [[filename|File Names]], reducing the [[8.3]] DOS to the role of a [[boot loader]]. MS-DOS was now bundled with Window$; this notably made it (partially) aware of long file names when its utilities were run from within Window$, but angered the competition. The most important novelty was the possibility of running 32-bit multi-threaded preemptively multitasked graphical programs. Alas, 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 [[File Allocation Table|FAT32]] support). Microsoft's next OS was [[Windows 98]]; 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 Me]] (''Me'' standing for ''Millennium Edition''), which used the same core as Windows 98 but adopted the visual appearance of Windows 2000, as well as a new feature called System Restore, allowing the user to set the computer's settings back to an earlier date. It was not a very well received implementation, and many user problems occurred. Me was considered a stopgap to the day both product lines would be seamlessly merged. Microsoft left little time for Windows Me to become popular before announcing their next version of Windows which would be called XP.
There were three releases of Window$ 95 (the first in 1995, then subsequent bug-fix versions in 1996 and 1997, only released to OEMs, which added extra features such as [[File Allocation Table|FAT32]] support). Mi¢ro$oft's next OS was [[Window$ 98]]; there were two versions of this (the first in 1998 and the second, named "Window$ 98 Second Edition", in 1999). In 2000, Mi¢ro$oft released [[Window$ Me]] (''Me'' standing for ''Millennium Edition''), which used the same core as Window$ 98 but adopted the visual appearance of Window$ 2000, as well as a new feature called System Restore, allowing the user to set the computer's settings back to an earlier date. It was not a very well received implementation, and many user problems occurred. Me was considered a stopgap to the day both product lines would be seamlessly merged. Mi¢ro$oft left little time for Window$ Me to become popular before announcing their next version of Window$ which would be called XP.


===32-bit operating systems===
===32-bit operating systems===
This family of Windows systems was designed and marketed for higher-reliability business use, and was unencumbered by any DOS heritage. The first release was [[Windows NT]] 3.1 (1993, numbered "3.1" to match the Windows version and to one-up [[OS/2]] 2.1, IBM's flagship OS co-developed by Microsoft and Windows NT's main competitor at the time), which was followed by NT 3.5 (1994), NT 3.51 (1995), and [[Windows NT 4.0|NT 4.0]] (1996); the latter implemented the Windows 95 user interface. Microsoft then moved to combine their consumer and business operating systems. Their first attempt, [[Windows 2000]], failed to meet their goals, and was released as a business system. The home consumer edition of Windows 2000, [[Microsoft codenames|codenamed]] "Windows Neptune", ceased development and Microsoft released Windows Me in its place. Eventually "Neptune" was merged into their new project, Whistler, which later became [[Windows XP]]. Since then, a new business system, [[Windows Server 2003]], has expanded the top end of the range, and the forthcoming [[Windows Vista]] will complete it. [[Windows CE]], Microsoft's offering in the mobile and embedded markets, is also a true 32-bit operating system.
This family of Window$ systems was designed and marketed for higher-reliability business use, and was unencumbered by any DOS heritage. The first release was [[Window$ NT]] 3.1 (1993, numbered "3.1" to match the Window$ version and to one-up [[OS/2]] 2.1, IBM's flagship OS co-developed by Mi¢ro$oft and Window$ NT's main competitor at the time), which was followed by NT 3.5 (1994), NT 3.51 (1995), and [[Window$ NT 4.0|NT 4.0]] (1996); the latter implemented the Window$ 95 user interface. Mi¢ro$oft then moved to combine their consumer and business operating systems. Their first attempt, [[Window$ 2000]], failed to meet their goals, and was released as a business system. The home consumer edition of Window$ 2000, [[Mi¢ro$oft codenames|codenamed]] "Window$ Neptune", ceased development and Mi¢ro$oft released Window$ Me in its place. Eventually "Neptune" was merged into their new project, Whistler, which later became [[Window$ XP]]. Since then, a new business system, [[Window$ Server 2003]], has expanded the top end of the range, and the forthcoming [[Window$ Vista]] will complete it. [[Window$ CE]], Mi¢ro$oft's offering in the mobile and embedded markets, is also a true 32-bit operating system.


===64-bit operating systems===
===64-bit operating systems===
[[Windows NT]] included support for several different platforms before the [[X86 architecture|x86]]-based [[personal computer]] became dominant in the professional world. Versions of NT from 3.1 to 4.0 supported [[DEC Alpha]] and [[MIPS]] R4000, which were 64-bit processors, although the operating system treated them as 32-bit processors.
[[Window$ NT]] included support for several different platforms before the [[X86 architecture|x86]]-based [[personal computer]] became dominant in the professional world. Versions of NT from 3.1 to 4.0 supported [[DEC Alpha]] and [[MIPS]] R4000, which were 64-bit processors, although the operating system treated them as 32-bit processors.


With the introduction of the [[IA-64]] architecture (or [[Itanium]], after the processors that implement it), and later the [[AMD64]] architecture (also known as x86-64, x64 by Microsoft, and implemented by Intel as [[EM64T]]), Microsoft released new versions of its more contemporary operating systems to support them. The modern 64-bit Windows family comprises [[Windows XP 64-bit Edition]] for IA-64 systems, [[Windows XP Professional x64 Edition]] for AMD64 systems, and [[Windows Server 2003]], in versions for both IA-64 and AMD64. The AMD64 versions of Windows XP Professional and Server 2003 were released on [[April 25]] [[2005]], while the IA-64 versions were released at the same time as their mainstream x86 (32-bit) counterparts. [[Windows Vista]] will be the first end-user version of Windows that Microsoft plans to release simultaneously in 32-bit and x64 editions.
With the introduction of the [[IA-64]] architecture (or [[Itanium]], after the processors that implement it), and later the [[AMD64]] architecture (also known as x86-64, x64 by Mi¢ro$oft, and implemented by Intel as [[EM64T]]), Mi¢ro$oft released new versions of its more contemporary operating systems to support them. The modern 64-bit Window$ family comprises [[Window$ XP 64-bit Edition]] for IA-64 systems, [[Window$ XP Professional x64 Edition]] for AMD64 systems, and [[Window$ Server 2003]], in versions for both IA-64 and AMD64. The AMD64 versions of Window$ XP Professional and Server 2003 were released on [[April 25]] [[2005]], while the IA-64 versions were released at the same time as their mainstream x86 (32-bit) counterparts. [[Window$ Vista]] will be the first end-user version of Window$ that Mi¢ro$oft plans to release simultaneously in 32-bit and x64 editions.


==Microsoft Windows history==
==Mi¢ro$oft Window$ history==
{{main|History of Microsoft Windows}}
{{main|History of Mi¢ro$oft Window$}}


[[Image:Windows1screen.gif|thumb|right|300px|A typical Windows 1.0 desktop, running on [[Virtual PC]] on a [[Apple Macintosh|Macintosh]].]]
[[Image:Window$1screen.gif|thumb|right|300px|A typical Window$ 1.0 desktop, running on [[Virtual PC]] on a [[Apple Macintosh|Macintosh]].]]


Microsoft has taken two parallel routes in operating systems. One route has been the home user and the other has been the professional IT user. The dual route has generally led to the home versions with more "eye candy" and less functionality in networking and security and professional versions with less "eye candy" and better networking and security.
Mi¢ro$oft has taken two parallel routes in operating systems. One route has been the home user and the other has been the professional IT user. The dual route has generally led to the home versions with more "eye candy" and less functionality in networking and security and professional versions with less "eye candy" and better networking and security.


The first independent version of Microsoft Windows, version 1.0, released in November 1985, lacked a degree of functionality and achieved little popularity. Windows 1.0 did not provide a complete operating system; rather, it extended 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.
The first independent version of Mi¢ro$oft Window$, version 1.0, released in November 1985, lacked a degree of functionality and achieved little popularity. Window$ 1.0 did not provide a complete operating system; rather, it extended MS-DOS. Mi¢ro$oft Window$ version 2.0 was released in November, 1987 and was slightly more popular than its predecessor. Window$ 2.03 (release date January 1988) had changed the OS from tiled Window$ to overlapping Window$. The result of this change led to Apple Computer filing a suit against Mi¢ro$oft alleging infringement on Apple's copyrights.


[[Image:Windows 3.11 workspace.png|thumb|right|300px|A typical Windows 3.11 Workgroup desktop.]]
[[Image:Window$ 3.11 workspace.png|thumb|right|300px|A typical Window$ 3.11 Workgroup desktop.]]


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. In August 1995, Microsoft released Windows 95, which made further changes to the user interface and was the first Windows version to utilize [[multitasking]].
Mi¢ro$oft Window$ version 3.0, released in 1990, was the first Mi¢ro$oft Window$ 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. In August 1995, Mi¢ro$oft released Window$ 95, which made further changes to the user interface and was the first Window$ version to utilize [[multitasking]].


In July 1993, Microsoft released [[Windows NT]] based on [[IBM]] [[OS/2]] technology (which Microsoft had been co-developing for several years prior). NT was considered to be the professional OS. NT and the Windows non-professional line would later be fused together to create Windows XP.
In July 1993, Mi¢ro$oft released [[Window$ NT]] based on [[IBM]] [[OS/2]] technology (which Mi¢ro$oft had been co-developing for several years prior). NT was considered to be the professional OS. NT and the Window$ non-professional line would later be fused together to create Window$ XP.


The next in line was Microsoft [[Windows 98]] released in June 1998. Substantially criticized for its slowness compared with [[Windows 95]], many of its basic problems were later rectified with the release of Windows 98 Second Edition in 1999.
The next in line was Mi¢ro$oft [[Window$ 98]] released in June 1998. Substantially criticized for its slowness compared with [[Window$ 95]], many of its basic problems were later rectified with the release of Window$ 98 Second Edition in 1999.


As part of its professional line, Microsoft released [[Windows 2000]] in February 2000. The consumer version following Windows 98 was [[Windows Me]] (Windows Millennium Edition). Released in September 2000, Windows Me attempted to implement a number of new technologies for Microsoft: most notably publicized was "[[Universal Plug and Play]]." However, the OS was substantially criticized for its lack of compatibility and stability.
As part of its professional line, Mi¢ro$oft released [[Window$ 2000]] in February 2000. The consumer version following Window$ 98 was [[Window$ Me]] (Window$ Millennium Edition). Released in September 2000, Window$ Me attempted to implement a number of new technologies for Mi¢ro$oft: most notably publicized was "[[Universal Plug and Play]]." However, the OS was substantially criticized for its lack of compatibility and stability.


[[Image:Wlogo.png|thumb|left|The Windows logo that was used from 2000 to 2001.]]
[[Image:Wlogo.png|thumb|left|The Window$ logo that was used from 2000 to 2001.]]


In October 2001, Microsoft released [[Windows XP]], a version built on the Windows NT [[Kernel (computer science)|kernel]] that also retained the consumer-oriented usability of Windows 95 and its successors. 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 "Media Center" edition was released in 2003, with an emphasis on support for DVD and TV functionality including program recording and a remote control.
In October 2001, Mi¢ro$oft released [[Window$ XP]], a version built on the Window$ NT [[Kernel (computer science)|kernel]] that also retained the consumer-oriented usability of Window$ 95 and its successors. 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 "Media Center" edition was released in 2003, with an emphasis on support for DVD and TV functionality including program recording and a remote control.


In April 2003, [[Windows Server 2003]] was introduced, replacing the [[Windows 2000]] 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.
In April 2003, [[Window$ Server 2003]] was introduced, replacing the [[Window$ 2000]] line of server products with a number of new features and a strong focus on security; this was followed in December 2005 by Window$ Server 2003 R2.


[[Windows Vista]] and [[Windows Server "Longhorn"]], the successors to Windows XP and Windows Server 2003 respectively, are currently under development.
[[Window$ Vista]] and [[Window$ Server "Longhorn"]], the successors to Window$ XP and Window$ Server 2003 respectively, are currently under development.


==Interface==
==Interface==
[[Image:Windows xp desktop.PNG|thumbnail|right|225px|A typical Windows XP desktop.]]
[[Image:Window$ xp desktop.PNG|thumbnail|right|225px|A typical Window$ XP desktop.]]


The most obvious feature of Windows is a Window, or a container for other graphical objects. A Window in Microsoft Windows typically contains a [[status bar]], [[title bar]], minimize and maximize buttons, close button, and [[system menu]] (also called the windows menu or control menu). Another prominent feature since Windows 95 and NT 4.0 is the [[desktop]], which holds various [[icon]]s that the user can double-click to open. The [[Start Menu|Start Button and Start Menu]], attached to the taskbar and typically below the desktop, gives users access to installed programs and many of the other features of the operating system.
The most obvious feature of Window$ is a Window, or a container for other graphical objects. A Window in Mi¢ro$oft Window$ typically contains a [[status bar]], [[title bar]], minimize and maximize buttons, close button, and [[system menu]] (also called the Window$ menu or control menu). Another prominent feature since Window$ 95 and NT 4.0 is the [[desktop]], which holds various [[icon]]s that the user can double-click to open. The [[Start Menu|Start Button and Start Menu]], attached to the taskbar and typically below the desktop, gives users access to installed programs and many of the other features of the operating system.


Due to these and other features, Windows makes it possible to perform most common tasks, some quite complex, with very little computer knowledge. Windows also comes with features to help the disabled through its accessibility options. Under Windows XP, these features include the Narrator, Magnifier and contrast display mode.
Due to these and other features, Window$ makes it possible to perform most common tasks, some quite complex, with very little computer knowledge. Window$ also comes with features to help the disabled through its accessibility options. Under Window$ XP, these features include the Narrator, Magnifier and contrast display mode.


==Widespread Usage==
==Widespread Usage==
Microsoft Windows is installed on the vast majority of personal computers. A July 2005 poll of <i>Network Computing</i> magazine readers found that 90% of their organizations used Microsoft's desktop operating systems.<ref name=poll>[http://www.networkcomputing.com/showitem.jhtml?articleID=165701950&pgno=8#2 Reader Poll] www.networkcomputing.com</ref> It has achieved enormous [[market penetration]] due to the domination of MS-DOS in the early days of PC compatible computers ([[IBM PC]], and various clones). It is also the primary platform for [[Microsoft Office]] and most non-console computer games.
Mi¢ro$oft Window$ is installed on the vast majority of personal computers. A July 2005 poll of <i>Network Computing</i> magazine readers found that 90% of their organizations used Mi¢ro$oft's desktop operating systems.<ref name=poll>[http://www.networkcomputing.com/showitem.jhtml?articleID=165701950&pgno=8#2 Reader Poll] www.networkcomputing.com</ref> It has achieved enormous [[market penetration]] due to the domination of MS-DOS in the early days of PC compatible computers ([[IBM PC]], and various clones). It is also the primary platform for [[Mi¢ro$oft Office]] and most non-console computer games.


The widespread use of Microsoft's operating system has benefited from not being tied to the success of one hardware manufacturer and from Microsoft's willingness to license the operating system to manufacturers. This is in contrast with [[Apple Computer]], which does not license [[Mac OS X]] to other manufacturers. However, the wide spectrum of possible hardware permutations with Microsoft Windows is also seen as a major source of computer problems because of hardware/software incompatibilities for consumers.
The widespread use of Mi¢ro$oft's operating system has benefited from not being tied to the success of one hardware manufacturer and from Mi¢ro$oft's willingness to license the operating system to manufacturers. This is in contrast with [[Apple Computer]], which does not license [[Mac OS X]] to other manufacturers. However, the wide spectrum of possible hardware permutations with Mi¢ro$oft Window$ is also seen as a major source of computer problems because of hardware/software incompatibilities for consumers.


In the past, companies who wanted to be in the computer business had to create their own operating systems (such as the [[Amiga]], [[BBC Micro]] or [[ZX Spectrum]]) or choose another OS; even an exclusive license with one vendor was significantly cheaper than developing and supporting a new operating system and software base.
In the past, companies who wanted to be in the computer business had to create their own operating systems (such as the [[Amiga]], [[BBC Micro]] or [[ZX Spectrum]]) or choose another OS; even an exclusive license with one vendor was significantly cheaper than developing and supporting a new operating system and software base.


Due to Microsoft's extensive licensing agreements with many computer vendors, Windows presently comes pre-installed on most computers as a bundled [[original equipment manufacturer|OEM]] version, making it the default choice for most of the market.
Due to Mi¢ro$oft's extensive licensing agreements with many computer vendors, Window$ presently comes pre-installed on most computers as a bundled [[original equipment manufacturer|OEM]] version, making it the default choice for most of the market.


For some consumers, Windows is the only valid option for a computing environment, or it is mandated by their workplace; additionally, an unfamiliarity with other operating systems results in a lack of desire to switch to other operating systems.
For some consumers, Window$ is the only valid option for a computing environment, or it is mandated by their workplace; additionally, an unfamiliarity with other operating systems results in a lack of desire to switch to other operating systems.


Finally, the large base of [[proprietary]] software available exclusively for the Windows family of operating systems has become a large reason for the popularity of Windows, at least partly because many users do not realize that there are free, open source, and portable alternatives available. In recent years, many companies have been started with the sole intention of releasing Windows software; the fact that there is already a large customer base in place is reason enough for such companies to spend their resources solely on Windows software development. As a result, the fact that many companies are supporting Windows exclusively is a self-reinforcing reason for customers to choose Windows.
Finally, the large base of [[proprietary]] software available exclusively for the Window$ family of operating systems has become a large reason for the popularity of Window$, at least partly because many users do not realize that there are free, open source, and portable alternatives available. In recent years, many companies have been started with the sole intention of releasing Window$ software; the fact that there is already a large customer base in place is reason enough for such companies to spend their resources solely on Window$ software development. As a result, the fact that many companies are supporting Window$ exclusively is a self-reinforcing reason for customers to choose Window$.


Maintaining compatibility in a new release of Windows with this large collection of software designed to run on older flavors of Windows consumes a large part of the resources of the Windows development team.
Maintaining compatibility in a new release of Window$ with this large collection of software designed to run on older flavors of Window$ consumes a large part of the resources of the Window$ development team.


==Security==
==Security==
[[Image:WindowsSecurity.png|thumbnail|right|225px|The Windows XP Security Center supplied in Service Pack 2.]]
[[Image:Window$Security.png|thumbnail|right|225px|The Window$ XP Security Center supplied in Service Pack 2.]]


[[Computer security|Security]] has been a major weakness of Windows for many years, and even Microsoft itself has been the victim of security breaches.<ref name=thereg>{{cite web|url=http://www.theregister.co.uk/2000/11/06/microsoft_hacked_again/|title=Microsoft hacked again|accessdate=2006-05-24}}</ref> Due in some part to the widespread usage of Windows on [[personal computers]] as well as a number of technical reasons there is a five fold greater amount of malware for Windows than other operating systems such as [[Linux]], [[Unix]], [[Mac OS X]], and [[FreeBSD]]<ref name=arstechnica>{{cite web|url=http://arstechnica.com/news.ars/post/20060706-7204.html|title=Antivirus company suggests home users switch to Macs|accessdate=2006-07-20}}</ref>. Windows was 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{{fact}}. [[Windows NT]] and its successors are designed for security (including on a network) and multi-user PCs, but was not designed for Internet security in mind as much since, when it was first developed, the Internet was less important. Combined with occasionally flawed code (such as [[buffer overflow]]s), Windows is a frequent target of [[computer worm|worms]] and [[computer virus|virus]] writers. Furthermore, until [[Windows Server 2003]] most versions of even [[Windows NT]] were shipped with important security features disabled by default, and vulnerable (albeit useful) system services enabled by default. In June 2005, [[Bruce Schneier]]'s <i>Counterpane Internet Security</i> reported that it had seen over 1,000 new viruses and worms in the previous six months.
[[Computer security|Security]] has been a major weakness of Window$ for many years, and even Mi¢ro$oft itself has been the victim of security breaches.<ref name=thereg>{{cite web|url=http://www.theregister.co.uk/2000/11/06/Mi¢ro$oft_hacked_again/|title=Mi¢ro$oft hacked again|accessdate=2006-05-24}}</ref> Due in some part to the widespread usage of Window$ on [[personal computers]] as well as a number of technical reasons there is a five fold greater amount of malware for Window$ than other operating systems such as [[Linux]], [[Unix]], [[Mac OS X]], and [[FreeBSD]]<ref name=arstechnica>{{cite web|url=http://arstechnica.com/news.ars/post/20060706-7204.html|title=Antivirus company suggests home users switch to Macs|accessdate=2006-07-20}}</ref>. Window$ was 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{{fact}}. [[Window$ NT]] and its successors are designed for security (including on a network) and multi-user PCs, but was not designed for Internet security in mind as much since, when it was first developed, the Internet was less important. Combined with occasionally flawed code (such as [[buffer overflow]]s), Window$ is a frequent target of [[computer worm|worms]] and [[computer virus|virus]] writers. Furthermore, until [[Window$ Server 2003]] most versions of even [[Window$ NT]] were shipped with important security features disabled by default, and vulnerable (albeit useful) system services enabled by default. In June 2005, [[Bruce Schneier]]'s <i>Counterpane Internet Security</i> reported that it had seen over 1,000 new viruses and worms in the previous six months.


Microsoft publicly admitted their ongoing security problems shortly after the turn of the century and now claims to regard security as their number one priority. The much-needed Automatic Update came first with Windows Me. As a result, Service Pack 2 for Windows XP, as well as Windows Server 2003, was installed by users more quickly than it might have been. Microsoft releases security patches through its [[Windows Update]] 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 Me, Windows XP and Windows Server 2003, updates can be automatically downloaded and installed if the user selects to do so.
Mi¢ro$oft publicly admitted their ongoing security problems shortly after the turn of the century and now claims to regard security as their number one priority. The much-needed Automatic Update came first with Window$ Me. As a result, Service Pack 2 for Window$ XP, as well as Window$ Server 2003, was installed by users more quickly than it might have been. Mi¢ro$oft releases security patches through its [[Window$ Update]] service approximately once a month (usually the second Tuesday of the month), although critical updates are made available at shorter intervals when necessary. In Window$ 2000 (SP3 and later), Window$ Me, Window$ XP and Window$ Server 2003, updates can be automatically downloaded and installed if the user selects to do so.


===Windows Defender===
===Window$ Defender===
On January 6, 2005, Microsoft released a beta version of [[Windows AntiSpyware]], based upon the previously released Giant AntiSpyware. On February 13, 2006, Windows AntiSpyware became [[Windows Defender]] with the release of beta 2. Windows Defender is a freeware program designed to protect against spyware and other unwanted software.
On January 6, 2005, Mi¢ro$oft released a beta version of [[Window$ AntiSpyware]], based upon the previously released Giant AntiSpyware. On February 13, 2006, Window$ AntiSpyware became [[Window$ Defender]] with the release of beta 2. Window$ Defender is a freeware program designed to protect against spyware and other unwanted software.


Paul Thurrott's Supersite for Windows gave Defender Beta 2 a stellar review<ref name=winsupersite>{{cite web|url=http://www.winsupersite.com/reviews/windefender_beta2.asp|title=Windows Defender Beta 2 Review|accessdate=2006-07-20}}</ref>; it received more middling reviews from other publications such as PCMagazine<ref name=pcmag>{{cite web|url=http://www.pcmag.com/article2/0,1895,1926596,00.asp|title=Windows Defender (beta 2) review|accessdate=2006-07-20}}</ref> and CNet<ref name=cnet>{{cite web|url=http://reviews.cnet.com/Microsoft_Windows_Defender_beta_2/4505-3688_7-31256676.html|title=Microsoft Windows Defender Beta 2|accessdate=2006-07-20}}</ref>. Windows 2000 and Windows XP users can download the program for free from Microsoft's web site, and Microsoft has stated that Windows Defender will ship as part of [[Windows Vista]]<ref name=defendervista>{{cite web|url=http://www.microsoft.com/windowsvista/features/foreveryone/security.mspx|title=Windows Vista: Features|accessdate=2006-07-20}}</ref>.
Paul Thurrott's Supersite for Window$ gave Defender Beta 2 a stellar review<ref name=winsupersite>{{cite web|url=http://www.winsupersite.com/reviews/windefender_beta2.asp|title=Window$ Defender Beta 2 Review|accessdate=2006-07-20}}</ref>; it received more middling reviews from other publications such as PCMagazine<ref name=pcmag>{{cite web|url=http://www.pcmag.com/article2/0,1895,1926596,00.asp|title=Window$ Defender (beta 2) review|accessdate=2006-07-20}}</ref> and CNet<ref name=cnet>{{cite web|url=http://reviews.cnet.com/Mi¢ro$oft_Window$_Defender_beta_2/4505-3688_7-31256676.html|title=Mi¢ro$oft Window$ Defender Beta 2|accessdate=2006-07-20}}</ref>. Window$ 2000 and Window$ XP users can download the program for free from Mi¢ro$oft's web site, and Mi¢ro$oft has stated that Window$ Defender will ship as part of [[Window$ Vista]]<ref name=defendervista>{{cite web|url=http://www.Mi¢ro$oft.com/Window$vista/features/foreveryone/security.mspx|title=Window$ Vista: Features|accessdate=2006-07-20}}</ref>.


===Third-party analyses of Windows security===
===Third-party analyses of Window$ security===
A study conducted by [[Kevin Mitnick]] and marketing communications firm Avantgarde found that an unprotected and unpatched Windows XP system lasted only 4 minutes on the Internet before it was compromised <ref name=hackXP>[http://www.avantgarde.com/ttln113004.html Automated “Bots” Overtake PCs Without Firewalls Within 4 Minutes] www.avantgarde.com</ref>. The [[AOL]]National Cyber Security Alliance Online Safety Study of October 2004 determined that 80% of Windows users were infected by at least one [[spyware]]/[[adware]] product.<ref name=adware>[http://www.staysafeonline.info/pdf/safety_study_v04.pdf Safety Study] www.staysafeonline.info (pdf)</ref> 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 [[firewall]], running [[anti-virus]] and [[anti-spyware]] software, and installing patches as they become available through [[Windows Update]].
A study conducted by [[Kevin Mitnick]] and marketing communications firm Avantgarde found that an unprotected and unpatched Window$ XP system lasted only 4 minutes on the Internet before it was compromised <ref name=hackXP>[http://www.avantgarde.com/ttln113004.html Automated “Bots” Overtake PCs Without Firewalls Within 4 Minutes] www.avantgarde.com</ref>. The [[AOL]]National Cyber Security Alliance Online Safety Study of October 2004 determined that 80% of Window$ users were infected by at least one [[spyware]]/[[adware]] product.<ref name=adware>[http://www.staysafeonline.info/pdf/safety_study_v04.pdf Safety Study] www.staysafeonline.info (pdf)</ref> Much documentation is available describing how to increase the security of Mi¢ro$oft Window$ products. Typical suggestions include deploying Mi¢ro$oft Window$ behind a hardware or software [[firewall]], running [[anti-virus]] and [[anti-spyware]] software, and installing patches as they become available through [[Window$ Update]].


==Windows emulation software==
==Window$ emulation software==
<!-- Please do not put generic IBM PC emulators here. This section is for software that emulates Windows API. -->
<!-- Please do not put generic IBM PC emulators here. This section is for software that emulates Window$ API. -->
Emulation allows the use of some Windows applications without using Microsoft Windows. These include:
Emulation allows the use of some Window$ applications without using Mi¢ro$oft Window$. These include:
*[[Wine (software)|Wine]] – (Wine Is Not an Emulator) an almost complete [[free software]]/[[open-source software]] implementation of the [[Windows API]], allowing one to run some Windows applications on x86 Unix-based platforms, including Linux.
*[[Wine (software)|Wine]] – (Wine Is Not an Emulator) an almost complete [[free software]]/[[open-source software]] implementation of the [[Window$ API]], allowing one to run some Window$ applications on x86 Unix-based platforms, including Linux.
*[[CrossOver Office]] – a commercially packaged Wine with licensed fonts. Its developers are regular contributors to Wine, and focus on Wine running officially supported applications.
*[[CrossOver Office]] – a commercially packaged Wine with licensed fonts. Its developers are regular contributors to Wine, and focus on Wine running officially supported applications.
*[[Cedega]] (formerly known as [[WineX]]) – [[TransGaming Technologies]]' proprietary [[Fork (software development)|fork]] of Wine, which is designed specifically for running games written for Microsoft Windows under [[Linux]].
*[[Cedega]] (formerly known as [[WineX]]) – [[TransGaming Technologies]]' proprietary [[Fork (software development)|fork]] of Wine, which is designed specifically for running games written for Mi¢ro$oft Window$ under [[Linux]].
*[[ReactOS]] – open-source operating system, aimed to be compatible with existing Windows NT applications and drivers.
*[[ReactOS]] – open-source operating system, aimed to be compatible with existing Window$ NT applications and drivers.
*[[Freedows OS|Freedows]] and [[Alliance OS]] – a very ambitious project, and a subsequent spinoff, that tried to clone Windows but withered away.
*[[Freedows OS|Freedows]] and [[Alliance OS]] – a very ambitious project, and a subsequent spinoff, that tried to clone Window$ but withered away.
*[[Project David]] – ambitious and controversial project to fully emulate Windows programs to run on other OSs.
*[[Project David]] – ambitious and controversial project to fully emulate Window$ programs to run on other OSs.
*[[Win4Lin]] - Win4Lin is a virtual machine technology that allows Windows to run as an application on Linux.
*[[Win4Lin]] - Win4Lin is a virtual machine technology that allows Window$ to run as an application on Linux.
*[[Parallels Workstation]] - By Parallels Inc.
*[[Parallels Workstation]] - By Parallels Inc.
*[[Virtual PC]] - Virtual PC is an emulation suite for Apple Mac OS X, and a virtualization suite for Microsoft Windows operating systems. The software was originally written by Connectix, and was subsequently acquired by Microsoft.
*[[Virtual PC]] - Virtual PC is an emulation suite for Apple Mac OS X, and a virtualization suite for Mi¢ro$oft Window$ operating systems. The software was originally written by Connectix, and was subsequently acquired by Mi¢ro$oft.
* [[Darwine]] - The Darwine project intends to port and develop [[WINE]] as well as other supporting tools that will allow [[Darwin (operating system)|Darwin]] and [[Mac OS X]] users to run Microsoft Windows Applications, and to provide a [[Win32]] [[API]] compatibility at application source code level.
* [[Darwine]] - The Darwine project intends to port and develop [[WINE]] as well as other supporting tools that will allow [[Darwin (operating system)|Darwin]] and [[Mac OS X]] users to run Mi¢ro$oft Window$ Applications, and to provide a [[Win32]] [[API]] compatibility at application source code level.


==See also==
==See also==
{{Wikibooks|Basic Computing Using Windows}}
{{Wikibooks|Basic Computing Using Window$}}


*'''General'''
*'''General'''
**[[Comparison of operating systems]]
**[[Comparison of operating systems]]
**[[List of operating systems]]
**[[List of operating systems]]
**[[Comparison of Windows and Linux]]
**[[Comparison of Window$ and Linux]]
*'''Further reading'''
*'''Further reading'''
**[[Architecture of the Windows NT operating system line]]
**[[Architecture of the Window$ NT operating system line]]
**[[List of Microsoft Windows components]]
**[[List of Mi¢ro$oft Window$ components]]
**[[:Category:Microsoft Windows|Microsoft Windows topics]]
**[[:Category:Mi¢ro$oft Window$|Mi¢ro$oft Window$ topics]]
**[[Windows Explorer]]
**[[Window$ Explorer]]
**[[Windows Genuine Advantage]]
**[[Window$ Genuine Advantage]]
**[[Windows Media]]
**[[Window$ Media]]


==References==
==References==
Line 143: Line 143:
==External links==
==External links==
===Official===
===Official===
*[http://www.microsoft.com/windows/default.mspx Microsoft's Official Windows Website]
*[http://www.Mi¢ro$oft.com/Window$/default.mspx Mi¢ro$oft's Official Window$ Website]
*[http://www.windows.com Official Promotional Website (Windows.com)]
*[http://www.Window$.com Official Promotional Website (Window$.com)]
*[http://www.microsoft.com/windows/WinHistoryIntro.mspx Windows history time line from Microsoft]
*[http://www.Mi¢ro$oft.com/Window$/WinHistoryIntro.mspx Window$ history time line from Mi¢ro$oft]


===Tips and documentation===
===Tips and documentation===
*[http://www.pcnineoneone.com/howto/multiboot1.html How to run multiple versions of Windows on one PC]
*[http://www.pcnineoneone.com/howto/multiboot1.html How to run multiple versions of Window$ on one PC]
*[http://www.tech-recipes.com/windows.html Tech-Recipes Windows Guide] - Listing of almost 500 Windows Tutorials
*[http://www.tech-recipes.com/Window$.html Tech-Recipes Window$ Guide] - Listing of almost 500 Window$ Tutorials
*[http://wiki.havenite.net/index.php?title=The_Windows_Documentation_Project The Windows Documentation Project (wiki)]
*[http://wiki.havenite.net/index.php?title=The_Window$_Documentation_Project The Window$ Documentation Project (wiki)]
*[http://www.dwheeler.com/essays/securing-windows.html Securing Microsoft Windows (for Home and Small Business Users)]
*[http://www.dwheeler.com/essays/securing-Window$.html Securing Mi¢ro$oft Window$ (for Home and Small Business Users)]
*[http://www.sarc.com/ Symantec Anti-Virus Research Center] – excellent informational security resource, and Symantec are makers of Norton Anti-Virus (3rd party software sold separately)
*[http://www.sarc.com/ Symantec Anti-Virus Research Center] – excellent informational security resource, and Symantec are makers of Norton Anti-Virus (3rd party software sold separately)
*[http://www.dotwhat.net/ dotwhat? - File Extension Listing] – a huge listing of file extensions and the programs that use them
*[http://www.dotwhat.net/ dotwhat? - File Extension Listing] – a huge listing of file extensions and the programs that use them
*[http://www.bredel.homepage.t-online.de/Windows/Windows-English/windows-english.html Windows] – tips and tricks for Windows 98, ME, NT, 2000 and XP
*[http://www.bredel.homepage.t-online.de/Window$/Window$-English/Window$-english.html Window$] – tips and tricks for Window$ 98, ME, NT, 2000 and XP
*[http://markhobley.yi.org/windows/supportscript/index.html Windows Support Script]
*[http://markhobley.yi.org/Window$/supportscript/index.html Window$ Support Script]
*[http://markhobley.yi.org:8000/WinHome The Windows Wiki]
*[http://markhobley.yi.org:8000/WinHome The Window$ Wiki]
*[http://www.vernalex.com/tools/services/ Vernalex's Windows Services Utility] - An unofficial list of most Windows services with detailed descriptions and recommended run states
*[http://www.vernalex.com/tools/services/ Vernalex's Window$ Services Utility] - An unofficial list of most Window$ services with detailed descriptions and recommended run states
*[http://www.malaysiapcdiy.com/how-to-setup-a-new-windows Windows installation guide] – Tips to set up and install Windows XP
*[http://www.malaysiapcdiy.com/how-to-setup-a-new-Window$ Window$ installation guide] – Tips to set up and install Window$ XP


===Programming Microsoft Windows===
===Programming Mi¢ro$oft Window$===
*[http://www.msdn.com Microsoft Development Network for programming Microsoft Windows]
*[http://www.msdn.com Mi¢ro$oft Development Network for programming Mi¢ro$oft Window$]
*[http://www.relisoft.com/win32/index.htm Windows API tutorial] in C++
*[http://www.relisoft.com/win32/index.htm Window$ API tutorial] in C++
*[http://win32asm.cjb.net/ Programming Windows in Assembly Language]
*[http://win32asm.cjb.net/ Programming Window$ in Assembly Language]


===Libraries===
===Libraries===
*[http://www.relisoft.com/RSWL.html RSWL], free [[Reliable Software]] C++ Windows API library.
*[http://www.relisoft.com/RSWL.html RSWL], free [[Reliable Software]] C++ Window$ API library.


===Reviews and evaluation===
===Reviews and evaluation===
*[http://www.winsupersite.com/default.asp Paul Thurrott's SuperSite for Windows] – an exhaustive evaluation of Microsoft's products and technologies
*[http://www.winsupersite.com/default.asp Paul Thurrott's SuperSite for Window$] – an exhaustive evaluation of Mi¢ro$oft's products and technologies
*[http://www.avantgarde.com/xxxxttln.pdf "Time to Live on the Network"] – a security study by [[Kevin Mitnick]] and Avantgarde (PDF)
*[http://www.avantgarde.com/xxxxttln.pdf "Time to Live on the Network"] – a security study by [[Kevin Mitnick]] and Avantgarde (PDF)
*[http://www.actsofvolition.com/archives/2001/december/windowsxprough Windows XP: rough around the edges] – an UI review of Windows XP
*[http://www.actsofvolition.com/archives/2001/december/Window$xprough Window$ XP: rough around the edges] – an UI review of Window$ XP
*[http://www.frankmahler.de/mshame/ Frank Mahler's Interface Hall Of Shame](in German)
*[http://www.frankmahler.de/mshame/ Frank Mahler's Interface Hall Of Shame](in German)
*[http://www.staysafeonline.info/pdf/safety_study_v04.pdf AOL/National Cyber Security Alliance Online Safety Study (October 2004)] (PDF)
*[http://www.staysafeonline.info/pdf/safety_study_v04.pdf AOL/National Cyber Security Alliance Online Safety Study (October 2004)] (PDF)
*[http://www.pixelcentric.net/x-shame/ Interface Hall of Shame] – an analysis of user interfaces with a focus on Windows
*[http://www.pixelcentric.net/x-shame/ Interface Hall of Shame] – an analysis of user interfaces with a focus on Window$


===Other===
===Other===
*[http://www.levenez.com/windows/ Windows history] – a Windows history time line graph by Éric Lévénez (detailed, continually updated)
*[http://www.levenez.com/Window$/ Window$ history] – a Window$ history time line graph by Éric Lévénez (detailed, continually updated)
*[http://www.aci.com.pl/mwichary/guidebook/interfaces/windows GUIdebook: Windows Gallery] – a website dedicated to preserving and showcasing graphical user interfaces
*[http://www.aci.com.pl/mwichary/guidebook/interfaces/Window$ GUIdebook: Window$ Gallery] – a website dedicated to preserving and showcasing graphical user interfaces
*[http://www.pcmag.com/article2/0,1895,1868435,00.asp Windows 20th Birthday]
*[http://www.pcmag.com/article2/0,1895,1868435,00.asp Window$ 20th Birthday]


{{History of Windows}}
{{History of Window$}}
{{Microsoft products}}
{{Mi¢ro$oft products}}


[[Category:Microsoft Windows| ]]
[[Category:Mi¢ro$oft Window$| ]]
[[Category:Operating systems]]
[[Category:Operating systems]]


[[ar:مايكروسوفت ويندوز]]
[[ar:مايكروسوفت ويندوز]]
[[ast:Microsoft Windows]]
[[ast:Mi¢ro$oft Window$]]
[[zh-min-nan:Microsoft Windows]]
[[zh-min-nan:Mi¢ro$oft Window$]]
[[bs:Microsoft Windows]]
[[bs:Mi¢ro$oft Window$]]
[[bg:Microsoft Windows]]
[[bg:Mi¢ro$oft Window$]]
[[ca:Microsoft Windows]]
[[ca:Mi¢ro$oft Window$]]
[[cs:Microsoft Windows]]
[[cs:Mi¢ro$oft Window$]]
[[da:Microsoft Windows]]
[[da:Mi¢ro$oft Window$]]
[[de:Microsoft Windows]]
[[de:Mi¢ro$oft Window$]]
[[et:Microsoft Windows]]
[[et:Mi¢ro$oft Window$]]
[[el:Microsoft Windows]]
[[el:Mi¢ro$oft Window$]]
[[es:Microsoft Windows]]
[[es:Mi¢ro$oft Window$]]
[[eo:Vindozo]]
[[eo:Vindozo]]
[[eu:Microsoft Windows]]
[[eu:Mi¢ro$oft Window$]]
[[fa:ویندوز]]
[[fa:ویندوز]]
[[fr:Microsoft Windows]]
[[fr:Mi¢ro$oft Window$]]
[[gl:Windows]]
[[gl:Window$]]
[[ko:마이크로소프트 윈도]]
[[ko:마이크로소프트 윈도]]
[[hi:माइक्रोसॉफ़्ट विन्डोज़]]
[[hi:माइक्रोसॉफ़्ट विन्डोज़]]
[[hr:Microsoft Windows]]
[[hr:Mi¢ro$oft Window$]]
[[id:Windows]]
[[id:Window$]]
[[ia:Windows]]
[[ia:Window$]]
[[is:Microsoft Windows]]
[[is:Mi¢ro$oft Window$]]
[[it:Microsoft Windows]]
[[it:Mi¢ro$oft Window$]]
[[he:חלונות]]
[[he:חלונות]]
[[ku:Microsoft Windows]]
[[ku:Mi¢ro$oft Window$]]
[[lv:Microsoft Windows]]
[[lv:Mi¢ro$oft Window$]]
[[lb:Microsoft Windows]]
[[lb:Mi¢ro$oft Window$]]
[[lt:Microsoft Windows]]
[[lt:Mi¢ro$oft Window$]]
[[jbo:uindoz]]
[[jbo:uindoz]]
[[hu:Microsoft Windows]]
[[hu:Mi¢ro$oft Window$]]
[[ms:Microsoft Windows]]
[[ms:Mi¢ro$oft Window$]]
[[nl:Microsoft Windows]]
[[nl:Mi¢ro$oft Window$]]
[[ja:Microsoft Windows]]
[[ja:Mi¢ro$oft Window$]]
[[no:Microsoft Windows]]
[[no:Mi¢ro$oft Window$]]
[[nn:Microsoft Windows]]
[[nn:Mi¢ro$oft Window$]]
[[nds:Microsoft Windows]]
[[nds:Mi¢ro$oft Window$]]
[[pl:Microsoft Windows]]
[[pl:Mi¢ro$oft Window$]]
[[pt:Microsoft Windows]]
[[pt:Mi¢ro$oft Window$]]
[[ro:Microsoft Windows]]
[[ro:Mi¢ro$oft Window$]]
[[ru:Windows]]
[[ru:Window$]]
[[simple:Microsoft Windows]]
[[simple:Mi¢ro$oft Window$]]
[[sk:Microsoft Windows]]
[[sk:Mi¢ro$oft Window$]]
[[sl:Microsoft Windows]]
[[sl:Mi¢ro$oft Window$]]
[[sr:Мајкрософт Виндоус]]
[[sr:Мајкрософт Виндоус]]
[[sh:Microsoft Windows]]
[[sh:Mi¢ro$oft Window$]]
[[fi:Microsoft Windows]]
[[fi:Mi¢ro$oft Window$]]
[[sv:Microsoft Windows]]
[[sv:Mi¢ro$oft Window$]]
[[ta:வின்டோஸ்]]
[[ta:வின்டோஸ்]]
[[th:ไมโครซอฟท์ วินโดวส์]]
[[th:ไมโครซอฟท์ วินโดวส์]]
[[vi:Microsoft Windows]]
[[vi:Mi¢ro$oft Window$]]
[[tr:Microsoft Windows]]
[[tr:Mi¢ro$oft Window$]]
[[uk:Microsoft Windows]]
[[uk:Mi¢ro$oft Window$]]
[[uz:Microsoft Windows]]
[[uz:Mi¢ro$oft Window$]]
[[zh-yue:Microsoft Windows]]
[[zh-yue:Mi¢ro$oft Window$]]
[[zh:Microsoft Windows]]
[[zh:Mi¢ro$oft Window$]]

Revision as of 05:45, 17 August 2006

Mi¢ro$oft Window$
Window$ logo
File:Window$ xp desktop.PNG
A typical Window$ XP desktop.
DeveloperMi¢ro$oft Corporation
OS familyMS-DOS-based, Window$ NT, Window$ 9x, Window$ CE
Working stateCurrent
LicenseMS-EULA
Official websiteMi¢ro$oft Window$

Mi¢ro$oft Window$ is a family of operating systems by Mi¢ro$oft for use on personal computers, although versions of Window$ designed for servers, embedded devices, and other platforms also exist. Mi¢ro$oft first introduced an operating environment named Window$ in November 1985 as an add-on to MS-DOS in response to the growing trend of graphical user interfaces popularized by the Apple Macintosh. Mi¢ro$oft Window$ eventually came to dominate the world's personal computer market. At the 2004 IDC Directions conference, IDC Vice President Avneesh Saxena stated that Window$ had approximately 90% of the client operating system market.[1]

Mi¢ro$oft Window$ versions

The term Window$ collectively describes any or all of several generations of Mi¢ro$oft operating system products. These products are generally categorized as follows:

16-bit operating environments

File:Window$ 1.0.jpg
The box art of Window$ 1.0, the first version Mi¢ro$oft released to the public. The same box art was used in other versions, such as 1.01.

The early versions of Window$ were often thought of as just graphical user interfaces or desktops, mostly because they were started from MS-DOS and used it for file system services. However even the earliest 16-bit Window$ versions already assumed many typical operating system functions, notably having their own executable file format and providing their own device drivers (timer, graphics, printer, mouse, keyboard and sound) for applications. Unlike DOS, Window$ allowed users to execute multiple graphical applications at the same time, through co-operative multitasking. Finally, Window$ implemented an elaborate, segment-based, software virtual memory scheme which allowed it to run applications larger than available memory: code segments and resources 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. Examples include Window$ 1.0 (1985) and Window$ 2.0 (1987) and its close relative Window$/286.

Hybrid 16/32-bit operating environments

Window$/386 introduced a 32-bit protected mode kernel and virtual machine monitor. For the duration of a Window$ session, it created one or more virtual 8086 environments and provided device virtualization for the video card, keyboard, mouse, timer and interrupt controller inside each of them. The user-visible consequence was that it became possible to preemptively multitask multiple MS-DOS environments in separate Window$ (graphical applications required switching the window to full screen mode). Window$ applications were still multi-tasked cooperatively inside one of such real-mode environments.

Window$ 3.0 (1990) and Window$ 3.1 (1992) perfected the design, mostly thanks to virtual memory and loadable virtual device drivers (VxDs) which allowed them to share arbitrary devices between multitasked DOS Window$. Because of this, Window$ applications could now run in 16-bit protected mode (when Window$ 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 Window$ 3.0 Mi¢ro$oft also rewrote critical operations from C into assembly, making this release faster and less memory-hungry than its predecessors.

Hybrid 16/32-bit operating systems

File:Mi¢ro$oft Window$ Logo from 1992 to 2000.png
The Window$ logo that was used from 1992 to 2000.

With the introduction of 32-bit File Access in Window$ for Workgroups 3.11, Window$ could finally stop relying on DOS for file management. Leveraging this, Window$ 95 introduced Long File Names, reducing the 8.3 DOS to the role of a boot loader. MS-DOS was now bundled with Window$; this notably made it (partially) aware of long file names when its utilities were run from within Window$, but angered the competition. The most important novelty was the possibility of running 32-bit multi-threaded preemptively multitasked graphical programs. Alas, 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 Window$ 95 (the first in 1995, then subsequent bug-fix versions in 1996 and 1997, only released to OEMs, which added extra features such as FAT32 support). Mi¢ro$oft's next OS was Window$ 98; there were two versions of this (the first in 1998 and the second, named "Window$ 98 Second Edition", in 1999). In 2000, Mi¢ro$oft released Window$ Me (Me standing for Millennium Edition), which used the same core as Window$ 98 but adopted the visual appearance of Window$ 2000, as well as a new feature called System Restore, allowing the user to set the computer's settings back to an earlier date. It was not a very well received implementation, and many user problems occurred. Me was considered a stopgap to the day both product lines would be seamlessly merged. Mi¢ro$oft left little time for Window$ Me to become popular before announcing their next version of Window$ which would be called XP.

32-bit operating systems

This family of Window$ systems was designed and marketed for higher-reliability business use, and was unencumbered by any DOS heritage. The first release was Window$ NT 3.1 (1993, numbered "3.1" to match the Window$ version and to one-up OS/2 2.1, IBM's flagship OS co-developed by Mi¢ro$oft and Window$ NT's main competitor at the time), which was followed by NT 3.5 (1994), NT 3.51 (1995), and NT 4.0 (1996); the latter implemented the Window$ 95 user interface. Mi¢ro$oft then moved to combine their consumer and business operating systems. Their first attempt, Window$ 2000, failed to meet their goals, and was released as a business system. The home consumer edition of Window$ 2000, codenamed "Window$ Neptune", ceased development and Mi¢ro$oft released Window$ Me in its place. Eventually "Neptune" was merged into their new project, Whistler, which later became Window$ XP. Since then, a new business system, Window$ Server 2003, has expanded the top end of the range, and the forthcoming Window$ Vista will complete it. Window$ CE, Mi¢ro$oft's offering in the mobile and embedded markets, is also a true 32-bit operating system.

64-bit operating systems

Window$ NT included support for several different platforms before the x86-based personal computer became dominant in the professional world. Versions of NT from 3.1 to 4.0 supported DEC Alpha and MIPS R4000, which were 64-bit processors, although the operating system treated them as 32-bit processors.

With the introduction of the IA-64 architecture (or Itanium, after the processors that implement it), and later the AMD64 architecture (also known as x86-64, x64 by Mi¢ro$oft, and implemented by Intel as EM64T), Mi¢ro$oft released new versions of its more contemporary operating systems to support them. The modern 64-bit Window$ family comprises Window$ XP 64-bit Edition for IA-64 systems, Window$ XP Professional x64 Edition for AMD64 systems, and Window$ Server 2003, in versions for both IA-64 and AMD64. The AMD64 versions of Window$ XP Professional and Server 2003 were released on April 25 2005, while the IA-64 versions were released at the same time as their mainstream x86 (32-bit) counterparts. Window$ Vista will be the first end-user version of Window$ that Mi¢ro$oft plans to release simultaneously in 32-bit and x64 editions.

Mi¢ro$oft Window$ history

File:Window$1screen.gif
A typical Window$ 1.0 desktop, running on Virtual PC on a Macintosh.

Mi¢ro$oft has taken two parallel routes in operating systems. One route has been the home user and the other has been the professional IT user. The dual route has generally led to the home versions with more "eye candy" and less functionality in networking and security and professional versions with less "eye candy" and better networking and security.

The first independent version of Mi¢ro$oft Window$, version 1.0, released in November 1985, lacked a degree of functionality and achieved little popularity. Window$ 1.0 did not provide a complete operating system; rather, it extended MS-DOS. Mi¢ro$oft Window$ version 2.0 was released in November, 1987 and was slightly more popular than its predecessor. Window$ 2.03 (release date January 1988) had changed the OS from tiled Window$ to overlapping Window$. The result of this change led to Apple Computer filing a suit against Mi¢ro$oft alleging infringement on Apple's copyrights.

File:Window$ 3.11 workspace.png
A typical Window$ 3.11 Workgroup desktop.

Mi¢ro$oft Window$ version 3.0, released in 1990, was the first Mi¢ro$oft Window$ 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. In August 1995, Mi¢ro$oft released Window$ 95, which made further changes to the user interface and was the first Window$ version to utilize multitasking.

In July 1993, Mi¢ro$oft released Window$ NT based on IBM OS/2 technology (which Mi¢ro$oft had been co-developing for several years prior). NT was considered to be the professional OS. NT and the Window$ non-professional line would later be fused together to create Window$ XP.

The next in line was Mi¢ro$oft Window$ 98 released in June 1998. Substantially criticized for its slowness compared with Window$ 95, many of its basic problems were later rectified with the release of Window$ 98 Second Edition in 1999.

As part of its professional line, Mi¢ro$oft released Window$ 2000 in February 2000. The consumer version following Window$ 98 was Window$ Me (Window$ Millennium Edition). Released in September 2000, Window$ Me attempted to implement a number of new technologies for Mi¢ro$oft: most notably publicized was "Universal Plug and Play." However, the OS was substantially criticized for its lack of compatibility and stability.

The Window$ logo that was used from 2000 to 2001.

In October 2001, Mi¢ro$oft released Window$ XP, a version built on the Window$ NT kernel that also retained the consumer-oriented usability of Window$ 95 and its successors. 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 "Media Center" edition was released in 2003, with an emphasis on support for DVD and TV functionality including program recording and a remote control.

In April 2003, Window$ Server 2003 was introduced, replacing the Window$ 2000 line of server products with a number of new features and a strong focus on security; this was followed in December 2005 by Window$ Server 2003 R2.

Window$ Vista and Window$ Server "Longhorn", the successors to Window$ XP and Window$ Server 2003 respectively, are currently under development.

Interface

File:Window$ xp desktop.PNG
A typical Window$ XP desktop.

The most obvious feature of Window$ is a Window, or a container for other graphical objects. A Window in Mi¢ro$oft Window$ typically contains a status bar, title bar, minimize and maximize buttons, close button, and system menu (also called the Window$ menu or control menu). Another prominent feature since Window$ 95 and NT 4.0 is the desktop, which holds various icons that the user can double-click to open. The Start Button and Start Menu, attached to the taskbar and typically below the desktop, gives users access to installed programs and many of the other features of the operating system.

Due to these and other features, Window$ makes it possible to perform most common tasks, some quite complex, with very little computer knowledge. Window$ also comes with features to help the disabled through its accessibility options. Under Window$ XP, these features include the Narrator, Magnifier and contrast display mode.

Widespread Usage

Mi¢ro$oft Window$ is installed on the vast majority of personal computers. A July 2005 poll of Network Computing magazine readers found that 90% of their organizations used Mi¢ro$oft's desktop operating systems.[2] It has achieved enormous market penetration due to the domination of MS-DOS in the early days of PC compatible computers (IBM PC, and various clones). It is also the primary platform for Mi¢ro$oft Office and most non-console computer games.

The widespread use of Mi¢ro$oft's operating system has benefited from not being tied to the success of one hardware manufacturer and from Mi¢ro$oft's willingness to license the operating system to manufacturers. This is in contrast with Apple Computer, which does not license Mac OS X to other manufacturers. However, the wide spectrum of possible hardware permutations with Mi¢ro$oft Window$ is also seen as a major source of computer problems because of hardware/software incompatibilities for consumers.

In the past, companies who wanted to be in the computer business had to create their own operating systems (such as the Amiga, BBC Micro or ZX Spectrum) or choose another OS; even an exclusive license with one vendor was significantly cheaper than developing and supporting a new operating system and software base.

Due to Mi¢ro$oft's extensive licensing agreements with many computer vendors, Window$ presently comes pre-installed on most computers as a bundled OEM version, making it the default choice for most of the market.

For some consumers, Window$ is the only valid option for a computing environment, or it is mandated by their workplace; additionally, an unfamiliarity with other operating systems results in a lack of desire to switch to other operating systems.

Finally, the large base of proprietary software available exclusively for the Window$ family of operating systems has become a large reason for the popularity of Window$, at least partly because many users do not realize that there are free, open source, and portable alternatives available. In recent years, many companies have been started with the sole intention of releasing Window$ software; the fact that there is already a large customer base in place is reason enough for such companies to spend their resources solely on Window$ software development. As a result, the fact that many companies are supporting Window$ exclusively is a self-reinforcing reason for customers to choose Window$.

Maintaining compatibility in a new release of Window$ with this large collection of software designed to run on older flavors of Window$ consumes a large part of the resources of the Window$ development team.

Security

File:Window$Security.png
The Window$ XP Security Center supplied in Service Pack 2.

Security has been a major weakness of Window$ for many years, and even Mi¢ro$oft itself has been the victim of security breaches.[3] Due in some part to the widespread usage of Window$ on personal computers as well as a number of technical reasons there is a five fold greater amount of malware for Window$ than other operating systems such as Linux, Unix, Mac OS X, and FreeBSD[4]. Window$ was 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[citation needed]. Window$ NT and its successors are designed for security (including on a network) and multi-user PCs, but was not designed for Internet security in mind as much since, when it was first developed, the Internet was less important. Combined with occasionally flawed code (such as buffer overflows), Window$ is a frequent target of worms and virus writers. Furthermore, until Window$ Server 2003 most versions of even Window$ NT were shipped with important security features disabled by default, and vulnerable (albeit useful) system services enabled by default. In June 2005, Bruce Schneier's Counterpane Internet Security reported that it had seen over 1,000 new viruses and worms in the previous six months.

Mi¢ro$oft publicly admitted their ongoing security problems shortly after the turn of the century and now claims to regard security as their number one priority. The much-needed Automatic Update came first with Window$ Me. As a result, Service Pack 2 for Window$ XP, as well as Window$ Server 2003, was installed by users more quickly than it might have been. Mi¢ro$oft releases security patches through its Window$ Update service approximately once a month (usually the second Tuesday of the month), although critical updates are made available at shorter intervals when necessary. In Window$ 2000 (SP3 and later), Window$ Me, Window$ XP and Window$ Server 2003, updates can be automatically downloaded and installed if the user selects to do so.

Window$ Defender

On January 6, 2005, Mi¢ro$oft released a beta version of Window$ AntiSpyware, based upon the previously released Giant AntiSpyware. On February 13, 2006, Window$ AntiSpyware became Window$ Defender with the release of beta 2. Window$ Defender is a freeware program designed to protect against spyware and other unwanted software.

Paul Thurrott's Supersite for Window$ gave Defender Beta 2 a stellar review[5]; it received more middling reviews from other publications such as PCMagazine[6] and CNet[7]. Window$ 2000 and Window$ XP users can download the program for free from Mi¢ro$oft's web site, and Mi¢ro$oft has stated that Window$ Defender will ship as part of Window$ Vista[8].

Third-party analyses of Window$ security

A study conducted by Kevin Mitnick and marketing communications firm Avantgarde found that an unprotected and unpatched Window$ XP system lasted only 4 minutes on the Internet before it was compromised [9]. The AOLNational Cyber Security Alliance Online Safety Study of October 2004 determined that 80% of Window$ users were infected by at least one spyware/adware product.[10] Much documentation is available describing how to increase the security of Mi¢ro$oft Window$ products. Typical suggestions include deploying Mi¢ro$oft Window$ behind a hardware or software firewall, running anti-virus and anti-spyware software, and installing patches as they become available through Window$ Update.

Window$ emulation software

Emulation allows the use of some Window$ applications without using Mi¢ro$oft Window$. These include:

  • Wine – (Wine Is Not an Emulator) an almost complete free software/open-source software implementation of the Window$ API, allowing one to run some Window$ applications on x86 Unix-based platforms, including Linux.
  • CrossOver Office – a commercially packaged Wine with licensed fonts. Its developers are regular contributors to Wine, and focus on Wine running officially supported applications.
  • Cedega (formerly known as WineX) – TransGaming Technologies' proprietary fork of Wine, which is designed specifically for running games written for Mi¢ro$oft Window$ under Linux.
  • ReactOS – open-source operating system, aimed to be compatible with existing Window$ NT applications and drivers.
  • Freedows and Alliance OS – a very ambitious project, and a subsequent spinoff, that tried to clone Window$ but withered away.
  • Project David – ambitious and controversial project to fully emulate Window$ programs to run on other OSs.
  • Win4Lin - Win4Lin is a virtual machine technology that allows Window$ to run as an application on Linux.
  • Parallels Workstation - By Parallels Inc.
  • Virtual PC - Virtual PC is an emulation suite for Apple Mac OS X, and a virtualization suite for Mi¢ro$oft Window$ operating systems. The software was originally written by Connectix, and was subsequently acquired by Mi¢ro$oft.
  • Darwine - The Darwine project intends to port and develop WINE as well as other supporting tools that will allow Darwin and Mac OS X users to run Mi¢ro$oft Window$ Applications, and to provide a Win32 API compatibility at application source code level.

See also

References

  1. ^ IDC: Consolidation to Window$ won't happen www.linuxworld.com.au
  2. ^ Reader Poll www.networkcomputing.com
  3. ^ "Mi¢ro$oft hacked again". Retrieved 2006-05-24.
  4. ^ "Antivirus company suggests home users switch to Macs". Retrieved 2006-07-20.
  5. ^ "Window$ Defender Beta 2 Review". Retrieved 2006-07-20.
  6. ^ "Window$ Defender (beta 2) review". Retrieved 2006-07-20.
  7. ^ "Mi¢ro$oft Window$ Defender Beta 2". Retrieved 2006-07-20.
  8. ^ "Window$ Vista: Features". Retrieved 2006-07-20.
  9. ^ Automated “Bots” Overtake PCs Without Firewalls Within 4 Minutes www.avantgarde.com
  10. ^ Safety Study www.staysafeonline.info (pdf)

External links

Official

Tips and documentation

Programming Mi¢ro$oft Window$

Libraries

Reviews and evaluation

Other

Template:History of Window$ Template:Mi¢ro$oft products