sysprep 错误5.3
问题原因:
用户安装程序不是对所有用户的。封装管理员需要获取是所有用户权限的安装程序。
处理方法:
1. 查看日志记录信息。删除APPx应用
Get-AppxPackage -AllUsers *Microsoft3DViewer*
2. 管理员权限打开powershell 程序:执行一下内容
Remove-AppxPackage -AllUser -Package Microsoft.Microsoft3DViewer_6.1908.2042.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.SkypeApp_14.53.77.0_x64__kzf8qxf38zg5
Remove-AppxPackage -AllUser -Package Microsoft.WindowsMaps_5.1906.1972.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.Xbox.TCUI_1.23.28002.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.XboxApp_48.49.31001.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.XboxGameOverlay_1.46.11001.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.XboxGamingOverlay_2.34.28001.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.XboxIdentityProvider_12.50.6001.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.YourPhone_0.19051.7.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.ZuneMusic_10.19071.19011.0_x64__8wekyb3d8bbwe
Remove-AppxPackage -AllUser -Package Microsoft.ZuneVideo_10.19071.19011.0_x64__8wekyb3d8bbwe
查看Windows账户SID
wmic useraccount list full
whoami /loginid
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
高清桌面
reg /add HKEY_CURRENT_USER\Control Panel\Desktop JPEGImportQuality DWORD 100
# reg /add HKEY_CURRENT_USER\Control Panel\Desktop JPEGImportQuality DWORD 100
[HKEY_CURRENT_USER\Control Panel\Desktop]
JPEGImportQuality=dword:00000100
本文介绍了sysprep错误5.3的可能原因,即用户安装程序权限不足。解决方案包括查看日志、删除特定Appx应用并以管理员权限使用PowerShell命令进行清理,以及调整Windows账户SID和桌面设置。
4918

被折叠的 条评论
为什么被折叠?



