Sysprep Error
I'm getting this error on Sysprep.
Microsoft.WidgetsPlatformRuntime_1.4.0.0_x64__8wekyb3d8bbwe
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
horacior
4 weeks ago
That's a Windows app that got installed and most likely needs to be removed from all users in order for Sysprep to run and complete properly.
Open PowerShell as an admin and copy and paste the code below.
Remove-AppxPackage -AllUsers Microsoft.WidgetsPlatformRuntime_1.4.0.0_x64__8wekyb3d8bbwe
If you have multiple apps that cause the same problem, repeat the same code (Remove-AppxPackage -AllUsers) followed by the app name.