Posts

Showing posts from October, 2020

Autopilot + System Update = Latest drivers

Image
This article has been moved to  https://blog.lenovocdrt.com/#/2020/ap_su This post walks you through updating your Think product's drivers during Autopilot using System Update. Ideally, you'll want the most current drivers installed on the device prior to the user's first sign-in.   Pre-req's: Latest version of System Update Microsoft's Win32 Content Prep tool Sample PowerShell script that performs the following: Installs System Update Sets the AdminCommandLine registry value that will: Download/install type 3 packages (drivers only).  More info on package types can be found in the updated Deployment Guide . Writes the installation status of each update to WMI. Configures the System Update UI Disables the default scheduled tasks created by System Update. Sets a custom scheduled task for System Update to run.  Change it to what makes sense for your environment. Save the below as  Configure-TVSUandScheduledTask.ps1 <#  DISCLAIMER:  These sample scripts are not supp