Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Windows Preinstallation Environment

From Wikipedia, the free encyclopedia
(Redirected fromREAgentC)
Version used for deployment and recovery
Not to be confused withPortable Executable.

Operating system
Windows Preinstallation Environment
DeveloperMicrosoft
Source model
Released to
manufacturing
2002; 23 years ago (2002)
Latest release10.0.26100.1 / May 22, 2024; 9 months ago (2024-05-22)
Kernel typeHybrid
LicenseFreeware
Official websitelearn.microsoft.com/windows-hardware/manufacture/desktop/winpe-intro

Windows Preinstallation Environment (also known asWindows PE andWinPE) is a lightweight version ofWindows used for the deployment of PCs, workstations, and servers, or troubleshooting an operating system while it is offline. It is intended to replaceMS-DOSboot disks and can bebooted viaUSB flash drive,PXE,iPXE,[1]CD,DVD, orhard drive. Traditionally used by large corporations andOEMs (topreinstall Windows client operating systems on PCs during manufacturing), it is now widely availablefree of charge viaWindows Assessment and Deployment Kit (WADK) (formerlyWindows Automated Installation Kit (WAIK)).

Overview

[edit]

WinPE was originally intended to be used only as a pre-installation platform for deploying Microsoft Windows operating systems, specifically to replaceMS-DOS in this respect. WinPE has the following uses:

  • Deployment of workstations and servers in large corporations as well as pre-installation by system builders of workstations and servers to be sold to end users.
  • Recovery platform to run 32-bit or 64-bit recovery tools such asWinternals ERD Commander (now known as Microsoft DaRT) orWindows Recovery Environment (Windows RE).
  • Platform for running third-party 32-bit or 64-bitdisk cloning utilities.

The package can be used for developer testing or as a recoveryCD/DVD for system administrators. Many customized WinPE boot CDs packaged with third-party applications for different uses are now available from volunteers via the Internet. The package can also be used as the base of aforensics investigation to either capture a disk image or run analysis tools without mounting any available disks and thus changing state.[2]

Version 2.0 introduced a number of improvements[3] and extended the availability of WinPE to all customers, not just corporate enterprise customers by downloading and installing Microsoft's Windows Automated Installation Kit (WAIK).

It was originally designed and built by a small team of engineers in Microsoft's Windows Deployment team, including Vijay Jayaseelan, Ryan Burkhardt, and Richard Bond.[4]

Versions

[edit]

The following versions are known to exist:

VersionDescription
1.0The first release of Windows Preinstallation Environment, built fromWindows XP RTM[5]
1.1Built fromWindows XP SP1[5]
1.2Built fromWindows Server 2003 RTM[5]
1.5Built fromWindows XP SP2[5]
1.6Built fromWindows Server 2003 SP1[5]
2.0[6][7]Built from the first edition ofWindows Vista. This version differs from the other versions since it doesn't need the disc to load all the files.[citation needed] This means that the download is now 992 MB in size instead of 60 MB from the previous versions. It's possible to modify the default startup disc to have access to a few plug-ins likeWindows Management Instrumentation,Windows Scripting Host, additional drivers and other 32-bit applications (or 64-bit applications for 64-bit versions). Other new features include the capability for a rewritableRAM disk since WinPE version 1.x only has a recordable RAM disk.
2.1[8]Built fromWindows Server 2008
2.2Built fromWindows Server 2008 SP2[5]
3.0[9]Built fromWindows 7 code base. It is included inWAIK 2.0.[5]
3.1[10]Built fromWindows 7 SP1 code base. It is included in a WAIK supplementary update provided by Microsoft.
4.0[11]Built fromWindows 8 code base. It is included inWADK for Windows 8.
5.0[12][13]Built fromWindows 8.1 code base. It is included in Windows ADK for Windows 8.1.
5.1[14][13]It is an update for version 5.0 that is applied manually.[15]
10.0.10240.16384Built fromWindows 10 code base. It is included in Windows ADK for Windows 10.[16][17]
10.0.10586.0Built from Windows 10, version 1511 code base. It is included in Windows ADK for Windows 10, version 1511.[18]
10.0.14393.0Built from Windows 10, version 1607 code base. It is included in Windows ADK for Windows 10, version 1607.[19]
10.0.15063.0Built from Windows 10, version 1703 code base.
10.0.16299.15Built from Windows 10, version 1709 code base. First version supporting ARM32 and ARM64 architecture.
10.0.17134.1Built from Windows 10, version 1803 code base.
10.0.17763.0Built from Windows 10, version 1809 code base.
10.0.18362.1Built from Windows 10, version 1903 code base.
10.0.19041.1Built from Windows 10, version 2004 code base.
10.0.20348.1Built from Windows Server 2022 code base.
10.0.22000.1Built fromWindows 11 code base. Last version supporting x86 and ARM32 architecture.
10.0.22621.1[20]Built from Windows 11, version 22H2 code base.
10.0.25398.1[21]Built from Windows Server, version 23H2 code base.
10.0.26100.1[22]Built from Windows 11, version 24H2 code base.

Derivatives

[edit]

Windows Recovery Environment

[edit]
System Recovery Options inWindows 7
Windows 11 Recovery Environment, Advanced Options section screen, showing six of the seven available options (System image recovery is shown when the "See more recovery options" button is clicked.)

Windows Recovery Environment (WinRE) is a set of tools based on Windows PE to help diagnose and recover from serious errors which may be preventing Windows from booting successfully. Windows RE is installed alongsideWindows Vista and later, and may be booted from hard disks, optical media (such as an operating system installation disc) andPXE (e.g.Windows Deployment Services).[23] A copy of Windows RE is included in the installation media of the aforementioned operating systems. It is a successor to theRecovery Console.

Features

[edit]

Windows RE features include:

  • Automatic Repair: Automatically finds and fixes boot errors in theWindows Vista Startup Process caused by issues such as corruption of the following components:Boot Configuration Data, disk andfile system metadata,Master Boot Record, orWindows Registry, and issues caused by missing or damaged boot and system files, incompatible drivers, or damaged hardware. Prior to Windows 8, this mode was known as "Startup Repair."[24] The executable image for Automatic Repair isstartrep.exe
  • System Restore: Same as theSystem Restore that is included in Windows, it allows a system's settings to be restored to those of a previous state.
  • System Image Recovery: Same as theBackup and Restore component of Windows, it allows restoring a previously createddisk image.
  • Windows Memory Diagnostic Tool: Analyses the computer memory (RAM) for defects (not available on Windows 8 and later). The program does not run inside WinRE, but instead reboots the system and executesmemtest.exe instead of loading the operating system.memtest.exe cannot be run inside Windows.
  • Windows Command Prompt: Givescommand-line access to the file system, volumes and files. It can be used to runSystem File Checker (sfc /scannow) against an offline Windows installation and repair missing or corrupt files. Tools likerobocopy,diskpart andDISM can be used to perform various system tasks like recovering or backing up files, managing partitions, and fix servicing-related issues respectively.[25] In order to use the command prompt, the user must sign into an administrator account.

Starting withWindows Server 2012/Windows 8, the following additional options are added:

  • "Refresh" or "Reset": Both re-install Windows from a copy of the operating system on the hard drive. The "Refresh" operation maintains files, settings, andWindows Store apps (but not other programs), while "Reset" performs a factory reset of Windows, optionally formatting the hard drive and performingdisk wiping.[26][27] The Reset function does not perform a full reinstall; it merely performs a factory reset from aWIM image inside a hidden recovery partition. It is possible to create a custom WIM image based on which a Reset is performed.
  • Startup Settings: Enforces a series of safe settings during the startup.

Windows 10 adds the following:

  • Restore factory settings: Allows users who upgraded to Windows 10 to revert to their original operating system.Appears asRecover from the cloud on devices whose factory settings include Windows 10.[citation needed]
  • Go back to the previous build: Windows 10 is an operating system for which Microsoft occasionally releases newer builds. In the event that installation of a new build of Windows 10 becomes problematic, this option allows the user to revert to the previous build. Only appears if the previous build's files are not deleted.

Volumes encrypted withBitlocker can be mounted if a recovery key is available.

Windows Recovery Environment can also be installed to a hard drive partition by OEMs,[28] and customized with additional tools such as a separatesystem recovery tool for restoring the computer back to its original state.[29] As ofWindows Vista SP1, users can create their own bootable CD containing the recovery environment.

REAgentC

[edit]
REAgentC
Developer(s)Microsoft
Operating systemMicrosoft Windows
TypeCommand
Websitedocs.microsoft.com/en-us/windows-hardware/manufacture/desktop/reagentc-command-line-options

Windows includes theREAgentC command which is used to configure a Windows REboot image and a push-button reset recovery image. It allows administration of recovery options and various customizations. TheREAgentC tool can either be used on an offline Windows image or on a running Windows system.[30] The command requiresadministrator privileges.[31]

Microsoft DaRT

[edit]
Main article:Microsoft Desktop Optimization Pack

Microsoft Diagnostics and Recovery Toolset (DaRT), sold as a part of Microsoft Desktop Optimization Pack, is yet another toolset based on Windows PE that performs diagnostic and recovery on an offline copy of Windows. It canmanage files, editWindows Registry, uninstall previously installed Windowsupdates,scan system for malware andrestore deleted files.There is currently noWindows 11 version of Microsoft DaRT. It is currently unknown if there will be a DaRT11, or that DaRT will just stay onWindows 10.

See also

[edit]

Related software

[edit]

References

[edit]
  1. ^"Network-booting Windows PE". RetrievedSeptember 18, 2012.
  2. ^"WinPE 3.0 & Forensics".Praetorian Prefect. April 12, 2010. Archived fromthe original on April 27, 2010. RetrievedApril 16, 2010.
  3. ^"Adding XML Parser support into WinPE". February 17, 2006. Archived fromthe original on April 28, 2006. RetrievedJune 16, 2009.
  4. ^US patent 6993642, Burkhardt, Ryan; Harikrishnan, Seetharaman; Yaryan, Tom; Bond, Richard; Shetty, Vijesh; Jayaseelan, Vijayachandran, "Method and system for creating and employing an operating system having selected functionality", published 2006-01-30, issued 2006-01-31, assigned to Microsoft Technology Licensing, LLC 
  5. ^abcdefg"Windows PE Version Overview".TechNet Wiki. Microsoft. RetrievedDecember 28, 2017.
  6. ^"What is Windows PE?".Previous Versions Documentation. Microsoft Corporation. RetrievedJuly 22, 2018.Windows Preinstallation Environment (Windows PE) 2.0 is a minimal Win32 operating system with limited services, built on the Windows Vista kernel.
  7. ^"Windows Automated Installation Kit (AIK)".Download Center. Microsoft. RetrievedSeptember 15, 2013.
  8. ^"Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008".Download Center. Microsoft. RetrievedSeptember 15, 2013.
  9. ^"What is Windows PE?".Previous Versions Documentation. Microsoft Corporation. RetrievedJuly 22, 2018.Windows® Preinstallation Environment (Windows PE) 3.0 is a minimal Win32® operating system with limited services, built on the Windows® 7 kernel.
  10. ^"The Windows® Automated Installation Kit (AIK) Supplement for Windows® 7 SP1".Download Center. Microsoft. RetrievedSeptember 15, 2013.
  11. ^"Windows Assessment and Deployment Kit (ADK) for Windows® 8".Download Center. Microsoft. RetrievedSeptember 15, 2013.
  12. ^"What is Windows PE?".Previous Versions Documentation. Microsoft Corporation. RetrievedJuly 22, 2018.(WinPE) Windows PE 5.0 (WinPE) is a small operating system used to install, deploy, and repair Windows 8, Windows Server 2012 R2, and other Windows operating systems.
  13. ^ab"Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1".Download Center. Microsoft. RetrievedSeptember 15, 2013.
  14. ^"What is Windows PE?".Previous Versions Documentation. Microsoft Corporation. RetrievedJuly 22, 2018.WinPE for Windows 8.1: Windows PE 5.1
  15. ^"Update WinPE 5.0 to WinPE 5.1".TechNet Library. Microsoft. RetrievedApril 6, 2014.
  16. ^Rhee, Yong (August 11, 2015)."Download: Windows 10 Assessment and Deployment Kit (ADK)".Yong Rhee's Microsoft Technet Blog.Microsoft.
  17. ^"Windows PE (WinPE)".Hardware Dev Center.Microsoft. October 2, 2018.
  18. ^Rhee, Yong (December 1, 2015)."Download: Windows 10 Nov. 2015 update (version 1511) Assessment and Deployment Kit (ADK)".Yong Rhee's Microsoft Technet Blog.Microsoft. RetrievedJanuary 11, 2016.
  19. ^O'Shea, Mark (August 3, 2016)."Windows ADK for Windows 10 version 1607 available for download".Microsoft Australia OEM Team.Microsoft. Archived fromthe original on November 11, 2016.
  20. ^windows-driver-content."What's new in the ADK for Windows 11, version 22H2".docs.microsoft.com. RetrievedMay 25, 2022.
  21. ^windows-driver-content."What's new in the ADK for Windows 11, version 22H2 (updated September 2023)".docs.microsoft.com. RetrievedOctober 10, 2023.
  22. ^windows-driver-content (May 22, 2024)."What's new in the ADK for Windows 11, version 24H2 (updated September 2023)".docs.microsoft.com. RetrievedMay 23, 2024.
  23. ^Parveen (September 18, 2006)."Introducing Windows Recovery Environment (Windows RE)".Windows RE Notes.Microsoft. Archived fromthe original on October 19, 2017. RetrievedDecember 18, 2020.
  24. ^"How Windows RE Works".Windows Vista Technical Library.Microsoft. July 25, 2008.
  25. ^Conway, Joseph (July 14, 2009)."The coolest new DISM command (to me at least)".The Windows Servicing Guy.Microsoft.
  26. ^Lee, Desmond (January 4, 2012). Sinofsky, Steven (ed.)."Refresh and reset your PC".Building Windows 8.Microsoft.
  27. ^Bright, Peter (September 19, 2011)."Making the lives of IT easier: Windows 8 Refresh, Reset, and Windows To Go".Ars Technica.Condé Nast.
  28. ^"How to install Windows RE on the hard disk".MSDN.Microsoft. January 11, 2007. RetrievedFebruary 14, 2008.
  29. ^"Customizing the Windows RE Experience".TechNet.Microsoft. Archived fromthe original on February 20, 2007. RetrievedFebruary 13, 2008.
  30. ^"REAgentC command-line options | Microsoft Docs".Archived from the original on November 12, 2020. RetrievedAugust 5, 2020.
  31. ^"How to enable Windows Recovery Environment (WinRE) on Windows 10 | Windows Central". May 13, 2020.Archived from the original on June 12, 2020. RetrievedAugust 5, 2020.

External links

[edit]
DOS-based
Windows 9x
Windows NT
Base
releases
Windows
Server
Other
releases
Specialized
Windows
Embedded /
Windows IoT
Embedded
Compact
Other
Windows Mobile
Windows Phone
Cancelled
Related
Retrieved from "https://en.wikipedia.org/w/index.php?title=Windows_Preinstallation_Environment&oldid=1270307760#REAgentC"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp