Error sysprep Windows 8.1
Getting error syspreping Windows 8.1?
Try on an administrator powershell session:
Get-AppxPackage -AllUsers | Remove-AppxPackage
or with a more selective approach
http://gallery.technet.microsoft.com/scriptcenter/Remove-Windows-Store-Apps-a00ef4a4
https://social.technet.microsoft.com/Forums/windowsserver/en-US/7c66c123-39fc-426a-8fbb-feb78ea08d3c/windows-server-2008-sysprep-error-error-0x0f0073-sysprp-runexternaldllsnot-running-dlls-either?forum=winserversetup
Try on an administrator powershell session:
Get-AppxPackage -AllUsers | Remove-AppxPackage
or with a more selective approach
http://gallery.technet.microsoft.com/scriptcenter/Remove-Windows-Store-Apps-a00ef4a4
https://social.technet.microsoft.com/Forums/windowsserver/en-US/7c66c123-39fc-426a-8fbb-feb78ea08d3c/windows-server-2008-sysprep-error-error-0x0f0073-sysprp-runexternaldllsnot-running-dlls-either?forum=winserversetup
Comentários