Many of these scripts were originally located in https://gist.github.com/flcdrg. Newer versions will live here so they can be better version controlled.
- Deactivate any licensed software that is linked to the machine (eg. Red Gate)
- Shutdown any VMs
- post-install.ps1 - Things to run after Windows installation (run with elevated permissions)
- post-install-nonadmin.ps1 - Things to run after Windows installation (run with non-elevated permissions)
- Set-Touchpad.ps1 - Disable single tap to click with Touchpad
Copy to $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
Windows schedule tasks:
Prerequisites:
mkdir oldMedia\Ge\client_professional_en-us
And download Windows ISO, mount and copy files into that directory.
mkdir packages\CU
Download latest cumulative update(s) and put in this directory
mkdir packages\DeployDriverPack
Download latest driver pack and put in this directory
mkdir packages\Other\SafeOSDynamic
mkdir packages\Other\SetupDynamic
mkdir packages\OtherDrivers
Create a subdirectory for each additional driver from hardware vendor or Microsoft Update Catalog. (Use the UpdateID for a constant URL) and save .cab file or actual driver files. Cab will be automatically extracted by script.