mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 05:07:23 +00:00
fix spacing, bullets on upgrade article
This commit is contained in:
parent
107863fa2f
commit
2e2b0a11aa
@ -76,10 +76,10 @@ In the import process example shown in the Deploy Windows 10 to Surface Devices
|
||||
*Figure 1. Import Surface Pro 3 drivers for Windows 10*
|
||||
|
||||
6. The Import Driver Wizard displays a series of steps, as follows:
|
||||
* **Specify Directory** – Click **Browse** and navigate to the folder where you extracted the Surface Pro 3 firmware and drivers in Step 1.
|
||||
* **Summary** – Review the specified configuration on this page before you click **Next** to begin the import process.
|
||||
* **Progress** – While the drivers are imported, a progress bar is displayed on this page.
|
||||
* **Confirmation** – When the import process completes, the success of the process is displayed on this page. Click **Finish** to complete Import Drivers Wizard.
|
||||
- **Specify Directory** – Click **Browse** and navigate to the folder where you extracted the Surface Pro 3 firmware and drivers in Step 1.
|
||||
- **Summary** – Review the specified configuration on this page before you click **Next** to begin the import process.
|
||||
- **Progress** – While the drivers are imported, a progress bar is displayed on this page.
|
||||
- **Confirmation** – When the import process completes, the success of the process is displayed on this page. Click **Finish** to complete Import Drivers Wizard.
|
||||
7. Select the **Surface Pro 3** folder and verify that the folder now contains the drivers that were imported, as shown in Figure 2.
|
||||
|
||||

|
||||
@ -100,16 +100,16 @@ Create the upgrade task sequence with the following process:
|
||||
|
||||
1. In the Deployment Workbench under your Deployment Share, right-click the **Task Sequences** folder, and then click **New Task Sequence** to start the New Task Sequence Wizard.
|
||||
2. Use these steps to create the deployment task sequence with the New Task Sequence Wizard:
|
||||
* **General Settings** – Enter an identifier for the deployment task sequence in the Task Sequence ID field, a name for the deployment task sequence in the Task Sequence Name field, and any comments for the deployment task sequence in the **Task Sequence Comments** field, and then click **Next**.
|
||||
- **General Settings** – Enter an identifier for the deployment task sequence in the Task Sequence ID field, a name for the deployment task sequence in the Task Sequence Name field, and any comments for the deployment task sequence in the **Task Sequence Comments** field, and then click **Next**.
|
||||
>**Note:** The **Task Sequence ID** field cannot contain spaces and can be a maximum of 16 characters.
|
||||
* **Select Template** – Select **Standard Client Upgrade Task Sequence** from the drop-down menu, and then click **Next**.
|
||||
* **Select OS** – Navigate to and select the Windows image that you imported, and then click **Next**.
|
||||
* **Specify Product Key** – Select the product key entry that fits your organization’s licensing system. The **Do Not Specify a Product Key at This Time** option can be used for systems that will be activated via Key Management Services (KMS) or Active Directory Based Activation (ADBA). A product key can be specified specifically if your organization uses Multiple Activation Keys (MAK). Click **Next**.
|
||||
* **OS Settings** – Enter a name and organization for registration of Windows, and a home page URL for users when they browse the Internet in the **Full Name**, **Organization**, and **Internet Explorer Home Page** fields, and then click **Next**.
|
||||
* **Admin Password** – Select **Use the Specified Local Administrator Password** and enter a password in the provided fields, and then click **Next**.
|
||||
* **Summary** – Review the specified configuration on this page before you click **Next** to begin creation of the task sequence.
|
||||
* **Progress** – While the task sequence is being created, a progress bar is displayed on this page.
|
||||
* **Confirmation** – When the task sequence creation completes, the success of the process is displayed on this page. Click **Finish** to complete New Task Sequence Wizard.
|
||||
- **Select Template** – Select **Standard Client Upgrade Task Sequence** from the drop-down menu, and then click **Next**.
|
||||
- **Select OS** – Navigate to and select the Windows image that you imported, and then click **Next**.
|
||||
- **Specify Product Key** – Select the product key entry that fits your organization’s licensing system. The **Do Not Specify a Product Key at This Time** option can be used for systems that will be activated via Key Management Services (KMS) or Active Directory Based Activation (ADBA). A product key can be specified specifically if your organization uses Multiple Activation Keys (MAK). Click **Next**.
|
||||
- **OS Settings** – Enter a name and organization for registration of Windows, and a home page URL for users when they browse the Internet in the **Full Name**, **Organization**, and **Internet Explorer Home Page** fields, and then click **Next**.
|
||||
- **Admin Password** – Select **Use the Specified Local Administrator Password** and enter a password in the provided fields, and then click **Next**.
|
||||
- **Summary** – Review the specified configuration on this page before you click **Next** to begin creation of the task sequence.
|
||||
- **Progress** – While the task sequence is being created, a progress bar is displayed on this page.
|
||||
- **Confirmation** – When the task sequence creation completes, the success of the process is displayed on this page. Click **Finish** to complete New Task Sequence Wizard.
|
||||
|
||||
After the task sequence is created, you can modify some additional settings to provide additional automation of the task sequence and require less interaction during deployment. Follow these steps to modify the task sequence:
|
||||
|
||||
@ -121,9 +121,9 @@ After the task sequence is created, you can modify some additional settings to p
|
||||
6. Between the two Windows Update steps is an **Install Applications** step. Select that step and then click **Add**.
|
||||
7. Hover the mouse over **General** under the **Add** menu, and then choose **Install Application**. This will add a new step after the selected step for the installation of a specific application as shown in Figure 3.
|
||||
|
||||

|
||||

|
||||
|
||||
*Figure 3. A new Install Application step in the deployment task sequence*
|
||||
*Figure 3. A new Install Application step in the deployment task sequence*
|
||||
|
||||
8. On the **Properties** tab of the new **Install Application** step, enter **Install Surface App** in the **Name** field.
|
||||
9. Select **Install a Single Application**, and then click **Browse** to view available applications that have been imported into the deployment share.
|
||||
@ -131,21 +131,22 @@ After the task sequence is created, you can modify some additional settings to p
|
||||
11. Expand the **Preinstall** folder and select the **Enable BitLocker (Offline)** step.
|
||||
12. Open the **Add** menu again and choose **Set Task Sequence Variable** from under the **General** submenu.
|
||||
13. On the **Properties** tab of the new **Set Task Sequence Variable** step (as shown in Figure 4) configure the following options:
|
||||
* **Name** – Set DriverGroup001
|
||||
* **Task Sequence Variable** – DriverGroup001
|
||||
* **Value** – Windows 10 x64\%Make%\%Model%
|
||||
|
||||
- **Name** – Set DriverGroup001
|
||||
- **Task Sequence Variable** – DriverGroup001
|
||||
- **Value** – Windows 10 x64\%Make%\%Model%
|
||||
|
||||

|
||||
|
||||
|
||||
*Figure 4. Configure a new Set Task Sequence Variable step in the deployment task sequence*
|
||||
|
||||
|
||||
14. Select the **Inject Drivers** step, the next step in the task sequence.
|
||||
15. On the **Properties** tab of the **Inject Drivers** step (as shown in Figure 5) configure the following options:
|
||||
* In the **Choose a selection profile** drop-down menu, select **Nothing**.
|
||||
* Click the **Install all drivers from the selection profile** button.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
*Figure 5. Configure the deployment task sequence to not install drivers*
|
||||
|
||||
16. Click **OK** to apply changes to the task sequence and close the task sequence properties window.
|
||||
|
Loading…
x
Reference in New Issue
Block a user