This commit is contained in:
Greg Lindsay 2020-03-12 21:17:46 -07:00
parent f790ab453f
commit f2f4b7e559
2 changed files with 6 additions and 4 deletions

View File

@ -22,6 +22,8 @@ ms.topic: article
- Windows 10 - Windows 10
----start here and edit------------
In this topic, you will learn how to configure the Windows Preinstallation Environment (Windows PE) to include the network drivers required to connect to the deployment share and the storage drivers required to see the local storage on machines. Even though the Windows PE boot image and the Windows 10 operating system contain many out-of-the-box drivers, it is likely you will have to add new or updated drivers to support all your hardware. In this section, you import drivers for both Windows PE and the full Windows 10 operating system. In this topic, you will learn how to configure the Windows Preinstallation Environment (Windows PE) to include the network drivers required to connect to the deployment share and the storage drivers required to see the local storage on machines. Even though the Windows PE boot image and the Windows 10 operating system contain many out-of-the-box drivers, it is likely you will have to add new or updated drivers to support all your hardware. In this section, you import drivers for both Windows PE and the full Windows 10 operating system.
For the purposes of this guide, we will use one server computer: CM01. For the purposes of this guide, we will use one server computer: CM01.

View File

@ -32,11 +32,11 @@ For the purposes of this guide, we will use one server computer: CM01.
## Example: Create the Adobe Reader application ## Example: Create the Adobe Reader application
On CM01: On **CM01**:
1. Create the **D:\Setup folder** if it does not already exist. 1. Create the **D:\Setup** folder if it does not already exist.
1. Download the Enterprise distribution version of [Adobe Acrobat Reader DC](https://get.adobe.com/reader/enterprise/) (ex: AcroRdrDC2000620034_en_US.exe.exe) to **D:\\Setup\\Adobe** on CM01. 1. Download the Enterprise distribution version of [Adobe Acrobat Reader DC](https://get.adobe.com/reader/enterprise/) (ex: AcroRdrDC2000620034_en_US.exe.exe) to **D:\\Setup\\Adobe** on CM01. The filename will differ depending on the version of Acrobat Reader.
2. Extract the .exe file that you downloaded to an .msi. The source folder and filename will differ depending on where you downloaded the file and the version of Acrobat Reader. See the following example of how to extract the .exe file: 2. Extract the .exe file that you downloaded to an .msi. The source folder will differ depending on where you downloaded the file. See the following example:
```powershell ```powershell
Set-Location C:\Users\administrator.CONTOSO\Downloads Set-Location C:\Users\administrator.CONTOSO\Downloads