Features new to Windows XP

Last updated

As the next version of Windows NT after Windows 2000, as well as the successor to Windows Me, Windows XP introduced many new features but it also removed some others.

Contents

User interface and appearance

Graphics

With the introduction of Windows XP, the C++ based software-only GDI+ subsystem was introduced to replace certain GDI functions. GDI+ adds anti-aliased 2D graphics, textures, floating point coordinates, gradient shading, more complex path management, bicubic filtering, intrinsic support for modern graphics-file formats like JPEG and PNG, and support for composition of affine transformations in the 2D view pipeline. GDI+ uses RGBA values to represent color. Use of these features is apparent in Windows XP's user interface (transparent desktop icon labels, drop shadows for icon labels on the desktop, shadows under menus, translucent blue selection rectangle in Windows Explorer, sliding task panes and taskbar buttons), and several of its applications such as Microsoft Paint, Windows Picture and Fax Viewer, Photo Printing Wizard, My Pictures Slideshow screensaver, and their presence in the basic graphics layer greatly simplifies implementations of vector-graphics systems such as Flash or SVG. The GDI+ dynamic library can be shipped with an application and used under older versions of Windows. The total number of GDI handles per session is also raised in Windows XP from 16,384 to 65,536 (configurable through the registry).

Windows XP shipped with DirectX 8.1, which brings major new features to DirectX Graphics besides DirectX Audio (both DirectSound and DirectMusic), DirectPlay, DirectInput and DirectShow. Direct3D introduced programmability in the form of vertex and pixel shaders, enabling developers to write code without worrying about superfluous hardware state, and fog, bump mapping and texture mapping. DirectX 9 was released in 2003, which also sees major revisions to Direct3D, DirectSound, DirectMusic and DirectShow. [1] Direct3D 9 added a new version of the High-Level Shader Language, [2] support for floating-point texture formats, Multiple Render Targets, and texture lookups in the vertex shader. Windows XP can be upgraded to DirectX 9.0c (Shader Model 3.0).

ClearType

Animation showing the difference in font rendering with normal antialiasing vs. ClearType (The frame showing the latter is marked with an orange circle) Cleartype-vs-Standard-Antialiasing.gif
Animation showing the difference in font rendering with normal antialiasing vs. ClearType (The frame showing the latter is marked with an orange circle)

Windows XP includes ClearType subpixel rendering, which makes onscreen fonts smoother and more readable on liquid-crystal display (LCD) screens. [3] [4] Although ClearType has an effect on CRT monitors, its primary use is for LCD/TFT-based (laptop, notebook and modern 'flatscreen') displays. ClearType in Windows XP currently supports the RGB and BGR sub pixel structures. There are other parameters such as contrast that can be set via a ClearType Tuner powertoy that Microsoft makes available as a free download from its Typography website. [5]

Start menu

With Windows XP, the Start button has been updated to support Fitts's law. To help the user access a wider range of common destinations more easily from a single location, the Start menu was expanded to two columns; the left column focuses on the user's installed applications, while the right column provides access to the user's documents, and system links which were previously located on the desktop. Links to the My Documents, My Pictures and other special folders are brought to the fore. The My Computer and My Network Places (Network Neighborhood in Windows 95 and 98) icons were also moved off the Desktop and into the Start menu, making it easier to access these icons while a number of applications are open and so that the desktop remains clean. Moreover, these links can be configured to expand as a cascading menu. Frequently used programs are automatically displayed in the left column, newly installed programs are highlighted, and the user may opt to "pin" programs to the start menu so that they are always accessible without having to navigate through the Programs folders. The default internet browser and default email program are pinned to the Start menu. The Start menu is fully customizable, links can be added or removed; the number of frequently used programs to display can be set. The All Programs menu expands like the classic Start menu to utilize the entire screen but can be set to scroll programs. The user's name and user's account picture are also shown on the Start menu.

Taskbar

The taskbar buttons for running applications and Quick Launch have also been updated for Fitt's law. Locking the taskbar not only prevents it from being accidentally resized or moved but elements such as Quick launch and other DeskBands are also locked from being accidentally moved. The Taskbar grouping feature combines multiple buttons of the same application into a single button, which when clicked, pops up a menu listing all the grouped windows and their number. Advanced taskbar grouping options can be configured from the registry. [6] The user can choose to always show, always hide or hide some or all notification area icons if inactive for some time. A button allows the user to reveal all the icons. The Taskbar, if set to a thicker height also displays the day and date in the notification area.

Windows Explorer

There are significant changes made to Windows Explorer in Windows XP, both visually and functionally. Microsoft focused especially on making Windows Explorer more discoverable and task-based, as well as adding a number of features to reflect the growing use of a computer as a "digital hub".

Task pane

The task pane is displayed on the left side of the window instead of the traditional folder tree view when the navigation pane is turned off. It presents the user with a list of common actions and destinations that are relevant to the current directory or file(s) selected. For instance, when in a directory containing mostly pictures, a set of "Picture tasks" is shown, offering the options to display these pictures as a slide show, to print them, or to go online to order prints. Conversely, a folder containing music files would offer options to play those files in a media player, or to go online to purchase music.

Every folder also has "File and Folder Tasks", offering options to create new folders, share a folder on the local network, publish files or folders to a web site using the Web Publishing Wizard, and other common tasks like copying, renaming, moving, and deleting files or folders. File types that have identified themselves as being printable also have an option listed to print the file.

Underneath "File and Folder Tasks" is "Other Places", which always lists the parent folder of the folder being viewed and includes additional links to other common locations such as "My Computer", "Control Panel", and "My Documents" or previously navigated locations. These change depending on what folder the user was in.

Underneath "Other Places" is a "Details" area which gives additional information when a file or folder is selected – typically the file type, file size and date modified, but depending on the file type, author, image dimensions, attributes, or other details. If the file type has a Thumbnail image handler installed, its preview also appears in the "Details" task pane. For music files, it might show the artist, album title, and the length of the song. The same information is also shown horizontally on the status bar.

The "Folders" button on the Windows Explorer toolbar toggles between the traditional navigation pane containing the tree view of folders, and the task pane. Users can also close the navigation pane by clicking the Close button in its right corner as well as turn off the task pane from Folder Options.

The navigation pane has been enhanced in Windows XP to support "simple folder view" which when turned on hides the dotted lines that connect folders and subfolders and makes folders browsable with single click while still keeping double clicking on in the right pane. Single clicking in simple folder view auto expands the folder and clicking another folder automatically expands that folder and collapses the previous one.

Grouping and sorting

Windows XP introduced a large number of metadata properties [7] which are shown as columns in the "Details" view of Explorer, in the new Tiles view in Explorer, on the Summary tab in a file's properties, in a file's tooltip and on the Explorer status bar when a single file is selected. Users also gain the ability to sort by any property which is turned on in "Details" view. Developers can write column handler shell extensions to further define their own properties by which files can be sorted. The column by which items are sorted is highlighted. Sorting files and folders can be in Ascending order or Descending order in all views, not just Details view. To reverse the order, the user simply can perform the sort by the same property again. The sort order has also been made more intuitive compared to the one in Windows 2000. For file names containing numbers Windows Explorer now tries to sort based on numerical value rather than just comparing each number digit by digit for every character position in the file name. [8] For instance, files containing "1", "2".."10" will be intuitively sorted with "10" appearing after "9" instead of appearing between "1" and "2".

The right pane of Windows Explorer has a "Show in Groups" feature which allows Explorer to separate its contents by headings based on any field which is used to sort the items. Items can thus be grouped by any detail which is turned on. "Show in Groups" is available in Thumbnails, Tiles, Icons and Details views.

Microsoft introduced animated "Search Companions" in an attempt to make searching more engaging and friendly; the default character is a puppy named Rover, with three other characters (Merlin the magician, Earl the surfer, and Courtney) also available. These search companions powered by Microsoft Agent technology, bear a great deal of similarity to Microsoft Office's Office Assistants, even incorporating "tricks" and sound effects. If the user wishes, they can also turn off the animated character entirely.

The search capability itself is fairly similar to Windows Me and Windows 2000, with some important additions. The Indexing Service can extract Exif properties, as well as some metadata for ASF, WMV and MP3 files under Windows XP via the IPropertyStorage interface using built-in Null Filter. Search can also be instructed to search only files that are categorically "Documents" or "Pictures, music and video" (searching by perceived type); this feature is noteworthy largely because of how Windows determines what types of files can be classified under these categories. [9] Another important addition is that the "Look in" field accepts and expands environment variables for abbreviated entry of long paths. Also, users can configure whether or not Windows XP searches for system and/or hidden files and folders. Using Tweak UI, the search user interface can be restored to the one used by Windows 2000.

Image handling in Explorer

Windows XP improves image preview by offering a Filmstrip view which shows images in a single horizontal row and a large preview of the currently selected image above it. "Back" and "Previous" buttons facilitate navigation through the pictures, and a pair of "Rotate" buttons offer 90-degree clockwise and counter-clockwise rotation of images. Filmstrip view like any other view can be turned on per folder. This view will be available if the new "Common Tasks" folder view is selected, not with "Windows Classic" folder view. Aside from the Filmstrip view mode, there is a 'Thumbnails' view, which displays thumbnail-sized images in the folder and also displays images a subfolder may be containing (4 by default) overlaid on a large folder icon. A folder's thumbnail view can be customized from the Customize tab accessible from its Properties, where users can also change the folder's icon and specify a template type (pictures, music, videos, documents) for that folder and optionally all its subfolders. The size and quality of thumbnails in "Thumbnails" view can be adjusted using Tweak UI or the registry. [10] Exif metadata stored in the image is also shown in the file's Properties -> Summary tab, in "Details" view and in any view on the status bar. Windows XP optionally caches the thumbnails in a "Thumbs.db" file in the same folder as the pictures so that thumbnails are generated faster the next time. Thumbnails can be forced to regenerate by right-clicking the image in Thumbnail or Filmstrip views and selecting "Refresh thumbnail".

AutoPlay

AutoPlay examines newly discovered removable media and devices and, based on content such as pictures, music or video files, launches an appropriate application to play or display the content. [11] AutoPlay (not to be confused with AutoRun) was created in order to simplify the use of peripheral devices MP3 players, memory cards, USB storage devices and others by automatically starting the software needed to access and view the content on these devices. AutoPlay can be enhanced by AutoPlay-compatible software and hardware. It can be configured by the user to associate favourite applications with AutoPlay events and actions. These actions are called AutoPlay Handlers and there are sets of Handlers associated with various types of content. New AutoPlay handlers can get added to the system when additional software is installed. The user can edit, delete or create AutoPlay handlers using TweakUI. AutoPlay settings can be configured per-device in Windows XP from the device's properties.

When a user inserts an optical disc into a drive or attaches a USB camera, Windows detects the arrival and starts a process of examining the device or searching the medium. It is looking for properties of the device or content on the medium so that AutoPlay can present a set of meaningful options to the user. When the user makes a particular choice, they also have the option to make that selection automatic the next time Windows sees that content or device. [12] The content types available vary with the type of drive selected.

Other shell and UI improvements

  • Windows XP introduced the notion of Perceived Types, making it easier for applications and shell extensions to register themselves with file types, even if the default program and its associated ProgID changes. [13] Perceived Types also made it easier for end users to search files without specifying individual file extensions.
  • Per-user Recycle Bin for NTFS volumes. In earlier versions of Windows NT, one user could see the other user's deleted files located in the Recycle Bin.
  • Folder options to restore previously open folder windows at logon (restoring Explorer sessions) [14]
  • Customizable infotips on a per-file-class (file type) basis without writing shell extensions [15]
  • Windows Explorer is content-dependent, that is, it attempts to detect the dominant type of files in a folder and then selects the most appropriate view for the user automatically unless the user manually sets the view.
  • To prevent applications from taking over the file associations already registered with the default program explicitly set by the user, Windows XP prevents programmatic file associations if the Open With dialog or File Types tab is used by users to override the default.
  • A "Tiles" view was added, which displays the file's icon in a larger size (48 × 48), and places the file name, descriptive type, and additional information by which the items are sorted (typically the file size for data files, and the publisher name for applications) to the right.
  • The toolbars can be locked to prevent them from being accidentally moved. This same capability was also added to Internet Explorer's toolbars.
  • The "Line up icons" feature in the context menu has been replaced by an "Align to grid" feature which when turned on always lines up icons.
  • For unknown/undefined file types which inexperienced users may get confused when double clicked, Windows XP can contact a web service which shows additional information about that file type and what program created or can open that file type.
  • If an image named "Folder.jpg" is placed inside a folder, that image will be used as the thumbnail for that folder and as Album Art for media files in Windows Media Player.
  • EFS-encrypted files can be shown in an alternate color (green by default) beginning with Windows XP.
  • File and folder size information is shown in tooltips upon mouse hover. For folders, size and partial folder contents are shown.
  • When opening more than 15 files in a single operation, i.e. by selecting multiple files and pressing enter, Windows XP warns the user that Windows Explorer may become unresponsive, but still allows the user to do so.
  • Windows Explorer supports a very basic form of mass renaming items.
  • Marquee-style progress bars.
  • A hyperlink control in system supplied common controls.

Windows Picture and Fax Viewer

Windows XP includes Windows Picture and Fax Viewer which is based on GDI+ [16] and is capable of viewing image formats supported by GDI+, namely, JPEG, BMP, PNG, GIF (including animated GIFs), ICO, WMF, EMF and TIFF format files. It supersedes part of the functions of Imaging for Windows in previous versions of Windows.

The Windows Picture and Fax Viewer is integrated with Windows Explorer for functions like slideshow, email, printing etc. and quickly starts up when an image is double clicked in Windows Explorer. It supports full file management from within the viewer itself, that is, right clicking the image shows the same context menu as the one shown when an image is right clicked in Windows Explorer. Images can be set as the desktop wallpaper from the context menu. It supports successive viewing of all images in current folder and looping through images, [17] that is, after viewing the last image in a directory, it again shows the first image and vice versa. By default, images smaller than the user's display resolution are shown at their actual size. If an image is larger than the display resolution, it is scaled to fit the screen (Best Fit). [17] Images can be zoomed in or out depending on the viewing area. When this is done, scroll bars allow for viewing of all areas of the image. It has Standard toolbar buttons for Delete, Print, Copy to and Open with. [17] The Copy to button converts an image to a different format supported in GDI+, that is, JPEG, BMP, GIF, TIFF or PNG. [18] The Print button starts the Photo Printing Wizard which allows printing images with picture titles using various page layouts such as full page prints, wallet prints, contact/index sheets or certain fixed dimensions with the images cropped or rotated to fit the page. The wizard shows a preview of what the printed page will look like with the currently specified options. [18] Windows Picture and Fax Viewer can also rotate images clockwise or anti-clockwise, start a slideshow of all or selected images in the folder, or e-mail them by selecting the "Send To Mail Recipient" option. [18] Further options allow the image to be mailed full size, or in pixel dimensions of: 640 x 480, 800 x 600, and 1024 x 768. Using Tweak UI, the time between images during a slideshow can be adjusted.

Windows Picture and Fax Viewer recognizes embedded ICC V2 color profiles [19] in JPG and TIFF files. GIF files are shown with full animation, even when zoomed. TIFF files can be annotated using the Annotation Toolbar which appears at the bottom of the screen. [20] Lines can be drawn on the TIFF image and text added to it. Areas of the image can be selected and concealed. The Windows Picture and Fax Viewer is also capable of viewing multi-page TIFF files. However TIFF images with JPEG compression are not fully supported. [21] The last button on the standard toolbar opens the image for editing; by default, in Microsoft Paint; however any editing application can be registered for this button in the viewer. Windows Picture and Fax Viewer saves and remembers its window position and size and supports keyboard shortcuts for all of its operations.

Raw image formats, which are the preferred formats in professional photography are not supported, however, Microsoft released a later update called RAW Image Thumbnailer and Viewer for Windows XP for viewing certain raw image files. [22]

Customization and usability improvements

Text Services Framework

The Text Services Framework (TSF), is a COM framework and API introduced in Windows XP that supports advanced text input and text processing. The Text Services Framework is designed to offer advanced language and word processing features to applications. It supports features such as multilingual support, keyboard drivers, handwriting recognition, speech recognition, as well as spell checking and other text and natural language processing functions. It is also downloadable for older Windows operating systems. [33]

The Language Bar is the core user interface for Text Services Framework. The language bar enables text services to add UI elements to the toolbar and enables these elements when an application has focus. From the Language Bar, users can select the input language, and control keyboard input, handwriting recognition and speech recognition. The language bar also provides a direct means to switch between installed languages, even when a non-TSF-enabled application has focus.

Performance and kernel improvements

The Windows XP kernel is completely different from the kernel of the Windows 9x/Me line of operating systems. Although an upgrade of the Windows 2000 kernel, there are major scalability, stability and performance improvements, albeit transparent to the end user. [34] [35]

Processor support

Windows XP includes simultaneous multithreading (hyperthreading) support. Simultaneous multithreading is a processor's ability to process more than one data thread per core at a time.

Memory management

Windows XP supports a larger system virtual address space—1.3 GBof which the contiguous virtual address space that can be used by device drivers is 960 MB. The Windows XP Memory Manager is redesigned to consume less paged pool, allowing for more caching and greater availability of paged pool for any component that needs it.

The total size of memory-mapped files in Windows 2000 was limited because the memory manager allocated the Prototype Page Table entries (PPTEs) for the entire file, even if an application created mapped views to only parts of the file. In Windows XP, the Prototype PTEs are only allocated when required by an application, allowing larger mapped files. A benefit of this, for example, is in case of making backups of large files on low memory systems. The paged pool limit of 470 MB has been lifted from the Memory Manager in Windows XP, with unmapped views dynamically reusable by the memory manager depending on pool usage.

Memory pages in working sets are trimmed more efficiently for multiprocessor systems depending on how recently they were accessed. Lock contention is reduced, as a number of unnecessary locks used in resource synchronizations (RAM allocation and mapping through Address Windowing Extensions, system page table entries, charging non-paged/paged pool quotas, charging commitment of pages) have been removed. The dispatcher lock contention has been reduced and the Page Frame Number (PFN) lock has been optimized for increased parallelism and granularity. Windows XP uses push locks on the event synchronization object if there is no contention as they support shared and exclusive acquisition. Push locks protect handle table entries in the Executive, and in the Object Manager (to protect data structures and security descriptors) and Memory Manager (to protect AWE-related locks). Windows XP uses the SYSENTER/SYSEXIT mechanisms which require fewer clock cycles to transition to and from user mode to kernel mode to speed up system calls.

The kernel page write protection limit in Windows XP is enabled on systems up to 256 MB of RAM beyond which large pages are enabled for increased address translation performance.

Windows XP introduces the CreateMemoryResourceNotification function which can notify user mode processes of high or low memory availability so applications can allocate more memory or free up memory as necessary. [36]

Registry

In versions of Windows prior to Windows XP, the registry size was limited to 80% of the paged pool size. In Windows XP, the registry is reimplemented outside of the paged pool; the registry hives are memory mapped by the Cache Manager into the system cache, eliminating the registry size limit. The registry size is now limited only by the available disk space. The System hive still has a maximum size, but it has been raised from 12 MB to 200 MB, eliminating the issue previous Windows versions faced [37] of being unable to boot because of a large or fragmented System hive. The Configuration Manager has been updated to minimize the registry's memory footprint and lock contention, reduce fragmentation and thus page faults when accessing the registry, and improved algorithms to speed up registry query processing. An in-memory security cache eliminates redundant security descriptors.

Debugging

Windows XP supports cross user session debugging, attaching the debugger to a non-crashing user-mode program, dumping the process memory space using the dump command, and then detaching the debugger without terminating it. Debugging can be done over a FireWire port and on a local system. The debug heap can be disabled and the standard heap be used when debugging.

Vectored Exception Handling

Windows XP introduces support for Vectored Exception Handling. Vectored Exception Handling is made available to Windows programmers using languages such as C++ and Visual Basic. VEH does not replace Structured Exception Handling (SEH), rather VEH and SEH coexist with VEH handlers having priority over SEH handlers. Compared with SEH, VEH works more like a traditional notification callback scheme.

Applications can intercept an exception by calling the AddVectoredExceptionHandler API to watch or handle all exceptions. Vectored handlers can be chained in order in a linked list and they aren't tied to the stack frame, so they can be added anywhere in the call stack unlike SEH's try/catch blocks.

Heap

Heap leak detection can be enabled when processes exit and a debugger extension can be used to investigate leaks. Also introduced is a new heap performance-monitoring counter. Windows XP introduces a new low fragmentation heap policy (disabled by default) which allocates memory in distinct sizes for blocks less than 16KB to reduce heap fragmentation. The Low Fragmentation Heap can be enabled by default for all heaps using the LFH Heap Enabler utility. [38]

I/O

There are new APIs for IRP cancellation and registering file system filter callbacks to intercept the OS fast I/O functions. In low memory conditions, "must succeed" calls are denied, causing a slowdown but preventing a bug check. I/O is throttled to fetch only one memory page at a time increasing overall scalability.

File System

Windows XP includes NTFS 3.1, which expands the Master File Table (MFT) entries with a redundant MFT record number, useful for recovering damaged MFT files. The NTFS conversion utility, Convert.exe, supports a new /CvtArea switch so that the NTFS metadata files can be written to a contiguous placeholder file, resulting in a less fragmented file system after conversion. NTFS 3.1 also supports symbolic links although there are no tools or drivers shipped with Windows XP to create symbolic links. [39]

Windows XP introduces the ability to mount NTFS read-only volumes. There are new APIs to preserve original short file names, to retrieve a list of mount points (drive letters and mounted folder paths) for the specified volume, and to enable applications to create very large files quickly by setting the valid data length on files without force-writing data with zeroes up to the VDL (SetFileValidData function). For instance, this function can be used to quickly create a fixed size virtual machine hard disk. [40] The default access-control lists for newly created files are read-only for the Users group and write permissions are given only to the Administrators group, the System account and the owner.

Faster boot and application launch

The ability to boot in 30 seconds was a design goal for Windows XP, and Microsoft's developers made efforts to streamline the system as much as possible; The Logical Prefetcher is a significant part of this; it monitors what files are loaded during boot, optimizes the locations of these files on disk so that less time is spent waiting for the hard drive's heads to move and issues large asynchronous I/O requests that can be overlapped with device detection and initialization that occurs during boot. The prefetcher works by tracing frequently accessed paged data which is then used by the Task Scheduler to create a prefetch-instructions file at %WinDir%\Prefetch. Upon system boot or the launch of an application, any data and code in the trace that is not already in memory is prefetched from the disk. The previous prefetching results determine which scenario benefited more and what should be prefetched at the next boot or launch. The prefetcher also uses the same algorithms to reduce application startup times. To reduce disk seeking even further, the Disk Defragmenter is called in at idle time to optimize the layout of these specific files and metadata in a contiguous area. Boot and resume operations can be traced and analyzed using Bootvis.exe.

Logon and logoff changes

Windows XP includes a Fast Logon Optimization feature that performs logon asynchronously without waiting for the network to be fully initialized if roaming user profiles are not set up. [41] Use of cached credentials avoids delays when logging on to a domain. Group Policy is applied in the background, and startup or logon scripts execute asynchronously by default.

Windows XP reconciles local and roaming user profiles using a copy of the contents of the registry. The user is no longer made to wait as in Windows 2000 until the profile is unloaded. Windows XP saves locked registry hives with open keys after 60 seconds so that roaming profile changes can be saved back to the server. The problem left is that the computer cannot recover the memory the profile uses until it can be unloaded. To make sure the user profiles are completely reconciled correctly during logoff, Microsoft has released the User Profile Hive Cleanup service for Windows XP, which they later included in Windows Vista. [42]

User data and settings management

Roaming user profiles

Windows XP offers enhancements for usability, resilience against corruption and performance of roaming user profiles. [43] There are new Group Policies to prevent propagation of roaming user profile changes to the server, give administrators control over users' profile folders and preventing the use of roaming user profiles on specific computers. To accommodate the scenario where an older profile would overwrite a newer server profile due to Windows XP's Fast Logon feature, Windows XP ensures in such a situation that the user registry hive is copied from the server to the local profile.

Deletion of profiles marked for deletion at the next logoff does not fail for locked profiles. For workgroup computers, Windows XP no longer deletes the profiles of users belonging to the Guests group.

Offline Files

Windows XP includes some changes to the behavior of Offline Files. The Offline Files Client-Side Cache can now be encrypted with Encrypting File System. Shared folders from DFS namespaces can be made available offline. [44] Also, roaming user profiles can be synchronized with the server even if Offline Files has marked the server as unavailable. [45]

Folder Redirection

Beginning with Windows XP, folders redirected to the network are automatically made available offline using Offline Files, although this can optionally be disabled through Group Policy.

For older Windows NT 4.0 and earlier systems with legacy directory structure, Windows XP allows redirecting the My Documents folder to their home directory.

Reliability improvements

System Restore

In Windows XP, there are some improvements made to System Restore compared to Windows Me. [46] System Restore uses a copy-on-write file system filter driver for taking snapshots. In Windows XP, System Restore is configurable per volume and the data stores are also stored per volume. On NTFS volumes, the Restore Points are stored using NTFS compression and protected using ACLs. A Disk Cleanup handler allows deleting all but the most recent Restore Point. Besides the Registry hives and system files, COM+ and WMI databases and the IIS metabase can also be restored. System Restore supports Group Policy. System Restore in Windows XP also works without issues with EFS-encrypted files.

Automated System Recovery

Automated System Recovery is a feature that provides the ability to save and restore Windows and installed applications, the system state, and critical boot and system files from a special backup instead of a plain reinstall. [47] ASR consists of two components - backup and restore. The Backup portion located in NTBackup backs up the system state (Windows Registry, COM+ class registration database, Active Directory and the SYSVOL directory share), and the volumes associated with operating system components required to start Windows after restore as well as their configuration (basic or dynamic). [48] The Restore portion of ASR is accessed by pressing F2 from Windows XP Text mode Setup. [49] Automated System Recovery can even restore programs and device drivers if they are added to the ASR Setup information disk. [50] ASR does not restore data files.

Side-by-side (SxS) assemblies and Application isolation

A common issue in previous versions of Windows was that users frequently suffered from DLL hell, where more than one version of the same dynamically linked library (DLL) was installed on the computer. As software relies on DLLs, using the wrong version could result in non-functional applications, or worse. Windows 98 Second Edition and Windows 2000 partially solved this problem for native code by introducing side-by-side component sharing and DLL/COM redirection. These operating systems allowed loading a private version of the DLL if it was placed in the application's folder by the developer, instead of the system directory and must be registered properly with the system.

Windows XP improves upon this by introducing side-by-side assemblies for COM+ 2.0, .NET, COM classic, and Win32 components (C Runtime, GDI+, Common Controls). The technology keeps multiple digitally signed versions of a shared DLL in a centralized WinSxS folder and runs them on demand to the appropriate application keeping applications isolated from each other and not using common dependencies. Manifests and the assembly version number are used by the OS loader to determine the correct binding of assembly versions to applications instead of globally registering these components. To achieve this, Windows XP introduces a new mode of COM object registration called Registration-free COM (or RegFree COM). It allows Component Object Model (COM) components to store activation metadata and CLSID ( Class ID) for the component without using the registry. Instead, the metadata and CLSIDs of the classes implemented in the component are declared in an assembly manifest (described using XML), stored either as a resource in the executable or as a separate file installed with the component. [51] This allows multiple versions of the same component to be installed in different directories, described by their own manifests, as well as XCOPY deployment. [52]

During application loading, the Windows loader searches for the manifest. [53] If it is present, the loader adds information from it to the activation context [52] When the COM class factory tries to instantiate a class, the activation context is first checked to see if an implementation for the CLSID can be found. Only if the lookup fails is the registry scanned. [52]

Windows Error Reporting

Windows Error Reporting collects and offers to send post-error debug information (a memory dump) using the internet to the developer of an application that crashes or stops responding on a user's desktop. No data is sent without the user's consent. When a dump (or other error signature information) reaches the Microsoft server, it is analyzed and a solution is sent back to the user if one is available. Windows Error Reporting runs as a Windows service and can optionally be entirely disabled. Software and hardware manufacturers may access their error reports using Microsoft's Winqual program. [54] Software and hardware manufacturers can also close the loop with their customers by linking error signatures to Windows Error Reporting Responses. This allows distributing solutions as well as collecting extra information from customers (such as reproducing the steps they took before the crash) and providing them with support links.

Device Driver Rollback

On old versions of Windows, when users upgrade a device driver, there is a chance the new driver is less stable, efficient or functional than the original. Reinstalling the old driver can be a major hassle and to avoid this quandary, Windows XP keeps a copy of an old driver when a new version is installed. If the new driver has problems, the user can return to the previous version. This feature does not work with printer drivers. [55]

Other driver enhancements

Application compatibility

As Windows XP merged the consumer and enterprise versions of Windows, it needed to support applications developed for the popular and consumer-oriented Windows 9x platform on the Windows NT kernel. Microsoft addressed this by improving compatibility with application-specific tweaks and shims and by providing tools such as the Application Compatibility Toolkit (AppCompat or ACT) [58] to allow users to apply and automate these tweaks and shims on their own applications. [59] Users can script the Compatibility Layer using batch files. [60] Windows XP Setup also includes a compatibility checker that warns users - before setup begins - of incompatible applications and device drivers or of applications that may need reinstallation. [61]

Media features

Windows Media Player

The RTM release of Windows XP includes Windows Media Player version 8 (officially called Windows Media Player for Windows XP) and Windows Media 8 codecs. Windows Media Player for Windows XP introduced ID3 support for MP3s, editing media information from within the Library, adding lyrics for MP3 or WMA tracks, file name customization when ripping, new visualizations, support for HDCDs, ability to lock down the player in a corporate environment and DVD playback support (when appropriate codecs are installed separately). [62] Windows Media Player also incorporates newer hardware support for portable devices by means of the Media Transfer Protocol and the User-Mode Driver Framework-based Windows Portable Devices API.

Windows Movie Maker

The original RTM release of Windows XP included Windows Movie Maker 1.1 which added non-compressed DV AVI recording of digital video sources. Windows Movie Maker 2 introduced numerous new transitions, effects, titles and credits, a task pane, resizable preview window with dimensions, improved capture and export options, an AutoMovie feature, saving the final video back to tape and custom WMV export profiles. [63]

TV and video capture technologies

Windows XP includes advances in Broadcast Driver Architecture for receiving and capturing analog and digital TV broadcasts complete with signal demodulation, tuning, software de-multiplexing, electronic program guide store, IP data broadcasting etc. [64]

Windows XP includes improved FireWire (IEEE 1394) support (DVCPRO25 525-60 and 625-50) for digital video cameras and audio video devices. [65] It introduces MSTape, a WDM driver for D-VHS and MPEG camcorder devices. [66]

Video playback

DirectShow 8 introduces the Video Mixing Renderer-7 (VMR-7) filter which uses DirectDraw 7 for video rendering, replacing the Overlay Mixer. VMR-7 can mix multiple streams and graphics with alpha blending, allowing applications to draw text (such as closed captions) and graphics (such as channel logos or UI buttons) over the video without flickering, and support compositing to implement custom effects and transitions. [67] VMR-7 also supports source color keying, overlay surface management, frame-stepping and improved multiple-monitor support. VMR-7 features a "windowless mode" for applications to easily host video playback within any window and a "renderless playback mode" for applications to access the composited image before it is rendered. DirectX 9 introduced the VMR-9 which uses Direct3D 9 instead of DirectDraw, allowing developers to transform video images using the Direct3D pixel shaders. [68]

DirectShow 8 includes AVStream, a multimedia class driver for video-only and audio-video kernel streaming.

Other media features

Device support improvements

Windows XP provides new and/or improved drivers and user interfaces for devices compared to Windows Me and 98.

Windows Image Acquisition

Windows XP supports both TWAIN as well as Windows Image Acquisition-based scanners. Windows Image Acquisition in Windows XP adds support for Automatic document feeder scanners, scroll-fed scanners without preview capabilities and multi-page TIFF generation. [69] For WIA video, a Snapshot filter driver is introduced which allows still frames to be captured from the video stream.

The Scanner and Camera Wizard based on Windows Image Acquisition and other common dialogs for WIA devices have been improved in Windows XP to show the media information and metadata, rotate images as necessary, categorize them into subfolders, capture images and video in case of a still or video camera, crop and scan images to a single or multi-page TIFF in case of a scanner. The Picture Transfer Protocol (PTP) implementation has been updated to support all mandatory and optional commands in the PTP standard, and object tree support which allows secondary files associated with a parent file to be grouped and transferred concurrently. [69] Windows Media Player 10 also adds the Media Transfer Protocol for transferring media content from portable devices. Thus, for digital cameras, Windows XP supports acquiring photos using any of either WIA, PTP, USB Mass Storage Class or MTP protocols depending on what the camera manufacturer supports.

CD burning

Windows XP includes technology from Roxio which allows users to directly burn files to a compact disc through Windows Explorer. Previously, end users had to install CD burning software. In Windows XP, CD and DVD-RAM (FAT32 only for DVD-RAM) burning has been directly integrated into the Windows interface. Data discs are created using the Joliet and ISO 9660 file systems and audio CDs using the Redbook standard. [70] To prevent buffer underrun errors, Windows XP premasters a complete image of files to be burnt and then streams it to the disc burner. [70] Users can burn files to a CD in the same way they write files to a floppy disk or to the hard drive via standard copy-paste or drag and drop methods. The burning functionality is also exposed as an API called the Image Mastering API. Windows XP's CD burning support does not do disk-to-disk copying or disk images, although the API can be used programmatically to do these tasks. Creation of audio CDs is integrated into Windows Media Player. Audio CDs are burnt using track-at-once mode. [70] CD-RW discs can be quick erased.

API support can be added to Windows XP for burning DVDs and Blu-ray Discs (Mastered-style burning and UDF) on write-once and rewritable DVD and Blu-ray media by installing the Windows Feature Pack for Storage which upgrades IMAPI to version 2. [71] [72] Note that this does not add DVD or Blu-ray burning features to Windows Explorer but third-party applications can use the APIs to support DVD and Blu-ray burning.

Power management

Audio hardware support

Other hardware and driver improvements

System administration

Windows Script Host 5.6

Windows XP includes Windows Script Host 5.6, a major update to the WSH environment, which includes an improved object model to reduce boilerplate code, stronger security and several other improvements. [86]

A new XML-based file format, the Windows Script File format (.WSF) has been introduced besides .VBS and .JS which can store in an XML node in the same file, extra information besides script code, such as digital signature blocks, runtime directives or instructions to import external code. [86] The WSF schema can include jobs wrapped each by a unique <job> tag and an outer <package> tag. Tags in a WSF file allow including external files, importing constants from a TLB, or storing the usage syntax in the <Runtime> element and displaying it using the new ShowUsage method, or when invoked by the /? switch. [86] The WSF format also supports hosting multiple WSH scripting languages, including cross function-calls. The WshShell object now supports a 'CurrentDirectory' read-write method. [86]

Scripts can now be digitally signed as well as verified programmatically using the Scripting.Signer object in a script itself, provided a valid certificate is present on the system. [86] Alternatively, the signcode tool from the Platform SDK, which has been extended to support WSH filetypes, may be used at the command line. [87] The VerifyFile method can be used to authenticate the embedded signature's validity and check the script for modifications after signing. WSH can thus decide whether or not to execute the script after verification. [86] Code stored in an in-memory string can also be signed by using the Sign method. The signature block is stored in a commented section in the script file for backward compatibility with older WSH versions. [86]

By using Software Restriction Policies supported in Windows XP and later, a system may also be configured to execute only those scripts which have been digitally signed, thus preventing the execution of untrusted scripts. [88]

Local scripts can also run on a remote machine with the new WScript.WshController object, which is powered by DCOM. [86] Remote WSH can be enabled through a Group Policy Administrative Template or registry. [86] Remote scripts always run through wscript and are loaded into the remote machine's Server process so they run non-interactively by default, but can be configured using DCOMCNFG to run in a security context that allows them to display the user interface. [86] When the WSH automation server loads, an instance of the WshRemote object is created but the script runs only after calling the Execute method. [86] Any external files called by the remote script must be located on the remote machine in the directory path specified by the Exec method. The remote script can be monitored by using the Status property. [86]

WSH 5.6 introduces the Exec method for the WshShell object to execute command-line console applications and has access to the standard I/O streams (StdIn, StdOut, and StdErr) of the spawned process. [86]

In earlier versions of Windows Script, to use arguments, one had to access the WshArguments collection object which could not be created externally and required that the person running the script know the order of the arguments, and their syntax and values. [89] WSH 5.6 introduces named arguments on the command line which follow a /string:value or boolean convention defined in 'Runtime' tag and are recognized irrespective of their order on the command line. Named arguments are grouped in the Named collection object and have the usual methods like Item, Count, Length as well as an Exists method. [86] The 'ShowUsage' method for the WshArguments object mentioned earlier shows the argument information in a message box. [86]

Windows XP includes a ScriptPW.Password COM automation object, implemented in the scriptpw.dll file which can be used to mask sensitive information like passwords from command line scripts. [86]

Remote Desktop

Users can log into Windows XP Professional remotely through the Remote Desktop service. It is built on Terminal Services technology (RDP), and is similar to "Remote Assistance", but allows remote users to access local resources such as printers. [90] Any Terminal Services client, a special "Remote Desktop Connection" client, or a web-based client using an ActiveX control may be used to connect to the Remote Desktop. [91] (Remote Desktop clients for earlier versions of Windows, Windows 95, Windows 98 and 98 Second Edition, Windows Me, Windows NT 4.0, or Windows 2000 have been made available by Microsoft. [92] This permits earlier versions of Windows to connect to a Windows XP system running Remote Desktop, but not vice versa.)

There are several resources that users can redirect from the remote server machine to the local client, depending upon the capabilities of the client software used. For instance, "File System Redirection" allows users to use their local files on a remote desktop within the terminal session, while "Printer Redirection" allows users to use their local printer within the terminal session as they would with a locally or network shared printer. "Port Redirection" allows applications running within the terminal session to access local serial and parallel ports directly, and "Audio" allows users to run an audio program on the remote desktop and have the sound redirected to their local computer. The clipboard can also be shared between the remote computer and the local computer. The RDP client in Windows XP can be upgraded to 7.0. The Remote Desktop Web Connection component of Internet Information Services 5.1 also allows remote desktop functionality over the web through an ActiveX control for Internet Explorer. [93]

Remote Assistance

Remote Assistance allows a Windows XP user to temporarily take over a remote Windows XP computer over a network or the Internet to resolve issues. [94] [95] As it can be a hassle for system administrators to personally visit the affected computer, Remote Assistance allows them to diagnose and possibly even repair problems with a computer without ever personally visiting it. Remote Assistance allows sending invitations to the support person by email, Windows Messenger or saving the invitation as a file. The computer can be controlled by both, the support person connecting remotely as well as the one sending the invitation. Chat, audio-video conversations and file transfer are available.

Fast user switching and Welcome Screen

Windows XP introduces Fast User Switching [96] and a more end user friendly Welcome Screen with a user account picture which replaces the Classic logon prompt. Fast user switching allows another user to log in and use the system without having to log out the previous user and quit his or her applications. Previously (on both Windows Me and Windows 2000) only one user at a time could be logged in (except through Terminal Services), which was a serious drawback to multi-user activity. Fast User Switching, like Terminal Services, requires more system resources than having only a single user logged in at a time and although more than one user can be logged in, only one user can be actively using their account at a time. This feature is not available when the Welcome Screen is turned off, such as when joined to a Windows Server Domain or with Novell Client installed. [95] [97] Even when the Welcome screen is enabled, users can switch to the Classic logon by pressing Ctrl+Alt+Del twice at the Welcome screen. [98]

Windows Installer

Windows XP introduced Windows Installer (MSI) 2.0. Windows Installer 2.0 brought major improvements such as installation and management of side by side and CLR assemblies, sandboxing MSI custom actions, improved event logging and hiding sensitive information in log files, per-user program isolation, digital signatures, improved patching (more robust patch conflict resolution and reduced unnecessary unversioned file copying and source prompts), Terminal Server support and integration with System Restore and Software Restriction Policies. [99] Windows XP can be updated to Windows Installer 4.5. [100]

Disk Defragmenter

Windows Disk Defragmenter was updated to alleviate several restrictions. [36] It no longer relies on the Windows NT Cache Manager, which prevented the defragmenter from moving pieces of a file that cross a 256 KB boundary within the file. All parts of a stream including the cluster boundary for non-compressed files, reparse points, bitmaps, and attribute_lists, NTFS metadata files, EFS-encrypted files and the NTFS Master File Table can be defragmented. The defragmenter supports NTFS volumes with cluster sizes larger than 4 kilobytes. A command-line tool, defrag.exe, has been included, providing access to the defragmenter from cmd.exe and Task Scheduler. Users who are members of the Power Users group can schedule defragmentation.

Windows Task Manager

Windows Task Manager incorporates a number of improvements in Windows XP. It has been updated to display process names longer than 15 characters in length on the Processes tab, which used to be truncated in Windows 2000. [101] Session ID and User name columns have been added on the Processes tab. The Delete key can also be used to terminate processes on the Processes tab. A new Networking tab shows statistics relating to each of the network adapters present in the computer. By default the adapter name, percentage of network utilization, link speed and state of the network adapter are shown, along with a chart of recent activity. More options can be shown by choosing Select columns... from the View menu. The Users tab shows all users that currently have a session on the computer. On server computers there may be several users connected to the computer using Terminal Services. There may also be multiple users logged onto the computer at one time using Fast User Switching. Users can be disconnected or logged off from this tab. A Shutdown menu has been introduced that allows access to Standby, Hibernate, Turn off, Restart, Log Off and Switch User. Holding down Ctrl while clicking New Task opens a command prompt.

WMI

Command-line tools

Windows XP includes new command-line tools and WMI-based scripts: [103] [104]

Other management features

Security features

Data Protection API hardening

In Windows 2000, an NTLM hash of the user's password was a requirement which technically allowed a potential malefactor to decrypt the Master Key and the NTLM hash directly from the Security Accounts Manager database. [113] Windows XP improves DPAPI security by encrypting the Master Key using an SHA1 hash of the password. [113] This also improves the security of data encrypted with Encrypting File System.

PKI support

Windows XP PKI supports cross-certification and Bridge CA scenarios. User-type certificates can be auto-enrolled and renewed. [114] Certificate requests for issuing new certificates or renewing expired ones can be pending until administrator approval or until issued by the certificate authority and once approved, they install automatically. Root CA certificates now also auto-update via Microsoft Update. Windows XP also supports delta CRLs (CRLs whose status has changed since the last full base compiled CRL) and base64-encoded CRLs for revocation checking and will use them by default. Windows XP can enroll version 2 certificate templates which have many configurable attributes.

Smart cards can be used to log into terminal server sessions (when connecting to a Windows Server 2003 or higher Terminal Server), with CAPICOM or with system tools such as net.exe and runas.exe. There are also numerous improvements to certificate status checking, chain building and revocation checking, path validation and discovery. [115]

Encrypting File System

Windows XP includes several Encrypting File System improvements [116] The most notable improvement is that multiple user accounts can share access to encrypted files on a file-by-file basis. A Details button in the Advanced file attributes dialog in the file's properties allows adding or removing additional users who can access the EFS-encrypted file, and viewing the certificate thumbprint and the Data Recovery Agent account. EFS certificates are autoenrolled in the CA and there is support for revocation checking on certificates used when sharing encrypted files. Unlike Windows 2000, there is no default local Data Recovery Agent and no requirement to have one, although a self-signed certificate for the recovery agent can be generated using cipher.exe.

The DPAPI Master Key can be protected using a domain-wide public key. A stronger FIPS 140-1 compliant algorithm such as 3DES can be used. Windows XP also warns the user if the EFS encrypted files are being copied to a file system such as FAT or unsupported location which does not support EFS, and thus the file is going to get decrypted.

Windows XP can also encrypt files on a remote server with NTFS if the server is trusted for delegation in Active Directory and the user's certificate and private key are loaded in the local profile on the server. If a roaming user profile is used, it will be copied locally. On a WebDAV server mapped by a drive letter, Windows XP can encrypt the file locally and transport it as a raw encrypted file to the WebDAV server using the HTTP PUT command. Similarly, EFS encrypted files can be downloaded raw from the WebDAV and decrypted locally. The command line utilities cipher, copy and xcopy have been updated in Windows XP. EFS can also be completely disabled in Windows XP through Group Policy (for a domain) or through the registry (for a non-domain computer).

For faster cache validation, the time for how long the user session key and certificate chain are cached can be adjusted. [117]

Password Reset Wizard

Starting with Windows XP, a password reset disk can be created using the Forgotten Password wizard. This disk can be used to reset the password using the Password Reset Wizard from the logon screen. The user's RSA private key is backed up using an offline public key whose matching private key is stored in one of two places: the password reset disk (if the computer is not a member of a domain) or in Active Directory (if it is a member of a domain). An attacker who can authenticate to Windows XP as LocalSystem still does not have access to a decryption key stored on the PC's hard drive. If the password is reset, the DPAPI master key is deleted and Windows XP blocks all access to the EFS encrypted files to prevent offline and rogue attacks and protect the encrypted files. If the user changes the password back to the original password, EFS encrypted files can be recovered. [118]

Credential Manager

Windows XP prompts for credentials upon authentication errors and allows saving those that use Integrated Windows Authentication to a secure roaming keyring store protected by the Data Protection API. Saved credentials can be managed from the Stored User Names and Passwords item in the User accounts control panel. If a certificate authority is present, then users can a select an X.509 certificate when prompted for credentials. When that same resource is accessed again, the saved credentials will be used. Remote access/VPN connections also create temporary credentials in the keyring to make the experience seamless. Credential Manager also exposes an API for Single Sign On.

Software Restriction Policies

Windows XP introduces Software Restriction Policies and the Safer API [119] [120] By use of Software Restriction Policies, a system may be configured to execute or install only those applications and scripts which have been digitally signed or have a certain trust level, thus preventing the execution of untrusted programs and scripts. Administrators can define a default rule using the Local Security Policy snap-in, and exceptions to that rule. The types of rules include: Hash Rule, Path Rule, Certificate Rule and Zone Rule which identify a file by its hash, path, software publisher's certificate or Internet Explorer-zone respectively. For example, an ActiveX control can be restricted to run only for a particular domain by specifying a certificate rule-based software restriction policy.

Other security and privacy features

Networking and communication features

Wi-Fi networks

Windows 2000 wireless support did not support seamless roaming and auto-configuration. Windows XP's Wireless Zero Configuration service supports automatic wireless network configuration with re-authentication when necessary thus providing seamless roaming capability and setting the preferred order of connections. In the absence of a wireless access point, Windows XP can set up an ad hoc wireless network. There is native support for WPA and WPA2 authentication in infrastructure networks with the latest service packs and/or updates applied. Windows XP includes a Wireless Network Setup Wizard which supports the Windows Connect Now: USB Flash Drive (WCN-UFD) method to ease setting up the wireless network for inexperienced users.

Windows XP can connect to hotspots created using Wireless Provisioning Services. [124]

Internet Connection Sharing

In Windows XP, Internet Connection Sharing is integrated with UPnP, allowing remote discovery and control of the ICS host. It has a Quality of Service Packet Scheduler component. [125] When an ICS client is on a relatively fast network and the ICS host is connected to the internet through a slow link, Windows may incorrectly calculate the optimal TCP receive window size based on the speed of the link between the client and the ICS host, potentially affecting traffic from the sender adversely. The ICS QoS component sets the TCP receive window size to the same as it would be if the receiver were directly connected to the slow link.

Internet Connection Sharing also includes a local DNS resolver in Windows XP to provide name resolution for all network clients on the home network, including non-Windows-based network devices. ICS is also location-aware, that is, when connected to a domain, the computer can have a Group Policy to restrict the use of ICS but when at home, ICS can be enabled.

Quality of Service for modems and remote access

When multiple applications are accessing the internet simultaneously without any QoS and the connection isn't fast enough, the TCP receive window size is set to the full window of data in transit that the first application uses in the connection until a steady state is reached. Subsequent connections made by other applications will take much longer to reach an optimal window size and the transmission rate of the second or third application will always be lower than that of the application that established the connection first. On such slow links, the QoS component in Windows XP automatically enables a Deficit round robin scheduling scheme, which creates a separate queue for each application and services these queues in a round-robin fashion. [125]

IPv6 support

IPv6 has to be installed and configured from the command line using the netsh interface ipv6 context as there is no GUI support. After the network interface's link-local address is assigned, stateless autoconfiguration for local and global addresses can be performed by Windows XP. Static IPv6 addresses can be assigned if there is no IPv6 router on the local link. Transition mechanisms such as manually configured tunnels and 6to4 can be set up. Privacy extensions are enabled and used by default. 6to4 is automatically activated for public IPv4 addresses without a global IPv6 address. Other types of tunnels can be set up include: 6over4, Teredo, ISATAP, PortProxy. Teredo also helps traverse cone and restricted NATs. Teredo host-specific relay is enabled when a global IPv6 address has been assigned, otherwise Teredo client functionality is enabled.

The Windows XP DNS resolver can only make DNS queries using IPv4, it does not use IPv6 itself as a transport to make the query. [126] However, when a DNS query sends back both IPv4 and IPv6 resource records, IPv6 addresses are preferred. Windows XP does not support DHCPv6 and PPPv6/IPv6CP. An open source DHCPv6 implementation called Dibbler is available, [127] although stateless autoconfiguration largely makes it unnecessary.

Background Intelligent Transfer Service

Windows XP includes the Background Intelligent Transfer Service, a Windows service that facilitates prioritized, throttled, and asynchronous transfer of files between machines using idle network bandwidth. BITS will only transfer data whenever there is bandwidth which is not being used by other applications, for example, when applications use 80% of the available bandwidth, BITS will use only the remaining 20%. BITS constantly monitors network traffic for any increase or decrease in network traffic and throttles its own transfers to ensure that other foreground applications (such as a web browser) get the bandwidth they need. BITS also supports resuming transfers in case of disruptions. BITS version 1.0 supports only downloads. From version 1.5, BITS supports both downloads and uploads. Uploads require the IIS web server, with BITS server extension, on the receiving side.

Windows XP components such as Windows Update use BITS to download updates so only idle bandwidth is used to download updates and downloading can be resumed in case network connectivity is interrupted. BITS uses a queue to manage file transfers and downloads files on behalf of requesting applications asynchronously, i.e., once an application requests the BITS service for a transfer, it will be free to do any other job, or even terminate. The transfer will continue in the background as long as the network connection is there and the job owner is logged in. BITS supports transfers over both HTTP and HTTPS. If a network application begins to consume more bandwidth, BITS decreases its transfer rate to preserve the user's interactive experience, except for Foreground priority downloads. BITS is exposed through Component Object Model (COM), making it possible to use with virtually any programming language.

Faxing

Windows XP has a Fax Console to manage incoming, outgoing and archived faxes and settings. The Fax Monitor only appears in the notification area when a fax transmission or reception is in progress. If manual reception of faxes is enabled, it appears upon an incoming fax call. Archived faxes open in Windows Picture and Fax Viewer in TIFF format. Upon installing Microsoft Outlook, the Fax Service automatically switches from the Windows Address Book to using Outlook's Address Book.

Windows XP introduces the Fax Service Extended COM API for application developers to incorporate fax functionality. [128]

Windows Peer-to-Peer Networking

The Advanced Networking Pack, later made part of SP2 introduced Peer-to-Peer Networking and the Peer Name Resolution Protocol (PNRP) to Windows XP. It operates over IPv6. The P2P architecture in Windows XP consists of the following components:

PNRP : This provides dynamic name publication and resolution of names to endpoints. PNRP is a distributed name resolution protocol allowing Internet hosts to publish "peer names" and corresponding IPv6 addresses and optionally other information. Other hosts can then resolve the peer name, retrieve the corresponding addresses and other information, and establish peer-to-peer connections.

With PNRP, peer names are composed of an "authority" and a "qualifier". The authority is identified by a secure hash of an associated public key, or by a place-holder (the number zero) if the peer name is "unsecured". The qualifier is a string, allowing an authority to have different peer names for different services. [129]

If a peer name is secure, the PNRP name records are signed by the publishing authority, and can be verified using its public key. Unsecured peer names can be published by anybody, without possible verification. Multiple entities can publish the same peer name. For example, if a peer name is associated with a group, any group member can publish addresses for the peer name. Peer names are published and resolved within a specified scope. The scope can be a local link, a site (e.g. a campus), or the whole Internet.

Graphing: PNRP also allows creating an overlay network called a Graph. Each peer in the overlay network corresponds to a node in the graph. Nodes are resolved to addresses using PNRP. All the nodes in a graph share book-keeping information responsible for the functioning of the network as a whole. For example, in a distributed resource management network, which node has what resource needs to be shared. Such information is shared as Records, which are flooded to all the peers in a graph. Each peer stores the Record to a local database. A Record consists of a header and a body. The body contains data specific to the application that is using the API; the header contains metadata to describe the data in the body as name-value pairs serialized using XML, in addition to author and version information. It can also contain an index of the body data, for fast searching. A node can connect to other nodes directly as well, for communication that need not be shared with the entire Graph.

Grouping: The Peer-to-Peer API also allows creation of a secure overlay network called a Group, consisting of all or a subset of nodes in a Graph. A Group can be shared by multiple applications, unlike a Graph. All peers in a Group must be identifiable by a unique named, registered using PNRP, and have a digital signature certificate termed as Group Member Certificate (GMC). All Records exchanged are digitally signed. Peers must be invited into a Group. The invitation contains the GMC that enables it to join the group. [130]

Simple File Sharing

Windows XP introduces a more simplified form of sharing files with local users in a multi-user environment and over the network called Simple File Sharing. Simple File Sharing which is enabled by default for non-domain joined computers, disables the separate Security tab used to set advanced ACLs/permissions and enables a common interface for both - permissions on file system folders and sharing them. [131] With Simple File Sharing enabled, the My Documents folder or its subfolders can only be read and written to by its Owner and by local Administrators. [131] It is not shared on the network. By checking the Make this folder private option in its Properties, local Administrators are also denied permissions to the My Documents folder. [131] For sharing files with other user accounts on the same computer when Simple File Sharing is enabled, Windows XP includes the Shared Documents folder.

Simple File Sharing disables granular local and network sharing permissions. It shares the item with the Everyone group on the network with read only or write access, without asking for a password but forcing Guest user permissions. [132]

WebDAV mini-redirector

In Windows XP, a "WebDAV mini-redirector" has been added which is preferred over the old Web folders client, by default. This newer client works as a system service at the network-redirector level (immediately above the file-system), allowing WebDAV shares to be assigned to a drive letter and used by any software, even through firewalls and NATs. Applications can open remote files on HTTP servers, edit the file, and save the changes back to the file (if the server allows). The redirector also allows WebDAV shares to be addressed via UNC paths (e.g. http://host/path/ is converted to \\host\path\) for compatibility with Windows filesystem APIs. The WebDAV mini-redirector is known to have some limitations in authentication support. [133]

Other networking features

Other features

New downloadable features

Although Windows XP did not ship with the following major Windows features out-of-the-box, these new features can be added to Windows XP by downloading these components which were incorporated in later versions of Windows.

Later versions

Beginning with Windows XP SP2, the audio volume taper is stored in the registry for on-screen keyboard and remote control applications and can be customized by third parties, [151] and Internet Explorer has improved Group Policy settings support beyond security settings. (KB918997) for Windows XP SP2 and Windows XP SP3 add a Wireless LAN API for developers to create wireless client programs and manage profiles and connections. There is IEEE 802.1X support for wireless and wired connections. In case, a PKI is not available to issue certificates for a VPN connection, there is support for preshared key for IKE authentication. [152] With KB912761 for Windows XP SP2 or on Windows XP SP3, users can configure whether EFS generates a self-signed certificate when a certificate authority is unavailable. Windows Firewall beginning with Windows XP SP2 also supports IPv6 stateful filtering. Applications and tools such as the Telnet client, FTP client, ping, nslookup, tracert, DNS resolver, file and print sharing, Internet Explorer, IIS have been updated to support IPv6. Windows XP SP1 and greater support the downloadable WIA Library v2.0 which provides access to WIA functionality through programming languages and scripting environments that support OLE Automation.

Service Pack 1

USB 2.0 support

Beginning with Windows XP Service Pack 1, generic USB 2.0 Enhanced Host Controller Interface drivers are installed. [155] Windows XP also adds support for USB device classes such as Bluetooth, USB video device class, imaging (still image capture device class) and Media Transfer Protocol with Windows Media Player 10. [156]

For mass storage devices, Windows XP introduces hardware descriptors to distinguish between various storage types so that the operating system can set an appropriate default write caching policy. [157] For example, for USB devices, it disables write caching by default so that surprise removal of these devices do not cause data loss. Device Manager provides a configuration setting whether to optimize devices for quick removal or for performance.

FireWire (IEEE 1394) support

Windows XP includes FireWire 800 support (1394b) beginning with Service Pack 1. [158]

As mentioned in the above section, Windows XP includes improved support for FireWire cameras and audio video devices. [65] S/PDIF audio and MPEG-2 video streams are supported across FireWire from audio video receivers or set-top boxes, DVD or D-VHS, speakers, or TV transmissions. [65] Windows XP supports the AV/C (IEC 61883 protocol for isochronous real-time data transfer for audio-video applications. [65] Windows XP also allows non-FireWire devices to be exposed as virtual FireWire devices. Direct memory access over the 1394 bus from the host to the target allows kernel debugging over FireWire.

Finally, there is support for TCP/IP networking and Internet Connection Sharing over the IEEE 1394 bus. [159]

Service Pack 2

Bluetooth support

Windows XP Service Pack 2 added native Bluetooth support. The Windows XP Bluetooth stack supports external or integrated Bluetooth dongles attached through USB. [173] Windows XP SP2 and SP3 support Bluetooth 1.1 (but not 1.0), Bluetooth 2.0 and Bluetooth 2.0+EDR. [174] The Bluetooth stack supports the following Bluetooth profiles natively: PAN, SPP, DUN, HID, and HCRP. [173] Third-party stacks may replace the Windows XP stack and may support more profiles or newer versions of Bluetooth.

Data Execution Prevention

Windows XP Service Pack 2 introduced Data Execution Prevention. This feature, present as NX (EVP) in AMD's AMD64 processors and as XD (EDB) in Intel's processors, can flag certain parts of memory as containing data instead of executable code, which prevents overflow errors from resulting in arbitrary code execution. It is intended to prevent an application or service from executing code from a non-executable memory region. This helps prevent certain exploits that store code via a buffer overflow, for example. [175] DEP runs in two modes: hardware-enforced DEP for CPUs that can mark memory pages as nonexecutable, and software-enforced DEP with a limited prevention for CPUs that do not have hardware support. Software-enforced DEP does not protect from execution of code in data pages, but instead from another type of attack (SEH overwrite). Hardware-enforced DEP enables the NX bit on compatible CPUs, through the automatic use of PAE kernel in 32-bit Windows and the native support on 64-bit kernels. Software DEP, while unrelated to the NX bit, is what Microsoft calls their enforcement of "Safe Structured Exception Handling". Software DEP/SafeSEH simply checks when an exception is thrown to make sure that the exception is registered in a function table for the application, and requires the program to be built with it.

If DEP is enabled for all applications, users gain additional resistance against zero-day exploits. But not all applications are DEP-compliant and some will generate DEP exceptions. Therefore, DEP is not enforced for all applications by default in 32-bit versions of Windows and is only turned on for critical system components. Windows XP Service Pack 3 introduces additional NX APIs [176] that allow software developers to enable NX hardware protection for their code, independent of system-wide compatibility enforcement settings. Developers can mark their applications as NX-compliant when built, which allows protection to be enforced when that application is installed and runs. This enables a higher percentage of NX-protected code in the software ecosystem on 32-bit platforms, where the default system compatibility policy for NX is configured to protect only operating system components.

Windows Firewall

Windows XP RTM introduced the Internet Connection Firewall. [177] It was later upgraded to Windows Firewall in Windows XP Service Pack 2 with support for filtering IPv6 traffic as well. [178] [179] By default, Windows Firewall performs stateful packet filtering of inbound solicited or unsolicited traffic on all types of network interfaces (LAN/WLAN, PPPoE, VPN, or dial-up connections). Like Internet Connection Sharing, the firewall has a location-aware policy, meaning it can be disabled in a corporate domain but enabled for a private home network. It has an option to disallow all exceptions which may be useful when connecting to a public network. The firewall can also be used as the edge firewall for ICS clients. When the firewall blocks a program, it displays a notification. Excepted traffic can be specified by TCP/UDP port, application filename and by scope (part of the network from which the excepted traffic originates). It supports port mapping and ICMP. Security log capabilities are included, which can record IP addresses and other data relating to connections originating from the home or office network or the Internet. It can record both dropped packets and successful connections. This can be used, for instance, to track every time a computer on the network connects to a website. Windows Firewall also supports configuration through Group Policy. Applications can use the Windows Firewall APIs to automatically add exceptions.

Windows Security Center

Windows Security Center provides users with the ability to view the status of computer security settings and services. Windows Security Center also continually monitors these security settings, and informs the user via a pop-up notification balloon if there is a problem. The Windows Security Center consists of three major components: A control panel, a Windows Service, and an application programming interface that is provided by Windows Management Instrumentation. The control panel divides the monitored security settings into categories, the headings of which are displayed with color-coded backgrounds. The current state of these settings is determined by the Windows service which starts automatically when the computer starts, and takes responsibility for continually monitoring the system for changes. The settings are made available to the system through a WMI provider. Anti-malware and firewall software vendors can register with the Security Center through the WMI provider. Windows Update settings and status are also monitored and reported.

Service Pack 3

Media Center Edition 2005

See also

Related Research Articles

<span class="mw-page-title-main">Windows 2000</span> Fifth major release of Windows NT, released in 2000

Windows 2000 is a major release of the Windows NT operating system developed by Microsoft and designed for businesses. It was the direct successor to Windows NT 4.0, and was released to manufacturing on December 15, 1999, and was officially released to retail on February 17, 2000 and September 26, 2000 for Windows 2000 Datacenter Server. It was Microsoft's business operating system until the introduction of Windows XP Professional in 2001.

<span class="mw-page-title-main">Windows API</span> Microsofts core set of application programming interfaces on Windows

The Windows API, informally WinAPI, is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. The name Windows API collectively refers to several different platform implementations that are often referred to by their own names. Almost all Windows programs interact with the Windows API. On the Windows NT line of operating systems, a small number use the Native API.

NTLDR is the boot loader for all releases of Windows NT operating system from 1993 with the release of Windows NT 3.1 up until Windows XP and Windows Server 2003. From Windows Vista onwards it was replaced by the BOOTMGR bootloader. NTLDR is typically run from the primary storage device, but it can also run from portable storage devices such as a CD-ROM, USB flash drive, or floppy disk. NTLDR can also load a non NT-based operating system given the appropriate boot sector in a file.

<span class="mw-page-title-main">Windows Registry</span> Database for Microsoft Windows

The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry. The kernel, device drivers, services, Security Accounts Manager, and user interfaces can all use the registry. The registry also allows access to counters for profiling system performance.

<span class="mw-page-title-main">Architecture of Windows NT</span> Overview of the architecture of the Microsoft Windows NT line of operating systems

The architecture of Windows NT, a line of operating systems produced and sold by Microsoft, is a layered design that consists of two main components, user mode and kernel mode. It is a preemptive, reentrant multitasking operating system, which has been designed to work with uniprocessor and symmetrical multiprocessor (SMP)-based computers. To process input/output (I/O) requests, it uses packet-driven I/O, which utilizes I/O request packets (IRPs) and asynchronous I/O. Starting with Windows XP, Microsoft began making 64-bit versions of Windows available; before this, there were only 32-bit versions of these operating systems.

System File Checker (SFC) is a utility in Microsoft Windows that allows users to scan for and restore corrupted Windows system files.

The booting process of Windows NT is the process run to start Windows NT. The process has been changed between releases, with the biggest changes being made with Windows Vista. In versions before Vista, the booting process begins when the BIOS loads the Windows NT bootloader, NTLDR. Starting with Vista, the booting process begins with either the BIOS or UEFI load the Windows Boot Manager, which replaces NTLDR as the bootloader. Next, the bootloader starts the kernel, which starts the session manager, which begins the login process. Once the user is logged in, File Explorer, the graphical user interface used by Windows NT, is started.

Compared with previous versions of Microsoft Windows, features new to Windows Vista are very numerous, covering most aspects of the operating system, including additional management features, new aspects of security and safety, new I/O technologies, new networking features, and new technical features. Windows Vista also removed some others.

The Microsoft Windows operating system supports a form of shared libraries known as "dynamic-link libraries", which are code libraries that can be used by multiple processes while only one copy is loaded into memory. This article provides an overview of the core libraries that are included with every modern Windows installation, on top of which most Windows applications are built.

Windows Vista introduced a number of new I/O functions to the Microsoft Windows line of operating systems. They are intended to shorten the time taken to boot the system, improve the responsiveness of the system, and improve the reliability of data storage.

<span class="mw-page-title-main">Quick Assist</span> Microsoft Windows remote access feature

Quick Assist is a Microsoft Windows feature that allows a user to view or control a remote Windows computer over a network or the Internet to resolve issues without directly touching the unit. It is based on the Remote Desktop Protocol (RDP). It is complemented by Get Help, a feature introduced in Windows 10 that enables the user to contact Microsoft directly but does not allow for remote desktoping or screen sharing.

The booting process of Microsoft Windows varies between different releases.

<span class="mw-page-title-main">Windows Home Server</span> Home server operating system by Microsoft released in 2007

Windows Home Server is a home server operating system from Microsoft. It was announced on 7 January 2007 at the Consumer Electronics Show by Bill Gates, released to manufacturing on 16 July 2007 and officially released on 4 November 2007.

Windows Vista has many significant new features compared with previous Microsoft Windows versions, covering most aspects of the operating system.

Windows Vista contains a range of new technologies and features that are intended to help network administrators and power users better manage their systems. Notable changes include a complete replacement of both the Windows Setup and the Windows startup processes, completely rewritten deployment mechanisms, new diagnostic and health monitoring tools such as random access memory diagnostic program, support for per-application Remote Desktop sessions, a completely new Task Scheduler, and a range of new Group Policy settings covering many of the features new to Windows Vista. Subsystem for UNIX Applications, which provides a POSIX-compatible environment is also introduced.

Remote Desktop Services (RDS), known as Terminal Services in Windows Server 2008 and earlier, is one of the components of Microsoft Windows that allow a user to initiate and control an interactive session on a remote computer or virtual machine over a network connection. RDS was first released in 1998 as Terminal Server in Windows NT 4.0 Terminal Server Edition, a stand-alone edition of Windows NT 4.0 Server that allowed users to log in remotely. Starting with Windows 2000, it was integrated under the name of Terminal Services as an optional component in the server editions of the Windows NT family of operating systems, receiving updates and improvements with each version of Windows. Terminal Services were then renamed to Remote Desktop Services with Windows Server 2008 R2 in 2009.

<span class="mw-page-title-main">Windows Search</span> Desktop search platform by Microsoft

Windows Search is a content index desktop search platform by Microsoft introduced in Windows Vista as a replacement for both the previous Indexing Service of Windows 2000 and the optional MSN Desktop Search for Windows XP and Windows Server 2003, designed to facilitate local and remote queries for files and non-file items in compatible applications including Windows Explorer. It was developed after the postponement of WinFS and introduced to Windows constituents originally touted as benefits of that platform.

Some of the new features included in Windows 7 are advancements in touch, speech and handwriting recognition, support for virtual hard disks, support for additional file formats, improved performance on multi-core processors, improved boot performance, and kernel improvements.

In computing on Microsoft platforms, WoW64 is a subsystem of the Windows operating system capable of running 32-bit applications on 64-bit Windows. It is included in all 64-bit versions of Windows—including Windows XP Professional x64 Edition, IA-64 and x64 versions of Windows Server 2003, as well as x64 versions of Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows Server 2012, Windows 8.1, Windows 10, Windows Server 2016, Windows Server 2019, Windows 11, Windows Server 2022, and Wine. as well as ARM64 versions of Windows 10, Windows 11 and Windows Server 2022, except in Windows Server Server Core where it is an optional component, and Windows Nano Server where it is not included. WoW64 aims to take care of many of the differences between 32-bit Windows and 64-bit Windows, particularly involving structural changes to Windows itself.

References

  1. "What's New in DirectX 9.0".
  2. "HLSL in Direct3D 9.0". Microsoft . Archived from the original on 2010-08-27.
  3. "HOW TO: Use ClearType to Enhance Screen Fonts in Windows XP". Archived from the original on 2015-02-24. Retrieved 2010-11-16.
  4. "ClearType information: Microsoft Typography website". Microsoft . Archived from the original on 2011-08-14. Retrieved 2010-11-16.
  5. "ClearType Tuner PowerToy: Microsoft Typography website". Microsoft . Archived from the original on 2011-07-17. Retrieved 2011-07-18.
  6. "How to Change the Behavior of Taskbar Grouping". Archived from the original on 2011-06-04. Retrieved 2009-09-20.
  7. "Windows Properties". Archived from the original on 2011-09-03. Retrieved 2011-09-05.
  8. "The sort order for files and folders whose names contain numerals is different in Windows Vista, Windows XP, and Windows Server 2003 than it is in Windows 2000". support.microsoft.com. 2007-08-28. Archived from the original on 2010-09-27. Retrieved 2009-07-06.
  9. "PerceivedTypes: MSDN Library shell documentation". 11 January 2008. Archived from the original on 2009-08-02. Retrieved 2009-09-20.
  10. "Windows XP Registry Guide". Microsoft . Archived from the original on 2009-02-20. Retrieved 2009-09-20.
  11. Using Hardware AutoPlay Archived 2010-10-08 at the Wayback Machine , Microsoft, MSDN
  12. Using and Configuring AutoPlay Archived 2011-10-12 at the Wayback Machine , Microsoft, MSDN
  13. "Application Registration: Registering a Perceived Type". Archived from the original on 2013-01-19. Retrieved 2013-12-12.
  14. "HOW TO: View Previously-Opened Folders When You Log On to Windows XP". Archived from the original on 2011-03-17. Retrieved 2011-07-18.
  15. "Infotip Customization: Creating Shell Extension Handlers - MSDN". Archived from the original on 2010-10-23. Retrieved 2010-03-25.
  16. "You Cannot View TIFF Images Using Windows Picture and Fax Viewer". Archived from the original on 2011-03-04. Retrieved 2010-12-07.
  17. 1 2 3 "Windows Picture and Fax Viewer overview". Microsoft . Archived from the original on 2016-03-20. Retrieved 2010-12-07.
  18. 1 2 3 "Windows XP Picture and Fax Viewer: Standard toolbar overview". Microsoft . Archived from the original on 2012-11-04. Retrieved 2010-12-07.
  19. "Microsoft Article ID: 288125". Archived from the original on 2011-11-24. Retrieved 2010-12-07.
  20. "Windows XP Picture and Fax Viewer: Annotation toolbar overview". Microsoft . Archived from the original on 2012-11-04. Retrieved 2010-12-07.
  21. "TIFF image files that are compressed in the JPEG format cannot be correctly opened". Archived from the original on 2011-02-25. Retrieved 2010-12-07.
  22. "Microsoft Download Center: Windows, Office, Xbox & More". www.microsoft.com. Archived from the original on December 6, 2010.
  23. Grossman, Seth (January 2002). "Using Windows XP Visual Styles With Controls on Windows Forms". Visual Studio .NET 2003 documentation. Microsoft. Archived from the original on 9 April 2015. Retrieved 4 April 2015.
  24. "How To Create an Alpha Blended Cursor or Icon in Windows XP". Archived from the original on 2016-09-13. Retrieved 2016-07-21.
  25. "The IconFactory collaboration with Microsoft". Archived from the original on 2006-08-21. Retrieved 2010-11-15.
  26. "Microsoft Windows XP: What's in It for Developers". 30 June 2010. Archived from the original on 2010-09-08. Retrieved 2010-12-02.
  27. "Windows XP icon and cursor support". Archived from the original on 2016-06-03. Retrieved 2016-07-21.
  28. "Bill Brown: Official website 2001 news archive". Archived from the original on 2011-06-06. Retrieved 2010-11-15.
  29. Feldman, Brian (2017-07-11). "Damn, This Semi-Hidden Windows XP Track That Only Plays Once Is a Total Banger". Intelligencer. Archived from the original on 2020-06-15. Retrieved 2020-06-15.
  30. Windows 98: Velkommen, archived from the original on 2020-05-27, retrieved 2020-06-15
  31. "Stan LePard Music – music for interactive and linear media". Archived from the original on 2021-04-02. Retrieved 2020-06-15.
  32. "DisableProcessWindowsGhosting Function: MSDN". Archived from the original on 2010-08-19. Retrieved 2010-11-15.
  33. "Microsoft Download Center: Windows, Office, Xbox & More". www.microsoft.com. Archived from the original on December 13, 2009.
  34. "Kernel Enhancements for Windows XP". Microsoft . Archived from the original on 2008-03-07. Retrieved 2007-05-24.
  35. 1 2 3 "Windows XP: Kernel Improvements Create a More Robust, Powerful, and Scalable OS". MSDN Magazine. Archived from the original on 2015-05-07. Retrieved 2011-07-30.
  36. 1 2 Russinovich, Mark; David Solomon (2005). "Memory Management". Microsoft Windows Internals (4th ed.). Microsoft Press. ISBN   978-0-7356-1917-3.
  37. "Your computer does not start if the SYSTEM hive is too large". Archived from the original on 2011-02-04. Retrieved 2011-08-01.
  38. "Windows XP Low Fragmentation Heap Enabler". Archived from the original on 2011-07-19. Retrieved 2011-07-18.
  39. "Link Shell Extension: Symbolic links for Windows XP". Archived from the original on 2011-08-19. Retrieved 2013-12-13.
  40. "Quick Fixed VHD Creation Tool". Archived from the original on 2010-01-07. Retrieved 2011-07-18.
  41. "Description of the Windows XP Professional Fast Logon Optimization feature". Archived from the original on 2009-09-08. Retrieved 2009-09-18.
  42. "You experience log off problems on a Windows XP-based, Windows Server 2003-based, Windows 2000-based, or Windows NT 4.0-based computer". Archived from the original on 2010-11-12. Retrieved 2010-11-11.
  43. "Enhancements to User Profiles in Windows Server 2003 and Windows XP". 8 October 2009. Archived from the original on 2016-03-07. Retrieved 2017-08-26.
  44. "Support for DFS-based shares for Offline Files". Archived from the original on 2011-12-14. Retrieved 2011-08-18.
  45. "Recommendations for Folder Redirection". 6 November 2013. Archived from the original on 2016-03-07. Retrieved 2017-08-26.
  46. "Microsoft Windows XP System Restore (Windows XP Technical Articles)". February 4, 2005. Archived from the original on 2005-02-04.
  47. "Automated System Recovery overview in Windows XP". Archived from the original on 2011-08-26. Retrieved 2011-08-13.
  48. "Get IT Done: Use XP Pro's ASR feature to recover from a system failure: TechRepublic". Archived from the original on 2011-04-25. Retrieved 2011-08-13.
  49. "Restore failed systems with Windows XP ASR backup set". Archived from the original on 2012-01-26. Retrieved 2011-08-13.
  50. "How to install additional files during Automated System Recovery". Archived from the original on 2011-08-02. Retrieved 2011-08-13.
  51. "Assembly Manifests". MSDN. Archived from the original on 2009-11-13. Retrieved 2009-11-05.
  52. 1 2 3 Dave Templin. "Simplify App Deployment with ClickOnce and Registration-Free COM". MSDN Magazine. Archived from the original on 2008-09-15. Retrieved 2008-04-22.
  53. "Concepts of Isolated Applications and Side-by-side Assemblies". MSDN. Archived from the original on 2010-03-05. Retrieved 2009-11-05.
  54. Winqual website Archived 2012-04-21 at the Wayback Machine
  55. "HOW TO: Use the Driver Roll Back Feature to Restore a Previous Version of a Device Driver in Windows XP". Microsoft. Archived from the original on 2006-02-18. Retrieved 2005-12-18.
  56. "Driver Protection List for Windows XP and Windows Server 2003". Archived from the original on 2012-01-07. Retrieved 2011-07-16.
  57. "How Windows XP's Device Driver Verifier Works". Archived from the original on 2013-05-22. Retrieved 2011-07-18.
  58. Meyler, Kerrie; Holt, Byron; Ramsey, Greg; Puca, Anthony (23 July 2009). System Center Configuration Manager (SCCM) 2007 Unleashed. Sams Publishing (published 2009). ISBN   9780768689525. Archived from the original on 2020-08-01. Retrieved 2014-07-22. [... ] Microsoft provides the Application Compatibility Toolkit (AppCompat or ACT).
  59. "Windows XP Application Compatibility Technologies". Microsoft Technet. 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  60. "HOW TO: Script Compatibility Layers in Windows XP". Archived from the original on 2010-12-13. Retrieved 2010-12-10.
  61. "Windows XP Deployment Assistance Programme". Archived from the original on 2012-03-26. Retrieved 2011-08-17.
  62. "What's New in Windows Media Player for Windows XP". Microsoft . April 1, 2002. Archived from the original on 2002-04-01.
  63. "Windows Movie Maker 2 Review". Archived from the original on 2011-08-11. Retrieved 2011-08-05.
  64. "Microsoft TV Technologies". Archived from the original on 2011-08-05. Retrieved 2011-08-07.
  65. 1 2 3 4 "IEEE 1394 and the Windows Platform". Archived from the original on 2011-11-08. Retrieved 2011-08-19.
  66. "MSTape Driver: MSDN". Archived from the original on 2011-08-23. Retrieved 2011-08-13.
  67. "Video Mixing Renderer Filter 7". Archived from the original on 2010-01-23. Retrieved 2009-12-12.
  68. "Video Mixing Renderer-9". 7 March 2008. Archived from the original on 2011-07-17. Retrieved 2011-08-07.
  69. 1 2 "Still Image Connectivity for Windows". Archived from the original on 2011-05-09. Retrieved 2011-08-18.
  70. 1 2 3 "Windows XP: What's New in Device and Hardware Support". Archived from the original on 2012-03-26. Retrieved 2011-08-18.
  71. "Description of the Image Mastering API v2.0 (IMAPIv2.0) update package that is dated June 26, 2007". Archived from the original on July 18, 2011. Retrieved July 18, 2011.
  72. 1 2 "Description of the Image Mastering API v2.0 (IMAPIv2.0) update package in Windows Feature Pack for Storage 1.0". Support. April 14, 2010. Archived from the original on April 30, 2019. Retrieved June 18, 2019.
  73. "Windows Native Processor Performance Control". Archived from the original on 2010-12-24. Retrieved 2009-09-19.
  74. "Kernel Enhancements for Windows XP". Microsoft . Archived from the original on 2010-09-24. Retrieved 2010-11-16.
  75. "Fast Resume and how if affects your driver". Archived from the original on 2012-10-23. Retrieved 2010-11-15.
  76. "Policy for Mixing Audio Streams and Setting the Output Sample Rate". Archived from the original on 2011-02-26. Retrieved 2011-08-22.
  77. "Windows audio driver API basics". Archived from the original on 2011-08-21. Retrieved 2011-08-21.
  78. "Windows 2000 Device Interface Limits". Archived from the original on 2012-10-23. Retrieved 2011-08-22.
  79. "Exposing Hardware-Accelerated Capture Effects". Archived from the original on 2011-02-12. Retrieved 2011-08-07.
  80. "GFX Filters: MSDN". Archived from the original on 2009-06-17. Retrieved 2009-10-29.
  81. "Default Audio Volume Settings". Archived from the original on 2011-03-13. Retrieved 2011-08-22.
  82. "Device Manager Details Tab". Archived from the original on 2012-10-23. Retrieved 2011-08-05.
  83. "Pointer Ballistics for Windows XP". Windows Hardware Developer Center. October 31, 2002. Archived from the original on March 4, 2010. Retrieved June 18, 2019.
  84. "Description of DualView in Windows XP". Support (1.5 ed.). January 15, 2006. Archived from the original on February 22, 2011. Retrieved June 18, 2019.
  85. "Description of the exFAT file system driver update package". Windows Support. Archived from the original on June 18, 2019. Retrieved June 18, 2019.
  86. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 "Windows Script Host 5.6 Boasts Windows XP Integration, Security, New Object Model: MSDN Magazine - May 2002". Archived from the original on 2012-01-06. Retrieved 2012-02-17.
  87. "In-depth discussion of the security features in WSH 5.6". 30 June 2006. Archived from the original on 2017-11-10. Retrieved 2012-02-17.
  88. "Windows Script Host 5.6 Boasts Windows XP Integration, Security, New Object Model". Archived from the original on 2008-02-18. Retrieved 2012-02-17.
  89. "IT Pro". www.itprotoday.com. Archived from the original on September 18, 2012.
  90. "Frequently Asked Questions About Remote Desktop". Microsoft. Archived from the original on 2007-07-04.
  91. "Remote Desktop Connection Web Connection Software Download". Microsoft. Archived from the original on 2005-12-17.
  92. "Remote Desktop Connection Software Download". Microsoft. Archived from the original on 2005-12-18.
  93. "Remote Desktop Web Connection". Archived from the original on 2011-08-27. Retrieved 2011-08-28.
  94. "Overview of Remote Assistance in Windows XP". Microsoft. Archived from the original on 2021-04-02. Retrieved 2005-12-18.
  95. 1 2 "Windows XP Technical Overview". Microsoft TechNet. 18 November 2011. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  96. "How To Use the Fast User Switching Feature in Windows XP". Archived from the original on 2011-08-12. Retrieved 2010-11-16.
  97. "Architecture of Fast User Switching". Microsoft. Archived from the original on 2009-08-02. Retrieved 2011-07-18.
  98. "The double-Ctrl+Alt+Del feature is really a kludge". Archived from the original on 2011-04-14. Retrieved 2010-11-11.
  99. "New Features and Design Changes in Windows Installer 2.0". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  100. "Windows Installer 4.5 is now available!". Archived from the original on 2011-10-09. Retrieved 2011-08-05.
  101. "Magic 15 with GetProcessesByName on Windows 2000".[ permanent dead link ]
  102. "Fun with WMI Filters in Group Policy". Archived from the original on 2015-04-02. Retrieved 2015-03-19.
  103. Windows XP Command Line Management Program Archived 2004-06-30 at the Wayback Machine
  104. "New command-line tools: Windows XP Professional Product Documentation". Microsoft . Archived from the original on 2012-03-09. Retrieved 2011-08-18.
  105. "Windows 2000 Chkdsk Management". Microsoft . Archived from the original on 2012-11-04. Retrieved 2011-01-13.
  106. "Backing Up and Restoring Data". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  107. "IExpress Technology and the IExpress Wizard". Archived from the original on 2016-07-08. Retrieved 2017-08-26.
  108. "Description of New Features in Sysprep for Windows XP". Archived from the original on 2007-01-21. Retrieved 2011-05-04.
  109. "Inside Update.exe - The Package Installer for Windows and Windows Components". Microsoft . January 3, 2007. Archived from the original on 2007-01-03.
  110. "A Description of the Desktop Cleanup Wizard (MSKB293154)". Microsoft. Archived from the original on 2009-01-04. Retrieved 2008-11-19.
  111. "IT Pro". www.itprotoday.com. Archived from the original on July 15, 2010.
  112. "Differences between a Quick format and a regular format during a "clean" installation of Windows XP". Archived from the original on 2011-08-14. Retrieved 2011-08-17.
  113. 1 2 "TBAL: an (accidental?) DPAPI Backdoor for local users". 31 July 2018. Archived from the original on 2018-12-30. Retrieved 2018-12-26.
  114. "Certificate Autoenrollment in Windows XP". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  115. "Troubleshooting Certificate Status and Revocation: Identity and Access Management - Technet". 29 June 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  116. "EFS Enhancements in Windows XP and Windows Server 2003". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  117. "Registry Keys Used to Tune EFS Caching". Archived from the original on 2013-11-03. Retrieved 2013-11-01.
  118. "The Encrypting File System: Data Protection and Privacy". 29 June 2009. Archived from the original on 2017-08-16. Retrieved 2017-08-26.
  119. "Description of the Software Restriction Policies in Windows XP". Archived from the original on 2009-12-07. Retrieved 2009-12-11.
  120. "How Software Restriction Policies Work". 8 October 2009. Archived from the original on 2017-07-18. Retrieved 2017-08-26.
  121. "INFO: Services and Redirected Drives". Archived from the original on 2012-10-28. Retrieved 2012-09-27.
  122. "Running restricted -- What does the "protect my computer" option mean?". Archived from the original on 2011-09-04. Retrieved 2011-10-22.
  123. "How to simplify the creation and maintenance of Internet Protocol (IPsec) security filters in Windows Server 2003 and Windows XP". Archived from the original on 2012-10-24. Retrieved 2010-11-10.
  124. "SolutionBase: Understanding Windows Wireless Provisioning Services (WPS): TechRepublic". Archived from the original on 2016-04-27. Retrieved 2016-04-05.
  125. 1 2 "Windows XP Quality of Service (QoS) enhancements and behavior". Archived from the original on 2009-09-18. Retrieved 2009-09-19.
  126. "Why Deploy Internet Protocol Version 6 (IPv6): Webcast (02-19-2007)". Archived from the original on 2012-03-22. Retrieved 2012-02-16.
  127. "DHCPv6: Dibbler - a portable DHCPv6". Archived from the original on 2009-02-12. Retrieved 2012-02-16.
  128. "About the Fax Service Extended COM API Fax Extended COM API". Archived from the original on 2010-01-12. Retrieved 2010-12-10.
  129. "Peer Name Resolution Protocol". 27 October 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  130. "What are the Peer-to-Peer Infrastructure APIs?". Microsoft. 7 January 2009. Archived from the original on 2021-04-02. Retrieved 2012-04-16.
  131. 1 2 3 "How to use the Simple File Sharing feature to share files in Windows XP". Archived from the original on 2011-08-18. Retrieved 2011-08-23.
  132. "Sharing Files and Folders: Windows XP Professional Resource Kit". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  133. "WebDAV Mini-Redirector (MRXDAV.SYS) Versions and Issues List". Archived from the original on 2010-03-15. Retrieved 2009-09-20.
  134. "How to Disable Client-Side DNS Caching in Windows XP and Windows Server 2003". Support. Microsoft. 12 October 2007. Archived from the original on 24 November 2015. Retrieved 23 November 2015.
  135. "DNS Physical Structure". TechNet . Microsoft. 2 July 2012. Archived from the original on 20 February 2016. Retrieved 20 November 2015.
  136. "Network Bridge overview". Microsoft . Archived from the original on 2009-11-21. Retrieved 2009-09-18.
  137. "Description of the Network Setup Wizard in Windows XP". Archived from the original on 2009-09-07. Retrieved 2009-09-18.
  138. "Windows XP Interactions with UPnP-based IGDs". Archived from the original on 2010-04-27. Retrieved 2009-09-20.
  139. "How To Use IrComm Mobile Devices and Windows XP to Access the Internet". Archived from the original on 2009-10-30. Retrieved 2009-09-19.
  140. "Networking over IrDA in Windows XP". Microsoft . Archived from the original on 2009-09-01. Retrieved 2009-09-19.
  141. "Use Windows XP Pro's Network Diagnostics tool for comprehensive troubleshooting". Archived from the original on 2016-04-27. Retrieved 2016-04-05.
  142. "How to determine and to recover from Winsock2 corruption in Windows Server 2003, in Windows XP, and in Windows Vista". Archived from the original on 2015-03-07. Retrieved 2009-10-20.
  143. "How to synchronize the time with the Windows Time service in Windows XP". Archived from the original on 2009-12-07. Retrieved 2009-12-14.
  144. "New Features for Windows XP and the Windows 2003 Family". Message Queuing (MSMQ). Microsoft Developer Network. Archived from the original on 2007-12-24. Retrieved 2006-08-05.
  145. "What's New in COM+ 1.5". Archived from the original on 2009-12-27. Retrieved 2009-12-13.
  146. "Paint in Windows XP and onwards uses GDI+". Archived from the original on 2007-10-23. Retrieved 2010-11-10.
  147. "RichEdit versions". Archived from the original on 2010-01-23. Retrieved 2010-11-10.
  148. "Supported Platforms: Active Accessibility - MSDN". Archived from the original on 2010-09-08. Retrieved 2010-05-17.
  149. "FreeCell -- Frequently Asked Questions (FAQ)". Archived from the original on 2013-07-19. Retrieved 2010-01-12.
  150. "What one Windows XP feature am I most proud of?". Archived from the original on 2011-04-08. Retrieved 2010-11-11.
  151. "Audio Tapers for Windows Volume Control applications". Archived from the original on 2012-03-26. Retrieved 2011-08-22.
  152. "HOW TO: Configure a Preshared Key for Use with Layer Two Tunneling Protocol Connections in Windows XP". Archived from the original on 2010-11-29. Retrieved 2010-12-07.
  153. "How to enable 48-bit Logical Block Addressing support for ATAPI disk drives in Windows XP". Support (6.3 ed.). January 31, 2007. Archived from the original on January 6, 2015. Retrieved June 18, 2019.
  154. "Protected EAP (PEAP) Support Added to Windows XP SP1 and Windows Server 2003". Archived from the original on 2010-12-22. Retrieved 2010-11-11.
  155. "How to obtain and to install USB 2.0 drivers in Windows XP Service Pack". Archived from the original on 2009-10-30. Retrieved 2009-10-29.
  156. "USB FAQ: Introductory level". Microsoft . Archived from the original on 2010-12-25. Retrieved 2009-10-29.
  157. "Designing Hardware for Surprise Removal under Windows XP". Archived from the original on 2012-03-11. Retrieved 2010-12-10.
  158. [Performance of 1394 devices may decrease after you install Windows XP Service Pack 2]
  159. "Description of 1394 Connection in Windows XP". Archived from the original on 2010-11-18. Retrieved 2010-11-11.
  160. "Removable storage devices are not recognized after installing Windows XP SP2". Archived from the original on 2014-02-22. Retrieved 2014-02-08.
  161. "An Introduction to Standard and Isolation Minifilters". 6 October 2017. Archived from the original on 2021-08-24. Retrieved 2021-08-24.
  162. "Advantages of the Filter Manager Model". Archived from the original on 2021-08-24. Retrieved 2021-08-24.
  163. 1 2 3 "Files that you add to the Offline Files folder on a Windows XP-based computer are synchronized when another person uses the computer". Archived from the original on 2012-10-26. Retrieved 2011-08-18.
  164. "Computers that are running Windows XP SP2 and that are equipped with multiple processors that support processor power management features may experience decreased performance". Archived from the original on 2012-06-21. Retrieved 2012-06-17.
  165. "Digital Video Application Compatibility with IEEE 1394 and USB Devices". Archived from the original on 2012-03-26. Retrieved 2011-08-13.
  166. "YUV Mixing Mode". Archived from the original on 2011-10-25. Retrieved 2011-11-10.
  167. "Network Protection Technologies: Changes to Functionality in Microsoft Windows XP Service Pack 2". 11 September 2009. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  168. "DCOM Security Enhancements in Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1". Archived from the original on 2011-01-22. Retrieved 2011-08-17.
  169. "New functionality in the Distributed Transaction Coordinator service in Windows Server 2003 Service Pack 1 and in Windows XP Service Pack 2". Archived from the original on 2011-09-04. Retrieved 2011-08-18.
  170. "Description of how the Attachment Manager works in Windows XP Service Pack 2". Archived from the original on 2005-03-09. Retrieved 2009-10-12.
  171. "Windows Installer 3.0 is available". Archived from the original on 2011-08-09. Retrieved 2011-08-05.
  172. "FAQ for Secure Digital I/O Device Support in Windows". Windows Hardware Developer Center. October 28, 2010. Archived from the original on March 1, 2011. Retrieved June 18, 2019.
  173. 1 2 "Bluetooth Wireless Technology FAQ". Archived from the original on 2018-12-23. Retrieved 2011-08-08.
  174. "Bluetooth Wireless Technology FAQ - 2010". Archived from the original on 2018-12-23. Retrieved 2011-08-08.
  175. Engler, Tobias (22 February 2011). "Schwere der Lücken ist besorgniserregend". Mac & i (in German). Heinz Heise. Archived from the original on 24 February 2011. Retrieved 22 February 2011.
  176. "New NX APIs added to Windows Vista SP1, Windows XP SP3 and Windows Server 2008". Archived from the original on 2011-08-25. Retrieved 2011-08-08.
  177. "Description of Internet Connection Firewall". Archived from the original on 2009-09-27. Retrieved 2009-09-18.
  178. "Manually Configuring Windows Firewall in Windows XP Service Pack 2". 5 May 2010. Archived from the original on 2017-08-26. Retrieved 2017-08-26.
  179. "Description of the Windows Firewall feature in Windows XP SP2". Archived from the original on 2009-09-17. Retrieved 2009-09-18.
  180. "The XPS Essentials Pack has been updated to support Windows XP Service Pack 3". XPS Team Blog. Microsoft. 29 October 2008. Archived from the original on 30 November 2016. Retrieved 30 November 2016.
  181. "Windows Installer 3.1 v2 (3.1.4000.2435) is available". Archived from the original on 2011-08-05. Retrieved 2011-08-05.
  182. "Network Diagnostics for Windows XP is available to help identify and fix network connection problems". Archived from the original on 2010-11-12. Retrieved 2010-11-10.
  183. "Hotfix for Windows XP that adds support for SDHC cards that have a capacity of more than 4 GB". Support (5.0 ed.). May 22, 2013. Archived from the original on February 5, 2014. Retrieved June 18, 2019.