Technical features new to Windows Vista: Difference between revisions

Content deleted Content added
No edit summary
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
 
(34 intermediate revisions by 23 users not shown)
Line 1:
{{Short description|none}}
{{Windows Vista}}
'''[[Windows Vista]]''' (formerly codenamed '''Windows "Longhorn"''') has many significant new features compared with previous [[Microsoft Windows]] versions, covering most aspects of the operating system.
 
In addition to the new user interface, security capabilities, and developer technologies, several major components of the core operating system were redesigned, most notably the audio, print, display, and networking subsystems; while the results of this work will be visible to software developers, end-users will only see what appear to be evolutionary changes in the user interface.
Line 8 ⟶ 9:
For graphics, Windows Vista introduces a new as well as major revisions to [[Direct3D]]. The [[Windows Display Driver Model|new display driver model]] facilitates the new [[Desktop Window Manager]], which provides the [[page tearing|tearing]]-free desktop and special effects that are the cornerstones of the [[Windows Aero]] [[graphical user interface]]. The new display driver model is also able to offload rudimentary tasks to the [[GPU]], allow users to install drivers without requiring a system reboot, and seamlessly recover from rare driver errors due to illegal application behavior.
 
At the core of the operating system, many improvements have been made to the memory manager, process scheduler, heap manager, and [[I/O scheduling|I/O scheduler]]. A [[Kernel Transaction Manager]] has been implemented that can be used by data persistence services to enable [[atomic transaction]]s. The service is being used to give applications the ability to work with the file system and registry using atomic transaction operations.
 
==Audio==
 
Windows Vista features a completely re-written audio stack designed to provide low-latency 32-bit floating point audio, higher-quality digital signal processing, bit-for-bit sample level accuracy, up to 144&nbsp;dB of dynamic range and new audio [[Application Program Interface|APIs]] created by a team including Steve Ball and Larry Osterman.<ref name="c9audio1">{{cite web
| url=http://channel9.msdn.com/ShowPost.aspx?PostID=123430
| title=Steve Ball - Learning about Audio in Windows Vista
Line 26 ⟶ 27:
| work=Channel 9
| publisher=Microsoft
| archive-date=2006-05-02
| archive-url=https://web.archive.org/web/20060502145621/http://channel9.msdn.com/ShowPost.aspx?PostID=145665
| url-status=live
}}</ref>
The new audio stack runs at user level, thus increasingreducing stability. The Windows Vista audio engine is designed to run faster than the Windows XP audio engine, and has tighter requirementsimpact on audiosystem buffer position accuracystability. Also, the new [[Universal Audio Architecture]] (UAA) model has been introduced, replacing [[Windows Driver Model|WDM]] audio, which allows compliant audio hardware to automatically work under Windows without needing device drivers from the audio hardware vendor.
 
There are three major APIs in the Windows Vista audio architecture:
 
* Windows Audio Session API – Very low-level API for rendering audio, render/capture audio streams, adjust volume etc. This API also provides low latency for audio professionals through WaveRT (wave real-time) [[device driver|port driver]].<ref>[{{Cite web |url=http://msdn.microsoft.com/en-us/windows/hardware/gg463060 |title=MSDN - A Wave Port Driver for Real-Time Audio Streaming] |access-date=2011-09-14 |archive-date=2011-09-06 |archive-url=https://web.archive.org/web/20110906070125/http://msdn.microsoft.com/en-us/windows/hardware/gg463060 |url-status=live }}</ref>
* Multimedia Device API – For enumerating and managing audio endpoints.
* Device Topology API – For discovering the internals of an audio card's topology.
Line 39 ⟶ 43:
Applications communicate with the audio driver through ''Sessions'', and these ''Sessions'' are programmed through the ''Windows Audio Session API (WASAPI)''. In general, WASAPI operates in two modes. In ''exclusive mode'' (also called ''DMA mode''), unmixed audio streams are rendered directly to the audio adapter and no other application's audio will play and signal processing has no effect. Exclusive mode is useful for applications that demand the least amount of intermediate processing of the audio data or those that want to output compressed audio data such as [[Dolby Digital]], [[Digital Theatre Systems|DTS]] or [[Windows Media Audio|WMA Pro]] over [[S/PDIF]]. WASAPI exclusive mode is similar to [[kernel streaming]] in function, but no kernel mode programming is required. In ''shared mode'', audio streams are rendered by the application and optionally applied per-stream audio effects known as ''Local Effects (LFX)'' (such as per-session volume control). Then the streams are mixed by the global audio engine, where a set of ''global audio effects'' (GFX) may be applied. Finally, they're rendered on the audio device.
 
After passing through WASAPI, all host-based audio processing, including custom audio processing, can take place (sample rate conversion, mixing, effects). Host-based processing modules are referred to as ''Audio Processing Objects'', or ''APOs''. All these components operate in user mode. The, only portionthe ofaudio this architecture thatdriver runs in kernel mode is the audio driver (which contains the ''Port Class'' driver, the vendor ''Miniport'' driver and the vendor [[Hardware Abstraction Layer|HAL]]).
The higher-level APIs such as the Waveform-Audio Interface (waveXxx functions) and [[DirectSound]] use shared mode, which results in pre-mixed [[PCM]] audio that is sent to the driver in a single format (in terms of sample rate, bit depth and channel count). This format is configurable by the end user through Control Panel.
 
The Windows Kernel Mixer ([[KMixer]]) is completely gone. There is no direct path from DirectSound to the audio drivers; DirectSound and [[MultiMedia Extensions|MME]] are emulated as Session instances. Sincerather thethan wholebeing pointdirectly ofconnected DirectSoundto accelerationthe isaudio todriver. allowThis hardwaredoes tohave processthe unmixedeffect audioof content,preventing DirectSound cannotfrom bebeing hardware-accelerated in this audio model, and DirectSound3Dcompletely isremoves notsupport supportedfor atDirectSound3D all, which also breaksand [[Environmental Audio Extensions|EAX extensions]].,<ref name=creativeKB25937>[{{Cite web |url=http://support.creative.com/kb/ShowArticle.aspx?sid=25937 |title=Creative Technology - Support - Audio in Windows Vista] |access-date=2011-09-15 |archive-date=2011-09-03 |archive-url=https://web.archive.org/web/20110903062241/http://support.creative.com/kb/ShowArticle.aspx?sid=25937 |url-status=live }}</ref> however APIs such as [[Audio Stream Input/Output|ASIO]] and [[OpenAL]] are not affected.
After passing through WASAPI, all host-based audio processing, including custom audio processing, can take place (sample rate conversion, mixing, effects). Host-based processing modules are referred to as ''Audio Processing Objects'', or ''APOs''. All these components operate in user mode. The only portion of this architecture that runs in kernel mode is the audio driver (which contains the ''Port Class'' driver, the vendor ''Miniport'' driver and the vendor [[Hardware Abstraction Layer|HAL]]).
 
The Windows Kernel Mixer ([[KMixer]]) is completely gone. There is no direct path from DirectSound to the audio drivers; DirectSound and [[MultiMedia Extensions|MME]] are emulated as Session instances. Since the whole point of DirectSound acceleration is to allow hardware to process unmixed audio content, DirectSound cannot be accelerated in this audio model, and DirectSound3D is not supported at all, which also breaks [[Environmental Audio Extensions|EAX extensions]].<ref name=creativeKB25937>[http://support.creative.com/kb/ShowArticle.aspx?sid=25937 Creative Technology - Support - Audio in Windows Vista]</ref> APIs such as [[Audio Stream Input/Output|ASIO]] and [[OpenAL]] are not affected.
 
===Audio performance===
Line 50 ⟶ 52:
Windows Vista also includes a new Multimedia Class Scheduler Service (MMCSS) that allows multimedia applications to register their time-critical processing to run at an elevated thread priority, thus ensuring prioritized access to CPU resources for time-sensitive DSP processing and mixing tasks.
 
For audio professionals, a new WaveRT port driver has been introduced that strives to achieve real-time performance by using the multimedia class scheduler and supports audio applications that reduce the latency of audio streams. Consequently,All user-mode applications can completely govern streamsthe ofexisting audio withoutAPIs anyhave codebeen executionre-plumbed in the kernel during runtime. WaveRT allows the user mode application directand accessemulated to theuse internalthese audioAPIs hardwareinternally, buffers and sample position counters (data in the memory that is mapped to theall audio hardwaregoes DMAthrough engine).these Itthree allows applications to poll the current position in the DMA memory window that the hardware is accessing. WaveRT also supports the notion of a hardware-generated clock notification event, similar to the ASIO APIAPIs, so that most applications need"just not poll for current position if they don't want towork".
 
All the existing audio APIs have been re-plumbed and emulated to use these APIs internally, all audio goes through these three APIs, so that most applications "just work".
 
====Issues====
A fault in the MME WaveIn/WaveOut emulation was introduced in Windows Vista: if sample rate conversion is needed, audible noise is sometimes introduced, such as when playing audio in a web browser that uses these APIs. This is because the internal resampler, which is no longer configurable, defaults to linear interpolation, which was the lowest-quality conversion mode that could be set in previous versions of Windows. The resampler can be set to a high-quality mode via [http://support.microsoft.com/kb/2653312 a hotfix] for Windows 7 and Windows Server 2008 R2 only.<ref>{{cite web|url=http://msdn.microsoft.com/en-us/library/windows/hardware/ff537758(v=vs.85).aspx|title=Policy for Sample Rate Conversion of Audio Streams (Windows Drivers)|work=Dev Center - Hardware|publisher=Microsoft|access-date=2012-01-17|archive-date=2012-07-27|archive-url=https://web.archive.org/web/20120727050220/http://msdn.microsoft.com/en-us/library/windows/hardware/ff537758(v=vs.85).aspx|url-status=live}}</ref><ref>{{cite web|url=http://social.msdn.microsoft.com/Forums/en-US/windowspro-audiodevelopment/thread/725546ce-57bf-40d0-b7aa-47e51de9c3ae/|title=Artifacts on Windows 7 due to sample rate conversion|work=Windows Desktop Development Forums discussion thread|access-date=2012-01-17|archive-date=2011-07-22|archive-url=https://web.archive.org/web/20110722090905/http://social.msdn.microsoft.com/Forums/en-US/windowspro-audiodevelopment/thread/725546ce-57bf-40d0-b7aa-47e51de9c3ae|url-status=live}}</ref>
 
===Audio signal processing===
 
New digital signal processing functionalities such as ''Room Correction'', ''Bass Management'', ''Loudness Equalization'' and ''Speaker Fill'' have been introduced. ''SpeakerThese Fill''adapt mixesand 2-channelmodify content to use all available speakers in a manner similar to [[Creative Technology|Creative's]] [[Sound Blaster X-Fi#CMSS-3D|CMSS]]. ''Bass Management'' can be used to redirect thean subwooferaudio signal to the main speakers. If a channel is missing, a feature called ''Channel Phantoming'' allows thetake best useadvantage of the speakers that are there, by redirecting the sound of the missing channels through these speakers. Whether therespeaker isconfiguration a multi-channel or stereo soundgiven system in a home theater or living room,has. Windows Vista also includes the ability to calibrate the speakers for that room. By placing a microphone where the listener plans to sit and then running a wizard that measures thegiven room's response, Windows Vista canacoustics automatically set the levels, delay and frequency balance for each channel accordingly for this position. For PCs equipped with stereo headphones, Vista adds the ability to have surround sound using a newsoftware feature called ''Headphone Virtualization'', which uses technology based upon a [[Head-related transfer function]]wizard.<ref name="AudioImprovements">{{cite web |url=http://windowsvistablog.com/blogs/windowsvista/archive/2006/12/06/audio-improvements-in-windows-vista.aspx |title=Audio Improvements in Windows Vista |last=Allchin |first=Jim |author-link=Jim Allchin |date=December 6, 2006 |publisher=[[Microsoft]] |work=Windows Vista Team Blog |archive-url=https://web.archive.org/web/20061209135853/http://windowsvistablog.com/blogs/windowsvista/archive/2006/12/06/audio-improvements-in-windows-vista.aspx |archive-date=December 9, 2006 |access-date=November 3, 2015}}</ref>
 
Windows Vista also includes the ability tofor useaudio customdrivers host-basedto digitalinclude signalcustom processingDSP effects, aswhich partare ofpresented to the audiouser device manufacturer-supplied driver's value-added features. These effects are packaged asthrough user-mode System Effect Audio Processing Objects (sAPOs).<ref>[{{Cite web |url=http://www.microsoft.com/whdc/device/audio/sysfx.mspx |title=Custom Audio Effects in Windows Vista |website=[[Microsoft]] |access-date=2007-09-06 |archive-date=2007-08-09 |archive-url=https://web.archive.org/web/20070809132956/http://www.microsoft.com/whdc/device/audio/sysfx.mspx |url-status=live }}</ref> These sAPOs are also reusable by third-party software.
 
===Audio devices support===
Line 77:
 
===Other audio enhancements===
* A new set of user interface sounds have been introduced, including a new startup sound created with the help of [[King Crimson]]'s [[Robert Fripp]].<ref name="Channel9Fripp">{{cite web |url=http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session |title=Robert Fripp - Behind the scenes at Windows Vista recording session |last=Scoble |first=Robert |author-link=Robert Scoble |date=January 4, 2006 |publisher=[[Microsoft]] |work=[[Channel 9 (Microsoft)|Channel 9]] |access-date=April 25, 2015}}</ref> The new sounds are intended to complement the [[Windows Aero]] [[graphical user interface]], with the new startup sound consisting of two parallel melodies that are played in an intentional "Win-dows Vis-ta" rhythm. According to [[Jim Allchin]], the new sounds are intended to be gentler and softer than the sounds used in previous versions of Windows.<ref name="WindowsVistaSounds">{{cite web |url=http://windowsvistablog.com/blogs/windowsvista/archive/2006/11/09/the-sounds-of-windows-vista.aspx |title=The Sounds of Windows Vista |last=Allchin |first=Jim |author-link=Jim Allchin |date=November 9, 2006 |archive-url=https://web.archive.org/web/20061110152317/http://windowsvistablog.com/blogs/windowsvista/archive/2006/11/09/the-sounds-of-windows-vista.aspx |archive-date=November 10, 2006 |publisher=[[Microsoft]] |work=Windows Vista Team Blog |access-date=April 25, 2015}}</ref> Microsoft engineer and musician Steve Ball created the user interface sounds,<ref name="VistaSoundsQ&A">{{Cite web |last=Flores |first=Chris |date=June 13, 2008 |title=Windows Vista Sounds Q&A |url=http://windowsteamblog.com/blogs/windowsvista/archive/2008/06/13/windows-vista-sounds-q-a.aspx |archive-url=https://web.archive.org/web/20090509105254/http://windowsteamblog.com/blogs/windowsvista/archive/2008/06/13/windows-vista-sounds-q-a.aspx |archive-date=May 9, 2009 |website=The Windows Blog}}</ref> while the startup sound is a collaboration between three people: [[King Crimson]]'s [[Robert Fripp]] composing the melody and soundscape, [[Tucker Martine]] creating the rhythm, and Ball handling the harmonization and orchestration.<ref name="Channel9Fripp">{{cite web |url=http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session |title=Robert Fripp - Behind the scenes at Windows Vista recording session |last=Scoble |first=Robert |author-link=Robert Scoble |date=January 4, 2006 |publisher=[[Microsoft]] |work=[[Channel 9 (Microsoft)|Channel 9]] |access-date=April 25, 2015 |archive-date=March 12, 2011 |archive-url=https://web.archive.org/web/20110312122309/http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session |url-status=live }}</ref> Ball also used Fripp and Martine's materials to create the new [[Windows Media Center]] startup sound.<ref name="VistaSoundsQ&A"/>
* The new Volume Mixer displays a percentage value showing the current system volume while the volume level is being changed. Previous versions of Windows only displayed a volume meter.
* Windows Vista also allows controlling system-wide volume or volume of individual audio devices and individual applications separately.<ref name="AudioImprovements"/><ref name="Softpedia">{{cite web |url=http://archive.news.softpedia.com/news/The-Windows-Vista-Volume-Mixer-41882.shtml |title=The Windows Vista Volume Mixer |last=Oiaga |first=Marius |date=December 7, 2006 |publisher=[[Softpedia]] |access-date=April 25, 2015 |archive-url=https://web.archive.org/web/20150214074429/http://archive.news.softpedia.com/news/The-Windows-Vista-Volume-Mixer-41882.shtml |archive-date=February 14, 2015 |url-status=dead |df=mdy-all }}</ref> This feature can be used from the new ''Volume Control'' windows or programmatically using the overhauled audio API. Different sounds can be redirected to different audio devices as well.
* Windows Vista includes integrated [[microphone array]] support which is intended to increase the accuracy of the [[Technical features new to Windows Vista#Speech recognition|speech recognition]] feature and allow a user to connect multiple microphones to a system so that the inputs can be combined into a single, higher-quality source.<ref name="AudioImprovements"/><ref name="AudioInnovationsWP">{{cite web |url=http://blogs.technet.com/b/windowsvista/archive/2006/08/24/450038.aspx |title=Audio Innovations in Windows Vista |date=August 24, 2006 |publisher=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=April 25, 2015 |archive-date=January 9, 2015 |archive-url=https://web.archive.org/web/20150109105946/http://blogs.technet.com/b/windowsvista/archive/2006/08/24/450038.aspx |url-status=live }}</ref><ref name="MicrophoneArray">{{cite web |url=http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/MicArrays.doc |title=Microphone Array Support in Windows |date=April 21, 2014 |author=[[Microsoft]] |format=DOC |access-date=April 25, 2015 |archive-date=March 4, 2016 |archive-url=https://web.archive.org/web/20160304132915/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/MicArrays.doc |url-status=live }}</ref>
Microsoft has also included a new high quality voice capture [[DirectX]] Media Object (DMO) as part of [[DirectShow]] that allows voice capture applications such as [[instant messaging|instant messengers]] and speech recognition applications to apply [[Echo cancellation#Acoustic echo cancellation|Acoustic Echo Cancellation]] and microphone array processing to speech signals.<ref name="AcousticEcho">{{cite web |url=https://technet.microsoft.com/en-us/library/cc753619.aspx |title=Eliminating Acoustic Echo |publisher=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |date=17 November 2009 |access-date=April 25, 2015 |archive-date=March 4, 2016 |archive-url=https://web.archive.org/web/20160304194500/https://technet.microsoft.com/en-us/library/cc753619.aspx |url-status=live }}</ref>
 
===Speech recognition===
Line 87 ⟶ 88:
Windows Vista is the first Windows operating system to include fully integrated support for [[speech recognition]]. Under Windows 2000 and XP, Speech Recognition was installed with Office 2003, or was included in Windows XP Tablet PC Edition.
 
Windows Speech Recognition allows users to control their machine through voice commands, and enables dictation into many applications. The application has a fairly high recognition accuracy and provides a set of commands that assists in dictation.{{Citation needed|date=February 2007}} A brief speech-driven tutorial is included to help familiarize a user with speech recognition commands. Training could also be completed to improve the accuracy of speech recognition.
 
Windows Vista includes speech recognition for 8 languages at release time: English (U.S. and British), Spanish, German, French, Japanese and Chinese (traditional and simplified). Support for additional languages is planned for post-release.
Line 107 ⟶ 108:
The print subsystem in Windows Vista implements the new XPS print path as well as the legacy GDI print path for legacy support. Windows Vista transparently makes use of the XPS print path for those printers that support it, otherwise using the GDI print path. On documents with intensive graphics, XPS printers are expected to produce much greater quality prints than GDI printers.
 
In a networked environment with a print server running Windows Vista, documents will be rendered on the client machine,<ref>[{{Cite web |url=http://www.microsoft.com/whdc/xps/drv-compat.mspx |title=Client Side Rendering |website=[[Microsoft]] |access-date=2007-03-07 |archive-date=2007-03-02 |archive-url=https://web.archive.org/web/20070302140026/http://www.microsoft.com/whdc/xps/drv-compat.mspx |url-status=live }}</ref> rather than on the server, using a feature known as ''Client Side Rendering''. The rendered intermediate form will just be transferred to the server to be printed without additional processing, making print servers more scalable by offloading rendering computation to clients.
 
===XPS print path===
{{see also|XML Paper Specification}}
The XPS Print Path introduced in Windows Vista supports high quality 16-bit color printing.<ref>[{{Cite web |url=http://blogs.msdn.com/b/adrianford/archive/2008/10/22/16-bits-and-more-printing-on-windows.aspx |title=16 bits and more printing on Windows] |access-date=2010-06-22 |archive-date=2012-01-15 |archive-url=https://web.archive.org/web/20120115155328/http://blogs.msdn.com/b/adrianford/archive/2008/10/22/16-bits-and-more-printing-on-windows.aspx |url-status=live }}</ref> The XPS print path uses [[XML Paper Specification]] (XPS) as the [[spooling|print spooler]] file format, that serves as the [[page description language]] (PDL) for printers. The XPS spooler format is the intended replacement for the [[Windows Metafile|Enhanced Metafile]] (EMF) format which is the [[print spooler]] format in the [[Graphics Device Interface]] (GDI) print path.<ref>[{{Cite web |url=http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Vista_print.docx |title=XPS and Color Printing Enhancements in Microsoft Windows Vista] |access-date=2008-05-09 |archive-date=2008-12-29 |archive-url=https://web.archive.org/web/20081229061340/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Vista_print.docx |url-status=live }}</ref> XPS is an [[XML]]-based (more specifically [[XAML]]-based) [[Color management|color-managed]] [[Device Independence|device]] and [[Resolution independence|resolution independent]] [[Vector graphics|vector-based]] paged document format which encapsulates an exact representation of the actual printed output. XPS documents are packed in a [[ZIP (file format)|ZIP]] container along with text, fonts, raster images, 2D [[vector graphics]] and [[Digital rights management|DRM]] information. For printers supporting XPS, this eliminates an intermediate conversion to a printer-specific language, increasing the reliability and fidelity of the printed output. Microsoft claims that major printer vendors are planning to release printers with built-in XPS support and that this will provide better fidelity to the original document.<ref name="c9xps">{{cite web
| url=http://channel9.msdn.com/Showpost.aspx?postid=137532
| title=Inside Windows Vista Printing
Line 119 ⟶ 120:
| work=Channel 9
| publisher=Microsoft
| archive-date=2006-05-14
| archive-url=https://web.archive.org/web/20060514075418/http://channel9.msdn.com/Showpost.aspx?postid=137532
| url-status=live
}}</ref>
 
Line 127 ⟶ 131:
The XPS print path can automatically calibrate [[color profile]] settings with those being used by the display subsystem. Conversely, XPS print drivers can express the configurable capabilities of the printer, by virtue of the ''XPS PrintCapabilities'' [[Class (computer science)|class]], to enable more fine-grained control of print settings, tuned to the individual printing device.
 
Applications which use the [[Windows Presentation Foundation]] for the display elements can directly print to the XPS print path without the need for image or colorspace conversion. The XPS format used in the spool file, represents advanced graphics effects such as 3D images, glow effects, and gradients as Windows Presentation Foundation primitives, which are processed by the printer drivers without [[rasterisation|rasterization]], preventing rendering artifacts and reducing computational load. When the legacy [[Graphics Device Interface#GDI printers|GDI Print Path]] is used, the XPS spool file is used for processing before it is converted to a GDI image to minimize the processing done at raster level.
 
===Print schemas===
Line 143 ⟶ 147:
| work=Microsoft TechNet
| publisher=Microsoft
| archive-date=2006-08-30
}}</ref> It includes a native implementation of [[IPv6]], as well as complete overhaul of [[IPv4]]. IPv6 is now supported by all networking components, services, and the user interface. In IPv6 mode, Windows Vista can use the Link Local Multicast Name Resolution ([[LLMNR]]) protocol to resolve names of local hosts on a network which does not have a [[DNS server]] running. The new TCP/IP stack uses a new method to store configuration settings that enables more dynamic control and does not require a computer restart after settings are changed. The new stack is also based on a strong [[Host model (networking)|host model]] and features an infrastructure to enable more modular components that can be dynamically inserted and removed.
| archive-url=https://web.archive.org/web/20060830131226/http://www.microsoft.com/technet/itsolutions/network/evaluate/new_network.mspx
| url-status=live
}}</ref> It includes a native implementation of [[IPv6]], as well as complete overhaul of [[IPv4]]. IPv6 is now supported by all networking components, services, and the user interface. In IPv6 mode, Windows Vista can use the Link Local Multicast Name Resolution ([[LLMNR]]) protocol to resolve names of local hosts on a network which does not have a [[DNS server]] running. The new TCP/IP stack uses a new method to store configuration settings that enables more dynamic control and does not require a computer restart after settings are changed. The new stack is also based on a strong [[Host model (networking)|host model]] and features an infrastructure to enable more modular components that can be dynamically inserted and removed.
 
The user interface for configuring, troubleshooting and working with network connections has changed significantly from prior versions of Windows as well. Users can make use of the new "Network Center" to see the status of their network connections, and to access every aspect of configuration. The network can be browsed using ''Network Explorer'', which replaces [[Windows XP|Windows XP's]] "[[My Network Places]]". Network Explorer items can be a shared device such as a scanner, or a file share. ''Network Location Awareness'' uniquely identifies each network and exposes the network's attributes and connectivity type. Windows Vista graphically presents how different devices are connected over a network in the ''Network Map'' view, using the [[Link Layer Topology Discovery|LLTD]] protocol. In addition, the ''Network Map'' uses LLTD to determine connectivity information and media type (wired or wireless). Any device can implement LLTD to appear on the ''Network Map'' with an icon representing the device, allowing users one-click access to the device's user interface. When LLTD is invoked, it provides metadata about the device that contains static or state information, such as the [[MAC address]], IPv4/IPv6 address, [[signal strength]] etc.
 
Support for [[Wireless LAN|wireless networks]] is built into the network stack itself, and does not emulate wired connections, as was the case with previous versions of Windows. This allows implementation of wireless-specific features such as larger frame sizes and optimized error recovery procedures. Windows Vista uses various techniques like [[RWIN|Receive Window]] Auto-scaling, [[Explicit Congestion Notification]], TCP Chimney offload and Compound TCP to improve networking performance. [[Quality of Serviceservice]] (QoS) policies can be used to prioritize network traffic, with [[traffic shaping]] available to all applications, even those that do not explicitly use QoS APIs. Windows Vista includes in-built support for peer-to-peer networks and [[Server Message Block|SMB]] 2.0. For improved network security, Windows Vista supports for 256-bit and 384-bit [[Diffie-Hellman]] (DH) algorithms, as well as for 128-bit, 192-bit and 256-bit [[Advanced Encryption Standard]] (AES) is included in the [[network stack]] itself, while integrating [[IPsec]] with [[Windows Firewall]].
 
==Kernel and core OS changes==
* The new [[Kernel Transaction Manager]] enables [[Atomicity (database systems)|atomic transaction]] operations across different types of objects, most significantly file system and registry operations.<ref>{{cite web
| url=http://msdn.microsoft.com/en-us/library/aa365993.aspx
| title=About Kernel Transaction Manager
| work=MSDN
| publisher=Microsoft
| access-date=2008-12-21
| archive-date=2012-10-16
| archive-url=https://web.archive.org/web/20121016093406/http://msdn.microsoft.com/en-us/library/aa365993.aspx
| url-status=live
}}</ref>
 
* The memory manager and processes scheduler have been improved. The scheduler was modified to use the cycle counter register of modern processors to keep track of exactly how many [[Central Processing Unit|CPU]] cycles a thread has executed, rather than just using an interval-timer interrupt routine, resulting in more deterministic application behaviour.<ref>[https://technet.microsoft.com/en-us/magazine/cc162494.aspx Inside the Windows Vista Kernel: Part 1] {{Webarchive|url=https://web.archive.org/web/20090521102641/http://technet.microsoft.com/en-us/magazine/cc162494.aspx |date=2009-05-21 }}, Microsoft Technet</ref> This new CPU cycle-based thread scheduling gives a greater fairness and more deterministic app behavior.<ref>[{{Cite web |url=https://technet.microsoft.com/en-us/magazine/cc162494.aspx |title=Inside the Windows Vista Kernel: Part I] |access-date=2017-08-26 |archive-date=2009-05-21 |archive-url=https://web.archive.org/web/20090521102641/http://technet.microsoft.com/en-us/magazine/cc162494.aspx |url-status=live }}</ref> Many kernel data structures and algorithms have been rewritten. Lookup algorithms{{specify|date=December 2012}} now run in [[constant time]], instead of [[linear time]] as with previous versions.
* Windows Vista includes support for [[condition variable]]s and [[reader-writer lock]]s.
* Process creation overhead is reduced by significant improvements to DLL address-resolving schemes.
* Windows Vista introduces a ''Protected Process'',<ref>[{{Cite web |url=http://www.microsoft.com/whdc/system/vista/process_Vista.mspx |title=Protected Processes in Windows Vista |website=[[Microsoft]] |access-date=2007-05-26 |archive-date=2010-10-07 |archive-url=https://web.archive.org/web/20101007190503/http://www.microsoft.com/whdc/system/vista/process_vista.mspx |url-status=live }}</ref> which differs from usual processes in the sense that other processes cannot manipulate the state of such a process, nor can threads from other processes be introduced in it. A ''Protected Process'' has enhanced access to DRM-functions of Windows Vista. However, currently, only the applications using ''[[Protected Video Path]]'' can create Protected Processes.
* ''Thread Pools'' have been upgraded to support multiple pools per process, as well as to reduce performance overhead using thread recycling. It also includes ''Cleanup Groups'' that allow cleanup of pending thread-pool requests on process shutdown.
* ''Threaded DPC'' [https://web.archive.org/web/20090424065603/http://msdn.microsoft.com/en-us/library/ms795178.aspx], conversely to an ordinary DPC (Deferred Procedure Call), decreases the system latency improving the performance of time-sensitive applications, such as audio or video playback.
* Data Redirection: Also known as ''data virtualization'', this virtualizes the [[Windows Registry|registry]] and certain parts of the file system for applications running in the [[Principle of least privilege|protected user context]] if [[User Account Control]] is turned on, enabling legacy applications to run in non-administrator accounts. It automatically creates private copies of files that an application can use when it does not have permission to access the original files. This facilitates stronger file security and helps applications not written with the [[least user access]] principle in mind to run under stronger restrictions. ''Registry virtualization'' isolates write operations that have a global impact to a per-user ___location. Reads and writes in the <tt>{{mono|HKLM\Software</tt>}} section of the [[Windows Registry|Registry]] by user-mode applications while running as a standard user, as well as to folders such as "Program Files", are "redirected" to the user's profile. The process of reading and writing on the profile data and not on the application-intended ___location is completely transparent to the application.
* Windows Vista supports the [[PCI Express]] 1.1 specification, including PCI Express NativeHot ControlPlug and [[Active State Power Management|ASPM]]. PCI Express registers, including capability registers, are supported, along with save and restore of configuration data.<ref>{{Cite web|title=Active State Power Management in Windows Vista|url=https://studylib.net/doc/7453014/active-state-power-management-in-windows-vista|access-date=2021-03-19|website=studylib.net|language=en|archive-date=2021-04-02|archive-url=https://web.archive.org/web/20210402174332/https://studylib.net/doc/7453014/active-state-power-management-in-windows-vista|url-status=live}}</ref> If [[BIOS]] indicates it supports PCI Express Native Control, Windows Vista will try to control features like [[Active State Power Management|ASPM]]; otherwise such PCI Express features may be controlled by BIOS.
* Native support and generic driver for [[Advanced Host Controller Interface]] (AHCI) specification for [[Serial ATA]] drives, SATA [[Native Command Queuing]], [[Hot swapping|Hot plugging]], and [[Aggressive Link Power Management|AHCI Link Power Management]].
* Full support for the [[Advanced Configuration and Power Interface|ACPI]] 2.0 specification, and parts of ACPI 3.0.<ref name="kernelfeatures">[http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/kernel-en.doc Windows NT 6.x Kernel Changes] {{Webarchive|url=https://web.archive.org/web/20070303223841/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/kernel-en.doc |date=2007-03-03 }}. (Word document)</ref> Support for throttling power usage of individual devices has been improved.
* [[Windows Vista SP1]] supports [[Windows Hardware Error Architecture]] (WHEA).
* Kernel-mode [[Plug-And-Play]] enhancements include support for PCI multilevel rebalance, partial arbitration of resources to support PCI subtractive bridges, asynchronous device start and enumeration operations to speed system startup, support for setting and retrieving custom properties on a device, an enhanced ejection API to allow the caller to determine if and when a device has been successfully ejected, and diagnostic tracing to facilitate improved reliability.<ref>{{Cite web |url=http://www.microsoft.com/whdc/system/pnppwr/pnp/default.mspx |title=Plug and Play: Architecture and Driver Support |website=[[Microsoft]] |access-date=2007-05-26 |archive-url=https://web.archive.org/web/20040616023120/http://www.microsoft.com/whdc/system/pnppwr/pnp/default.mspx |archive-date=2004-06-16 |url-status=dead }}</ref>
* The [[Windows Vista Startup Process|startup process for Windows Vista]] has changed completely in comparison to earlier versions of Windows. The [[NTLDR]] boot loader has been replaced by a more flexible system, with NTLDR's functionality split between two new components: [[winload.exe]] and [[Windows Boot Manager]].<ref name="bcd-faq">See [http://www.microsoft.com/technet/windowsvista/library/85cd5efe-c349-427c-b035-c2719d4af778.mspx Boot Configuration Data Editor Frequently Asked Questions] {{Webarchive|url=https://web.archive.org/web/20061208002701/http://www.microsoft.com/technet/windowsvista/library/85cd5efe-c349-427c-b035-c2719d4af778.mspx |date=2006-12-08 }} for details on BCD.</ref> A notable change is that the Windows Boot Manager is invoked by pressing the [[space bar]] instead of the F8 [[function key]].<ref>[{{Cite web |url=http://blogs.msdn.com/windowsvistanow/archive/2008/12/05/the-space-bar-is-the-new-f8-when-it-comes-to-vista-and-server-2008-boot-options.aspx |title=The space bar is the new F8 when it comes to Vista and Server 2008 boot options] |access-date=2010-05-18 |archive-date=2009-05-24 |archive-url=https://web.archive.org/web/20090524094408/http://blogs.msdn.com/windowsvistanow/archive/2008/12/05/the-space-bar-is-the-new-f8-when-it-comes-to-vista-and-server-2008-boot-options.aspx |url-status=live }}</ref> The F8 key still remains assigned for advanced boot options once the Windows Boot Manager menu appears.
* On [[Extensible Firmware Interface|UEFI]] systems, beginning with Windows Vista Service Pack 1, the x64 version of Windows Vista has the ability to boot from a disk with a [[GUID Partition Table]].
* Windows Vista includes a completely overhauled and rewritten ''Event logging'' subsystem, known as [[Windows Event Log]] which is [[XML]]-based and allows applications to more precisely log events, offers better views, filtering and categorization by criteria, automatic log forwarding, centrally logging and managing events from a single computer and remote access.
* Windows Vista includes an overhauled [[Task Scheduler]] that uses hierarchical folders of tasks. The Task Scheduler can run programs, send email, or display a message. The Task Scheduler can also now be triggered by an [[XPath]] expression for filtering events from the ''Windows Event Log'', and can respond to a workstation's lock or unlock, and as well as the connection or disconnection to the machine from a ''Remote Desktop''. The Task Scheduler tasks can be scripted in [[VBScript]], [[JScript]], or [[Windows PowerShell|PowerShell]].
* ''Restart Manager'': The ''Restart Manager'' works with Microsoft's update tools and websites to detect processes that have files in use and to gracefully stop and restart services to reduce the number of reboots required after applying updates as far as possible for higher levels of the software stack. Kernel updates, logically, still require the system to be restarted.<ref>{{cite web | url=http://msdn.microsoft.com/en-us/library/aa373654.aspx | title=Restart Manager | author=Microsoft | publisher=Microsoft | work=MSDN Library | access-date=2008-12-21 | archive-url=https://web.archive.org/web/20090112123045/http://msdn.microsoft.com/en-us/library/aa373654.aspx | archive-date=2009-01-12 | url-status=dead }}</ref> In addition, the Restart Manager provides a mechanism for applications to stop and then restart programs. Applications that are written specifically to take advantage of the new ''Restart Manager'' features using the API can be restarted and restored to the same state and with the same data as before the restart. Using the ''Application Recovery and Restart'' APIs in conjunction with the ''Restart Manager'' enables applications to control what actions are taken on their behalf by the system when they fail or crash such as recovering unsaved data or documents, restarting the application, and diagnosing and reporting the problem using [[Windows Error Reporting]].
<!-- Deleted image removed: [[Image:Vista Shutdown.png|thumb|right|A screenshot of Windows Vista's shutdown overlay UI|{{deletable image-caption|1=Tuesday, 22 September 2009}}]] -->
* When shutting down or restarting Windows, previous Windows versions either forcibly terminated applications after waiting for few seconds, or allowed applications to entirely cancel shutdown without informing the user. Windows Vista now informs the user in a full-screen interface if there are running applications when exiting Windows orand allows continuing with or cancelling the initiated shutdown. The reason registered, if any, for cancelling a shutdown by an application using the new ''ShutdownBlockReasonCreate'' API is also displayed.<ref>[http://msdn.microsoft.com/en-us/library/bb394721.aspx Shutdown Changes for Windows Vista] {{Webarchive|url=https://web.archive.org/web/20110427092544/http://msdn.microsoft.com/en-us/library/bb394721.aspx |date=2011-04-27 }} and [http://www.developer.com/net/cplus/article.php/3647411 Handling OS shutdown in Windows Vista] {{Webarchive|url=https://web.archive.org/web/20070429095017/http://www.developer.com/net/cplus/article.php/3647411 |date=2007-04-29 }}</ref>
* ''Clean service shutdown'': Services in Windows Vista have the capability of delaying the system shutdown in order to properly flush data and finish current operations. If the service stops responding, the system terminates it after 3 minutes. Crashes and restart problems are drastically reduced since the Service Control Manager is not terminated by a forced shutdown anymore.
 
===Boot process===
{{main|Windows Vista startup process}}
Windows Vista introduces an overhaul of the previous [[Windows NT]] operating system loader architecture [[NTLDR]]. Used by versions of [[Windows NT]] since its inception with [[Windows NT 3.1]], NTLDR has been completely replaced with a new architecture designed to address modern firmware technologies such as the [[Unified Extensible Firmware Interface]].<ref name="Restructuring">{{cite web |url=http://download.microsoft.com/download/1/8/f/18f8cee2-0b64-41f2-893d-a6f2295b40c8/TW04022_WINHEC2004.ppt |title=EFI and Windows 'Longhorn' |archive-url=https://web.archive.org/web/20040609090303/http://download.microsoft.com/download/1/8/f/18f8cee2-0b64-41f2-893d-a6f2295b40c8/TW04022_WINHEC2004.ppt |archive-date=June 9, 2004 |last=Ritz |first=Andrew |date=2004 |publisher=[[Microsoft]] |format=PPT |access-date=April 18, 2015}}</ref><ref name="BCD">{{cite web |url=http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/BCD.docx |title=Boot Configuration Data in Windows Vista |author=[[Microsoft]] |date=February 4, 2008 |format=DOCX |access-date=April 18, 2015 |archive-date=July 2, 2014 |archive-url=https://web.archive.org/web/20140702181401/http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/BCD.docx |url-status=live }}</ref> The new architecture introduces a firmware-independent data store and is backward compatible with previous versions of the Windows operating system.<ref name="BCD"/>
 
===Memory management===
Line 190 ⟶ 202:
* Performance of ''Address Translation Buffers'' has been enhanced.
* [[Dynamic memory allocation|Heap]] layout has been modified to provide higher performance on 64-bit and [[Symmetric multiprocessing]] (SMP) systems. The new heap structure is also more scalable and has low management overhead, especially for large heaps.
* Windows Vista automatically tunes up the heap layout for improved fragmentation management. The ''Low Fragmentation Heap'' (LFH) is enabled by default.<ref>[{{Cite web |url=http://msdn.microsoft.com/en-us/library/aa366750(v=vs.85).aspx |title=Low-fragmentation Heap: Heap functions - MSDN] |access-date=2011-07-16 |archive-date=2011-07-09 |archive-url=https://web.archive.org/web/20110709033758/http://msdn.microsoft.com/en-us/library/aa366750(v=vs.85).aspx |url-status=live }}</ref>
* Lazy initialization of heap initializes only when required, to improve performance.
* The Windows Vista memory manager does not have a 64 kb read-ahead cache limitation unlike previous versions of Windows and can thus improve file system performance dramatically.
Line 197 ⟶ 209:
 
* [[Transactional NTFS]] allows multiple file/folder operations to be treated as a single operation, so that a crash or power failure won't result in half-completed file writes. Transactions can also be extended to multiple machines.
* [[Image Mastering API]] (''IMAPI v2'') enables [[DVD]] burning support for applications, in addition to CD burning.<ref name="WindowsVistaOpticalPlatform">{{cite web |url=http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/sto068_wh06.ppt |title=Optical Platform: Windows Vista and Beyond |last2=Walp |first2=David |last1=Mangefeste |first1=Tony |date=2006 |publisher=[[Microsoft]] |format=PPT |archive-url=https://web.archive.org/web/20110604214913/http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/STO068_WH06.ppt |archive-date=June 4, 2011 |access-date=December 21, 2015}}</ref> ''IMAPI v2'' supports multiple optical drives, even recording to multiple drives simultaneously, unlike IMAPI in Windows XP which only supported recording with one optical drive at a time.<ref name="WhatsNewIMAPI">{{cite web |url=https://msdn.microsoft.com/en-us/library/aa366457.aspx |title=Image Mastering API - What's New |author=[[Microsoft]] |work=[[Microsoft Developer Network|MSDN]] |access-date=December 21, 2015 |archive-date=April 4, 2016 |archive-url=https://web.archive.org/web/20160404150431/https://msdn.microsoft.com/en-us/library/aa366457.aspx |url-status=live }}</ref> In addition, multiple filesystems are supported. Applications using ''IMAPI v2'' can create, and burn [[disc image]]s—it is extensible in the sense that developers can write their own specific media formats and create their own file systems for its programming interfaces.<ref name="WindowsVistaOpticalPlatform"/> ''IMAPI v2'' is implemented as a [[Dynamic-link library|DLL]] rather than as a [[Windows service|service]] as was the case in [[Windows XP]],<ref>[https://webarchive.loc.gov/all/20120802025110/{{Cite web |url=http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1105007&SiteID=1 |title=IMAPI 2.0 is a DLL, not a Windows service] |access-date=2012-08-02 |archive-date=2012-08-02 |archive-url=http://webarchive.loc.gov/all/20120802025110/http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1105007&SiteID=1 |url-status=dead }}</ref> and is also scriptable using [[VBScript]].<ref name="WindowsVistaOpticalPlatform"/> ''IMAPI v2'' is also available for Windows XP.<ref name="IMAPIUpdateDes">{{cite web |url=https://support.microsoft.com/en-us/kb/952011 |title=Description of the Image Mastering API v2.0 (IMAPIv2.0) update package in Windows Feature Pack for Storage 1.0 |author=[[Microsoft]] |work=Support |access-date=December 21, 2015 |archive-date=January 14, 2016 |archive-url=https://web.archive.org/web/20160114030139/https://support.microsoft.com/en-us/kb/952011 |url-status=live }}</ref> With the Windows Feature Pack for Storage installed, ''IMAPI 2.0'' supports Recordable Blu-ray Disc ([[BD-R]]) and Rewritable Blu-ray Disc ([[BD-RE]]) media as well.<ref name="IMAPIUpdateDes"/> Windows DVD Maker can burn [[DVD-Video]] discs, while Windows Explorer can burn data on DVDs ([[DVD±R]], DVD±R DL, DVD±R RW) in addition to [[DVD-RAM]] and CDs.
* [[Live File System]]: A writable [[Universal Disk Format|UDF]] file system.<ref name="WindowsVistaOpticalPlatform"/> The Windows [[Universal Disk Format|UDF]] file system (UDFS) implementation was read-only in OS releases prior to Windows Vista. In Windows Vista, [[Mount Rainier (packet writing)|Packet writing]] (incremental writing) is supported by UDFS, which can now format and write to all mainstream optical media formats ([[Magneto-optical drive|MO]], CDR/RW, DVD+R/RW, DVD-R/RW/RAM). Write support is included for UDF format versions up to and including 2.50, with read support up to 2.60. UDF symbolic links, however, are not supported.<ref name="FilingCabinet">{{cite web |url=https://blogs.technet.com/filecab/articles/454702.aspx |title=Universal Disk FOrmat (UDF) Beta Chat Transcript (September 01, 2006) |publisher=[[Microsoft]] |work=MSDN Blogs |access-date=December 21, 2015 |archive-date=February 28, 2009 |archive-url=https://web.archive.org/web/20090228015926/http://blogs.technet.com/filecab/articles/454702.aspx |url-status=live }}</ref>
* [[Common Log File System]] (CLFS) API provides a high-performance, general-purpose log-file subsystem that dedicated user-mode and kernel-mode client applications can use and multiple clients can share to optimize log access and for data and event management.
* File encryption support superior to that available in [[Encrypting File System]] in Windows XP, which will make it easier and more automatic to prevent unauthorized viewing of files on stolen laptops or hard drives.
* ''File System Mini Filters model'' which are kernel mode non-device drivers, to monitor filesystem activity, have been upgraded in Windows Vista. The ''Registry filtering model'' adds support for redirecting calls and modifying parameters and introduces the concept of altitudes for filter registrations.
* ''Registry notification hooks'', introduced in Windows XP, and recently enhanced in Windows Vista, allow software to participate in registry related activities in the system.
* Support of UNIX-style [[NTFS symbolic link|symbolic links]].<ref name="SymbolicLinks">{{cite web |url=http://msdn.microsoft.com/en-us/library/aa365680%28VS.85%29.aspx?s=41 |title=Symbolic Links |author=[[Microsoft]] |work=[[Microsoft Developer Network|MSDN]] |access-date=December 21, 2015 |archive-date=December 23, 2015 |archive-url=https://web.archive.org/web/20151223072803/https://msdn.microsoft.com/en-us/library/aa365680(VS.85).aspx?s=41 |url-status=live }}</ref> Previous Windows versions had support for a type of cross-volume [[NTFS reparse point|reparse points]] known as [[NTFS junction point|junction points]] and [[hard link]]s. However, junction points could be created only for directories and stored absolute paths, whereas hardlinks could be created for files but were not cross-volume. [[NTFS symbolic link]]s can be created for any object and are cross-volume, cross-host (work over [[Uniform Naming Convention|UNC]] paths), and store relative paths. However, the cross-host functionality of symbolic links does not work over the network with previous versions of Windows or other operating systems, only with computers running [[Windows Vista]] or a later Windows operating system. Symbolic links can be created, modified and deleted using the ''Mklink'' utility which is included with Windows Vista. Microsoft has published some developer documentation on symbolic links in the MSDN documentation.<ref name="SymbolicLinks"/> In addition, [[Windows Explorer]] is now symbolic link-aware and deleting a symbolic link from Explorer just deletes the link itself and not the target object. Explorer also shows the symbolic link target in the object's properties and shows a shortcut icon overlay on a junction point.
* A new tab, "Previous Versions", in the ''Properties'' dialog for any file or folder, provides read-only snapshots of files on local or network volumes from an earlier point in time. This feature is based on the [[Volume Shadow Copy]] technology.
* A new file-based [[disk image]] format called [[Windows Imaging Format]] (WIM), which can be mounted as a partition, or booted from. An associated tool called [[ImageX]] provides facilities to create and maintain these image files.
* ''Self-healing NTFS'': In previous Windows versions, NTFS marked the volume "dirty" upon detecting file-system corruption and [[CHKDSK]] was required to be run by taking the volume "offline". With self-healing NTFS, an NTFS worker thread is spawned in the background which performs a localized fix-up of damaged data structures, with only the corrupted files/folders remaining unavailable without locking out the entire volume.<ref name="WindowsStorageDirections">{{cite web |url=http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/STO123_WH06.ppt |title=Windows Storage Directions: Windows Vista And Beyond |last=Loveall |first=John |date=2006 |format=PPT |publisher=[[Microsoft]] |archive-url=https://web.archive.org/web/20070928001422/http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/STO123_WH06.ppt |archive-date=September 28, 2007 |access-date=December 21, 2015}}</ref> The self-healing behavior can be turned on for a volume with the ''<code>fsutil repair set C: 1''</code> command where ''<code>C''</code> presents the volume letter.<ref name="SelfHealingNTFS">{{cite web |url=http://blogs.technet.com/b/apawar/archive/2008/02/14/self-healing-ntfs-in-windows-server-2008-and-windows-vista.aspx |title=Self-healing NTFS in Windows Server 2008 and Windows Vista |date=February 13, 2008 |publisher=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=December 21, 2015 |archive-date=March 4, 2016 |archive-url=https://web.archive.org/web/20160304062743/http://blogs.technet.com/b/apawar/archive/2008/02/14/self-healing-ntfs-in-windows-server-2008-and-windows-vista.aspx |url-status=live }}</ref>
* New /B switch in [[CHKDSK]] for NTFS volumes which clears marked bad sectors on a volume and reevaluates them.<ref name="ChkdskVista">{{cite web |url=https://technet.microsoft.com/en-us/library/cc730714%28WS.10%29.aspx |title=Chkdsk |author=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=December 21, 2015 |archive-date=December 23, 2015 |archive-url=https://web.archive.org/web/20151223082329/https://technet.microsoft.com/en-us/library/cc730714(WS.10).aspx |url-status=live }}</ref>
* Windows Vista has support for hard disk drives with large physical [[Disk sector|sector sizes]] (> 512 bytes per sector drives) if the drive supports 512-bytes logical sectors / emulation (called Advanced Format/512E).<ref name="KB2510009">{{cite web |url=https://support.microsoft.com/en-us/kb/2510009 |title=Microsoft support policy for 4K sector hard drives in Windows |author=[[Microsoft]] |work=Support |access-date=December 21, 2015 |archive-date=November 19, 2015 |archive-url=https://web.archive.org/web/20151119021146/https://support.microsoft.com/en-us/kb/2510009 |url-status=live }}</ref> Drives with both 4k logical and 4k physical sectors are not supported.
* The NLS casing table in NTFS has been updated so that partitions formatted with Windows Vista will be able to see the proper behavior for the 100+ mappings that have been added to [[Unicode]] but were not added to Windows.<ref name="NTFSChanges">{{cite web |url=http://www.msblog.org/2005/09/16/ntfs-changes-in-vista-any-changes/ |title=NTFS Changes in Vista. Any changes? |last=Gan |first=Jabez |date=September 16, 2005 |work=MSBlogs |access-date=December 21, 2015 |archive-date=December 22, 2015 |archive-url=https://web.archive.org/web/20151222232107/http://www.msblog.org/2005/09/16/ntfs-changes-in-vista-any-changes/ |url-status=live }}</ref>
* Windows Vista Service Pack 1 and later have built-in support for [[exFAT]].<ref name="WindowsVistaSP1NotableChanges">{{cite web |url=https://technet.microsoft.com/en-us/library/cc709618%28v=ws.10%29.aspx |title=Notable Changes in Windows Vista Service Pack 1 |author=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=December 21, 2015 |archive-date=June 30, 2017 |archive-url=https://web.archive.org/web/20170630143938/https://technet.microsoft.com/en-us/library/cc709618%28v=ws.10%29.aspx |url-status=live }}</ref>
 
===Drivers===
Line 218 ⟶ 230:
* [[Windows Display Driver Model]] (WDDM), previously referred to as Longhorn Display Driver Model (LDDM), designed for graphics performance and stability.
* A new [[Kernel-Mode Driver Framework]], which will also be available for Windows XP and Windows 2000.
* A new user-mode driver model called the [[User-Mode Driver Framework]]. In Windows Vista, WDDM display drivers have two components, a kernel mode driver (KMD) that is very streamlined, and a user-mode driver that does most of the intense computations. With this model, most of the code is moved out of kernel mode. The audio subsystem also runs largely in user-mode to prevent impacting negatively on kernel performance and stability. Also, printer drivers in kernel mode are not supported. User-mode drivers are not able to directly access the kernel but use it through a dedicated API. User-mode drivers are supported for devices which plug into a USB or FireWire bus, such as digital cameras, portable media players, PDAs, mobile phones and mass storage devices, as well as "non-hardware" drivers, such as filter drivers and other software-only drivers. This also allows for drivers which would typically require a system reboot (video card drivers, for example) to install or update without needing a reboot of the machine. If the driver requires access to kernel-mode resources, developers can split the driver so that part of it runs in kernel-mode and part of it runs in user-mode. These features are significant because a majority of system crashes can be traced to improperly installed or unstable third-party device drivers.<ref>{{cite web | author=CNET.com| year=2007| title=Windows Vista Ultimate Review| url=http://reviews.cnet.com/Windows_Vista_Ultimate/4505-3672_7-32013603.html | access-date = 2007-01-31| archive-date=2007-01-29| archive-url=https://web.archive.org/web/20070129033210/http://reviews.cnet.com/Windows_Vista_Ultimate/4505-3672_7-32013603.html| url-status=live}}</ref> If an error occurs the new framework allows for an immediate restart of the driver and does not impact the system. [[User-Mode Driver Framework]] is available for Windows XP and is included in Windows Media Player 11.
* Kernel-mode drivers on 64-bit versions of Windows Vista must be digitally signed; even administrators will not be able to install unsigned kernel-mode drivers.<ref name="kmsigning">{{cite web
| url=http://www.microsoft.com/whdc/system/platform/64bit/kmsigning.mspx
Line 229 ⟶ 241:
 
* Signed drivers are required for usage of PUMA, PAP (Protected Audio Path), and PVP-OPM subsystems.
* Driver packages that are used to install driver software are copied in their entirety into a "Driver Store", which is a repository of driver packages and located in <code>C:\Windows\System32\DriverStore</code>. In essence, DriverStore is similar to [[WinSxS]] but stored for device drivers. This ensures that drivers that need to be repaired or reinstalled won't need to ask for source media to get "fresh" files. The Driver Store can also be preloaded with drivers by an OEM or IT administrator to ensure that commonly used devices (e.g. external peripherals shipped with a computer system, corporate printers) can be installed immediately. Adding, removing and viewing drivers from the "Driver Store" is done using <tt>{{mono|PnPUtil.exe</tt>}}<ref>[{{Cite web |url=http://support.microsoft.com/kb/937793 |title=The staging and the installation of driver packages by using the PnP Utility (Pnputil.exe) in Windows Vista] |access-date=2007-10-27 |archive-date=2009-07-22 |archive-url=https://web.archive.org/web/20090722095346/http://support.microsoft.com/kb/937793 |url-status=live }}</ref> A new setting in [[Device Manager]] allows deleting the drivers from the Driver Store when uninstalling the hardware.
* Since Windows Vista, there has a "delete the driver software for this device" clickbox in confirmation dialog when uninstalling a hardware device in Device Manager.
* Support for [[Windows Error Reporting]]; information on an "unknown device" is reported to Microsoft when a driver cannot be found on the system, via Windows Update, or supplied by the user. OEMs can hook into this system to provide information that can be returned to the user, such as a formal statement of non-support of a device for Windows Vista, or a link to a web site with support information, drivers, etc.
 
===Processor Power Management===
Windows Vista includes the following changes and enhancements in processor [[Centralpower processing unit|processormanagement]] power management:<ref name="PPM">{{cite web |url=http://download.microsoft.com/download/0/0/b/00bba048-35e6-4e5b-a3dc-36da83cbb0d1/ProcPowerMgmt.docx |title=Processor Power Management in Windows Vista and Windows Server 2008 |author=[[Microsoft]] |date=November 20, 2007 |format=DOCX |access-date=April 26, 2015 |archive-url=https://web.archive.org/web/20150131214603/http://download.microsoft.com/download/0/0/b/00bba048-35e6-4e5b-a3dc-36da83cbb0d1/ProcPowerMgmt.docx |archive-date=2015-01-31 |url-status=dead }}</ref>
* Native operating system support for PPM on multiprocessor systems, including systems using processors with multiple logical threads, multiple cores, or multiple physical sockets.
* Support for all ACPI 2.0 and 3.0 processor objects.
Line 242 ⟶ 255:
* The static use of any linear throttle state on systems that are not capable of processor performance states.
* Exposure of multiple power policy parameters that original equipment manufacturers (OEMs) may tune to optimize Windows Vista use of PPM features.
* In-box drivers for processors from all leading processor manufacturers at that time. (Intel, AMD, VIA)
* A generic processor driver that allows the use of processor-specific controls for performance state transitions.
* An improved C3 entry algorithm, where a failed C3 entry does not cause demotion to C2.
Line 251 ⟶ 264:
{{main|Windows Vista I/O technologies}}
 
* '''[[Windows Vista I/O technologies#SuperFetch|SuperFetch]]''' caches frequently- used applications and documents in memory, and keeps track of when commonly used applications are usually loaded, so that they can be pre-cached and it also prioritizes the programs currently used over background tasks. SuperFetch aims to negate the negative performance effect of having anti-virus or backup software run when the user is not at the computer. Superfetch is able to learn at what time of a given day an application is used and so it can be pre-cached.
* '''[[ReadyBoost]]''', makes PCs running Windows Vista more responsive by using [[flash memory]] on a [[USB flash drive|USB drive]] (USB 2.0 only), [[SD Cardcard]], [[Compact Flash]], or other form of flash memory, in order to boost system performance. When such a device is plugged in, the Windows [[Autoplay]] dialog offers an additional option to use it to speed up the system; an additional "ReadyBoost" tab is added to the drive's properties dialog where the amount of space to be used can be configured.<ref name="readyboostJim Allchin">{{cite web
| url=http://blogs.msdn.com/tomarcher/archive/2006/04/14/576548.aspx
| title=ReadyBoost - Using Your USB Key to Speed Up Windows Vista
Line 259 ⟶ 272:
| author=Tom Archer
| work=Tom Archer's Blog
| publisher=Microsoft}}</ref>
| archive-date=2006-05-23
| archive-url=https://web.archive.org/web/20060523070440/http://blogs.msdn.com/tomarcher/archive/2006/04/14/576548.aspx
| url-status=live
}}</ref>
 
* '''ReadyBoot''' uses an in-RAM cache to optimize the [[Windows Vista Startup Process|boot process]] if the system has 700MB or more memory. The size of the cache depends on the total RAM available, but is large enough to create a reasonable cache and yet allow the system the memory it needs to boot smoothly. ReadyBoot uses the same ReadyBoost service.<ref>{{Cite web |url=http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/ |title=Inside the Windows Vista kernel |website=[[Microsoft]] |access-date=2007-04-30 |archive-url=https://web.archive.org/web/20070331073321/http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/ |archive-date=2007-03-31 |url-status=dead }}</ref>
* '''[[Windows Vista I/O technologies#ReadyDrive|ReadyDrive]]''' is the name Microsoft has given to its support for [[hybrid drive]]s, a new design of [[hard drive]] developed by [[Samsung]] and Microsoft. Hybrid drives incorporate [[non-volatile memory]] into the drive's design, resulting in lower power needs, as the drive's spindles do not need to be activated for every write operation. Windows Vista can also make use of the NVRAM to increase the speed of booting and returning from hibernation.<ref name="performance">{{cite web
| url=http://www.microsoft.com/windowsvista/features/foreveryone/performance.mspx
| title=Windows Vista: Performance
| year=2006
| access-date=2006-04-30
| publisher=Microsoft
| archive-date=2006-04-25
| archive-url=https://web.archive.org/web/20060425023359/http://www.microsoft.com/windowsvista/features/foreveryone/performance.mspx
| url-status=live
}}</ref>
 
Line 276 ⟶ 297:
| work=Driver Fundamentals
| publisher=Windows Hardware Developer Central
| access-date=2006-12-31
| access-date=2006-12-31}}</ref> I/O has been enhanced with I/O asynchronous cancellation and I/O scheduling based on thread priority. Background applications running in low priority I/O do not disturb foreground applications. Applications like Windows Defender, Automatic Disk Defragmenter and Windows Desktop Search (during indexing) already use this feature.<ref name="PerformanceTechnologies">{{cite web |url=http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/cpa131_wh06.ppt |title=Windows Vista Performance Technologies |last=Aul |first=Gabriel |date=2006 |format=PPT |publisher=[[Microsoft]] |access-date=July 9, 2015}}</ref> Windows Media Player 11 also supports this technology to offer glitch-free multimedia playback.<ref name="kernel1">{{cite web |url=http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/ |title=Inside the Windows Vista Kernel: Part 1 |last=Russinovich |first=Mark |author-link=Mark Russinovich |publisher=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=July 15, 2015 |archive-url=https://web.archive.org/web/20081118123903/http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/ |archive-date=2008-11-18 |url-status=dead }}</ref>
| archive-date=2007-01-28
| archive-url=https://web.archive.org/web/20070128084917/http://www.microsoft.com/whdc/driver/priorityio.mspx
| url-status=live
| access-date=2006-12-31}}</ref> I/O has been enhanced with I/O asynchronous cancellation and I/O scheduling based on thread priority. Background applications running in low priority I/O do not disturb foreground applications. Applications like Windows Defender, Automatic Disk Defragmenter and Windows Desktop Search (during indexing) already use this feature.<ref name="PerformanceTechnologies">{{cite web |url=http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/cpa131_wh06.ppt |title=Windows Vista Performance Technologies |last=Aul |first=Gabriel |date=2006 |format=PPT |publisher=[[Microsoft]] |access-date=July 9, 2015 |archive-date=March 4, 2016 |archive-url=https://web.archive.org/web/20160304113047/http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/cpa131_wh06.ppt |url-status=live }}</ref> Windows Media Player 11 also supports this technology to offer glitch-free multimedia playback.<ref name="kernel1">{{cite web |url=http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/ |title=Inside the Windows Vista Kernel: Part 1 |last=Russinovich |first=Mark |author-link=Mark Russinovich |publisher=[[Microsoft]] |work=[[Microsoft TechNet|TechNet]] |access-date=July 15, 2015 |archive-url=https://web.archive.org/web/20081118123903/http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/ |archive-date=2008-11-18 |url-status=dead }}</ref>
 
* The '''[[Offline Files]]''' feature, which maintains a client-side cache of files shared over a network, has been significantly improved. When synchronizing the changes in the cached copy to the remote version, the ''Bitmap Differential Transfer'' protocol is used so that only the changed blocks in the cached version are transferred, but when retrieving changes from the remote copy, the entire file is downloaded.<ref name="Offline">{{cite web | url = http://windowsvistablog.com/blogs/windowsvista/archive/2007/01/29/working-with-offline-files.aspx | title = Offline Files | author = Jim Allchin | access-date = 2007-06-14 | archive-url = https://web.archive.org/web/20070518233509/http://windowsvistablog.com/blogs/windowsvista/archive/2007/01/29/working-with-offline-files.aspx | archive-date = 2007-05-18 | url-status = dead }}</ref> are synchronized on a per-share basis and encrypted on a per-user basis and users can force Windows to work in offline mode or online mode or sync manually from the Sync Center. The Sync Center can also report sync errors and resolve sync conflicts. Also, if network connectivity is restored, file handles are redirected to the remote share transparently.
Line 287 ⟶ 312:
{{main|.NET Framework}}
 
Windows Vista is the first client version of Windows to ship with the .NET Framework. Specifically, it includes .NET Framework 2.0 and [[.NET Framework 3.0]] (previously known as WinFX) but not version 1.0 or 1.1.{{Citation needed|date=February 2007}} The .NET Framework is a set of [[managed code]] [[application programming interface|APIs]] that is slated to succeed [[Win32]]. The Win32 API is also present in Windows Vista, but does not give direct access to all the new functionality introduced with the .NET Framework. In addition, .NET Framework is intended to give programmers easier access to the functionality present in Windows itself.
 
.NET Framework 3.0 includes APIs such as [[ADO.NET]], [[ASP.NET]], [[Windows Forms]], among others, and adds four core frameworks to the .NET Framework:
Line 298 ⟶ 323:
====WPF====
{{main|Windows Presentation Foundation}}
'''Windows Presentation Foundation''' (codenamed Avalon) is the overhaul of the graphical subsystem in Windows and the flagship [[resolution independence|resolution independent]] API for [[2D graphics|2D]] and [[3D graphics|3D]] [[Computer graphics|graphics]], [[Raster graphics|raster]] and [[vector graphics]] ([[Extensible Application Markup Language|XAML]]), fixed and adaptive documents ([[XML Paper Specification|XPS]]), advanced [[typography]], [[animation]] ([[Extensible Application Markup Language|XAML]]), data binding, audio and video in [[Windows Vista]]. WPF enables richer control, design, and development of the visual aspects of Windows programs. Based on DirectX, it renders all graphics using [[Direct3D]]. Routing the graphics through Direct3D allows Windows to offload graphics tasks to the [[Graphics Processing Unit|GPU]], reducing the workload on the computer's [[Central processing unit|CPU]]. This capability is used by the [[Desktop Window Manager]] to make the desktop, all windows and all other shell elements into 3D surfaces. WPF applications can be deployed on the desktop or hosted in a web browser ([[XBAP]]).
 
The 3D capabilities in WPF are limited compared to what's available in Direct3D. However, WPF provides tighter integration with other features like [[user interface]] (UI), documents, and media. This makes it possible to have 3D UI, 3D documents, and 3D media. A set of built-in controls is provided as part of WPF, containing items such as button, menu, and list box controls. WPF provides the ability to perform control composition, where a control can contain any other control or layout. WPF also has a built-in set of data services to enable application developers to bind data to the controls. Images are supported using the Windows Imaging Component. For media, WPF supports any audio and video formats which Windows Media Player can play. In addition, WPF supports time-based [[animation]]s, in contrast to the frame-based approach. This delinks the speed of the animation from how slow or fast the system is performing. [[wikt:Text|Text]] is anti-aliased and rendered using [[ClearType]].
 
WPF uses Extensible Application Markup Language ([[Extensible Application Markup Language|XAML]]), which is a variant of [[Extensible Markup Language|XML]], intended for use in developing user interfaces. Using XAML to develop user interfaces also allows for separation of model and view. In XAML, every element maps onto a class in the underlying API, and the attributes are set as properties on the instantiated classes. All elements of WPF may also be coded in a .NET language such as C#. The XAML code is ultimately compiled into a managed assembly in the same way all .NET languages are, which means that the use of XAML for development does not incur a performance cost.
 
====WCF====
Line 346 ⟶ 371:
===Media Foundation===
{{main|Media Foundation}}
Media Foundation is a set of [[Component Object Model|COM]]-based APIs to handle audio and video playback that provides [[DXVA|DirectX Video Acceleration]] 2.0 and better resilience to CPU, I/O, and memory stress for glitch-free low-latency playback of audio and video. It also enables high color spaces through the multimedia processing pipeline. [[DirectShow]] and [[Windows Media|Windows Media SDK]] will be gradually deprecated in future versions.
 
===Search===
{{main|Windows Search}}
The Windows Vista ''Instant Search'' index can also be accessed programmatically using both [[.NET Framework|managed]] as well as [[Win32|native]] code.<ref>{{cite web |title=Searching data |date=2 urlNovember =2006 |url=http://msdn.microsoft.com/en-us/library/ms717470.aspx | access-date=2007-03-17 |archive-date=2009-01-13 |archive-url=https://web.archive.org/web/20090113084720/http://msdn.microsoft.com/en-us/library/ms717470.aspx |url-status=live }}</ref> Native code connects to the index catalog by using a ''Data Source Object'' retrieved from Windows Vista shell's Indexing Service [[OLE DB]] provider. Managed code use the ''MSIDXS'' [[ADO.NET]] provider with the index catalog name. A catalog on a remote machine can also be specified using a [[Path (computing)#Uniform Naming Convention|UNC]] path. The criteria for the search is specified using a [[SQL]]-like syntax.
 
The default catalog is called ''SystemIndex'' and it stores all the properties of indexed items with a predefined naming pattern. For example, the name and ___location of documents in the system is exposed as a table with the column names ''System. ItemName'' and ''System. ItemURL'' respectively.<ref>{{cite web | url = http://blogs.msdn.com/cheller/archive/2006/11/10/windows-vista-search-syntax-update.aspx | title = Windows Vista Search: Syntax Update | author = Catherine Heller | access-date = 2007-06-23 | archive-date = 2007-07-03 | archive-url = https://web.archive.org/web/20070703133350/http://blogs.msdn.com/cheller/archive/2006/11/10/windows-vista-search-syntax-update.aspx | url-status = live }}</ref> An SQL query can directly refer these tables and index catalogues and use the ''MSIDXS'' provider to run queries against them. The search index can also be used via [[OLE DB]], using the ''CollatorDSO'' provider.<ref name="SIP">{{cite web | url = http://msdn.microsoft.com/en-us/library/bb266517.aspx | title = Querying the Index Programmatically | publisher = MSDN | access-date = 2007-06-23 | archive-date = 2009-02-05 | archive-url = https://web.archive.org/web/20090205004910/http://msdn.microsoft.com/en-us/library/bb266517.aspx | url-status = live }}</ref> However, OLE DB provider is read-only, supporting only ''SELECT'' and ''GROUP ON'' SQL statements.
 
The Windows Search API can also be used to convert a search query written using [[Advanced Query Syntax]] (or ''Natural Query Syntax'', the natural language version of AQS) to [[SQL]] queries. It exposes a method ''GenerateSQLFromUserQuery'' method of the ''ISearchQueryHelper'' interface.<ref>{{cite web | url = http://msdn.microsoft.com/en-us/library/aa965439.aspx | title = ISearchQueryHelper::GenerateSQLFromUserQuery Method | access-date = 2007-06-23 | archive-date = 2008-10-15 | archive-url = https://web.archive.org/web/20081015124308/http://msdn.microsoft.com/en-us/library/aa965439.aspx | url-status = live }}</ref> Searches can also be performed using the ''search-ms:'' [[Protocol (computing)|protocol]], which is a pseudo protocol that lets searches be exposed as an [[URI]]. It contains all the operators and search terms specified in AQS. It can refer to saved search folders as well. When such a URI is activated, Windows Search, which is registered as a handler for the protocol, parses the URI to extract the parameters and perform the search.
 
===Networking===
Line 360 ⟶ 385:
[[Winsock]] Kernel (WSK) is a new transport-independent kernel-mode Network Programming Interface (NPI) for that provides [[Transport Dispatch Interface|TDI]] client developers with a sockets-like programming model similar to those supported in user-mode [[Winsock]]. While most of the same [[Internet socket|sockets]] programming concepts exist as in user-mode Winsock such as socket, creation, bind, connect, accept, send and receive, ''Winsock Kernel'' is a completely new programming interface with unique characteristics such as [[asynchronous I/O]] that uses [[I/O request packets|IRPs]] and event callbacks to enhance performance. [[Transport Dispatch Interface|TDI]] is supported in Windows Vista for backward compatibility.
 
Windows Vista includes a specialized QoS [[API]] called [[qWave]] (''Quality Windows Audio/Video Experience''),<ref name="qwave">{{cite web | url = http://www.microsoft.com/whdc/device/stream/qWave.mspx | title = Quality Windows Audio-Video Experience - qWave | publisher = [[Microsoft]] | access-date = 2007-10-09 |archive-url = https://web.archive.org/web/20070713003209/http://www.microsoft.com/whdc/device/stream/qWave.mspx <!-- Bot retrieved archive --> |archive-date = 2007-07-13}}</ref> which is a pre-configured Qualityquality of Serviceservice module for time dependent multimedia data, such as audio or video streams. qWave uses different packet priority schemes for real-time flows (such as multimedia packets) and best-effort flows (such as file downloads or e-mails) to ensure that real time data gets as little delays as possible, while providing a high quality channel for other data packets.
 
[[Windows Filtering Platform]] allows external applications to access and hook into the packet processing pipeline of the networking subsystem.
Line 390 ⟶ 415:
}}</ref>
** Latin fonts: [[Calibri]], [[Cambria (typeface)|Cambria]], [[Candara]], [[Consolas]] (monotype), [[Constantia (typeface)|Constantia]], and [[Corbel (typeface)|Corbel]]. [[Segoe UI]], previously used in [[Windows XP Media Center Edition]], is also included, despite licensing issues with [[Mergenthaler Linotype Company|Linotype]].
** [[Meiryo]], supporting the new and modified characters of the [[Japanese Industrial Standard|JIS]] X 0213:2004 standard<ref>{{cite web | url=http://pc.watch.impress.co.jp/docs/2005/0729/ms.htm | title=Windows Vista - ClearType - Meiryo | date=August 29, 2005 | publisher=PC Watch | access-date=March 7, 2007 | archive-date=February 22, 2007 | archive-url=https://web.archive.org/web/20070222142157/http://pc.watch.impress.co.jp/docs/2005/0729/ms.htm | url-status=live }}</ref>
** Non-Latin fonts: [[Microsoft JhengHei]] (Chinese Traditional), [[Microsoft YaHei]] (Chinese Simplified), Majalla UI (Arabic), Gisha (Hebrew), Leelawadee (Thai) and Malgun Gothic (Korean).
** Support for [[Adobe Systems|Adobe]] CFF/Type2 fonts, which provides support for contextual and discretionary [[Ligature (typography)|ligatures]].
* When accessing files with the [[ANSI]] character set, if the total path length is more than the maximum allowed 260 characters, Windows Vista automatically uses the alternate short names (which has an 8.3 limit) to shorten the total path length. In [[Unicode]] mode, this is not done as the maximum allowed length is 32,000.
* The long "Documents and Settings" folder is now just "Users", although a symbolic link called "Documents and Settings" is kept for compatibility. The paths of several [[special folder]]s under the user profile have changed.
* New support for [[infrared]] receivers and [[Bluetooth#Bluetooth v2.0 + EDR|Bluetooth 2.0]] wireless standards; devices supporting these can transfer files and sync data wirelessly to a Windows Vista computer with no additional software.
* A non-administrator user can share only the folders under his user profile. In addition, all users have a ''Public'' folder which is shared, though an administrator can override this.
* '''Network Projection'''<ref>[{{Cite web |url=http://www.microsoft.com/presspass/newsroom/winxp/VistaBeta1FS.mspx |title=Microsoft release regarding Network Projection |website=[[Microsoft]] |access-date=2007-03-07 |archive-date=2007-03-31 |archive-url=https://web.archive.org/web/20070331082307/http://www.microsoft.com/presspass/newsroom/winxp/VistaBeta1FS.mspx |url-status=live }}</ref> is used to detect and use network-connected projectors. It can be used to display a presentation, or share a presentation with the machine which hosts the projector. Users can do this over a network so multiple sources can be connected at different times without having to keep moving the sources or projectors around. The network projector can be connected to the network via wireless or cable (LAN) technology to make it even more flexible. Users can not only connect to the network projector remotely but can also remotely configure it. Network projectors are designed to transmit and display still images, such as photographs and slides —not high-bandwidth transmissions, such as video streams. The projector can transmit video, but the playback quality is often poor.<ref>{{Cite web |url=http://windows.microsoft.com/en-us/windows/network-projectors-faq#1TC=windows-7 |title=Network projectors: Frequently asked questions - Windows Help |access-date=2016-03-16 |archive-date=2016-03-22 |archive-url=https://web.archive.org/web/20160322234324/http://windows.microsoft.com/en-us/windows/network-projectors-faq#1TC=windows-7 |url-status=live }}</ref> Binary ''%windir%\system32\NetProj.exe'' implement Network Projection feature.
* New monitor configuration APIs make it possible to adjust the monitor's display area, save and restore display settings, calibrate color and use vendor-specific monitor features. Overall too, Windows Vista is designed to be more resolution-independent than its predecessors, with a particular focus on higher resolutions and high [[Dots per inch|DPI]] [[Computer display|displays]] [http://blogs.msdn.com/greg_schechter/archive/2006/09/14/753467.aspx]. [[Windows Presentation Foundation]] and WPF applications are fully [[resolution independence|resolution-independent]].<ref>{{Cite web |url=http://msdn.microsoft.com/msdnmag/issues/06/01/windowspresentationfoundation/default.aspx |title=Top Ten UI breakthroughs for WPF |access-date=2007-05-12 |archive-url=https://web.archive.org/web/20070517142803/http://msdn.microsoft.com/msdnmag/issues/06/01/WindowsPresentationFoundation/default.aspx |archive-date=2007-05-17 |url-status=dead }}</ref> Also, ''Transient Multimon Manager'', a new feature that uses the monitor's [[EDID]] enables automatic detection, setup and proper configuration of additional or multiple displays as they are attached and removed, on the fly. The settings are saved on a per-display basis when possible, so that users can move among multiple displays with no manual configuration.
* Windows Vista includes a [[Web Services for Devices|WSD]]-[[Windows Image Acquisition|WIA]] [[class driver]] that enables all devices compliant with Microsoft's Web Services for Scanner (WS-Scan) protocol to work with WIA without any additional driver or software.
* The ''Fax service'' and model are fully account-based. Fax-aware applications such as [[Windows Fax and Scan]] can send multiple documents in a single fax submission. The Fax Service API generates [[TIFF]] files for each document and merges them into a single TIFF file. Users can right-click a document in Windows Explorer and select ''Send to Fax Recipient''.
* Windows Vista introduces the 'Assistance Platform' based on [[Microsoft Assistance Markup Language|MAML]]. '''Help and Support''' is intended to be more meaningful and clear. '''Guided Help''', or '''Active Content Wizard''' is an automated tutorial and self-help system available with the release of Windows Vista where a series of animated steps show users how to complete a particular task.<ref>{{cite web | url=http://digitalfive.org/content/guided-help-in-windows-vista.html | title=Guided Help in Windows Vista | date=June 5, 2006 | author=Kristan M. Kenney | work=digitalfive | access-date=2007-02-26 | archive-url=https://web.archive.org/web/20070929224252/http://digitalfive.org/content/guided-help-in-windows-vista.html | archive-date=2007-09-29 | url-status=dead }}</ref> It highlights only the options and the parts of screen that are relevant to the task and darkening the rest of the screen. A separate file format is used for ACW help files. The guided help SDK got replaced in [[Windows 7]] with the Windows Troubleshooting Platform.
* All standard text editing controls and all versions of the 'RichEdit' control now support the [[Text Services Framework]]. Also, all Tablet/Ink API applications and all HTML applications which use Internet Explorer's [[Trident (layout engine)|Trident layout engine]] support the Text Services Framework.<ref>[{{Cite web |url=http://msdn.microsoft.com/en-us/library/aa371122.aspx |title=Enabling Text Correction for Custom Ink Collectors] |access-date=2008-12-21 |archive-date=2009-01-12 |archive-url=https://web.archive.org/web/20090112163014/http://msdn.microsoft.com/en-us/library/aa371122.aspx |url-status=live }}</ref>
* Windows Data Access Components (Windows DAC) replace [[Microsoft Data Access Components|MDAC 2.81]] which shipped with Windows XP Service Pack 2.
* '''DFS Replication''',<ref>{{cite web