Sysprep Failure with Setupact Log

From DFWLPiki
Revision as of 22:48, 19 January 2018 by Jhorne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Windows 10 SysPrep fails and specifys view setupact.log file

Look in the log, and it should specify a package that is insatlled for one user but not all. if so, then remove that package like this:

Get-appxpackage -allusers *PartialPackageName* | Remove-AppxPackage

Run SysPrep again.