In this blog post I will show you how to update Windows 10 from 1909 to 20H2 using SCCM Feature update. Windows 10, version 20H2, which can also be said as Windows 10 October 2020 Update. New version of Windows 10 is called Feature updates.
[Read more…] about Update Windows 10 from 1909 to 20H2 using SCCM Feature UpdateFeature Update
Deploy Feature Update Win10 2004 SCCM
In this blog I will show you how to deploy Feature Update Windows 2004 through SCCM. When we talk about feature update, we are actually upgrading OS on existing Windows 10 (old version) such as 1709, 1809, 1909 etc.
[Read more…] about Deploy Feature Update Win10 2004 SCCMTroubleshoot Windows Feature Update issue when SetupConfig.ini in use
In this blog I will be showing you how to troubleshoot Windows Feature Update when SetupConfig.ini in use. Through SCCM, we can use Windows 10 servicing feature, which is used to deploy Feature Update to existing Windows 10 in corporate environment to upgrade the OS.
[Read more…] about Troubleshoot Windows Feature Update issue when SetupConfig.ini in useHow to deploy drivers using Setupconfig.ini for feature update through SCCM
This blog will cover the topic on how to deploy drivers using Setupconfig.ini for feature update through SCCM. Deploying Feature update through SCCM is a process equivalent to deploying a patch where feature update will be installed on a system based upon language and OS version check.
- Introduction
- Why we need to get Drivers installed during Feature Update
- What is required for provisioning Drivers
- Create SCCM Package with custom SetupConfig.ini and SetupComplete.cmd files
- Prestage of Driver Package (Task Sequence)
- Open setupact.log (Location: C:\$WINDOWS.~BT\Sources\Panther)
- Copying Drivers folder to C:\$WINDOWS.~BT\Drivers\User
- Injecting driver into NewOS Upgrade process
- Injecting driver process gets copied to drivers repository to be applied during next restart phase