Difference between revisions of "Sysprep Failure with Setupact Log"
From DFWLPiki
(Created page with "Category:Windows ==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 a...") |
(No difference)
|
Latest revision as of 22:48, 19 January 2018
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.