Is it possible for system image to contain the WinGet Package Manager after sysprep is run?

KatzWo

Member
Messages
97
Reaction score
4
If I've generalized the image with the sysprep utility, will it still contain the WinGet Package Manager downloaded and installed from the Microsoft Store?
 
UWP apps can be installed in sysprep (Store or sideloaded), however the captured image won't have any Appx packages provisioned for users. That has to happen on each user's first logon.

In short, winget is installed on the system. But it doesn't work until someone first logons on to the system because it's UWP and those apps can't be run by system accounts like SYSTEM.
 
Back
Top