IT天空

 找回密码
 加入我们

手机号码,快捷登录

搜索

[封装问题] 封装win10第一步报错5.3,求大佬指导

[复制链接]
此用户已下线 发表于 2022-12-27 11:00:17 | 显示全部楼层 |阅读模式

IT天空 定制版高速U盘 128G | 固态U盘 256G Pro/512G Pro
50活跃
2022-12-27 10:30:36, Error                 SYSPRP Package Microsoft.LanguageExperiencePackzh-CN_19041.51.153.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2022-12-27 10:30:36, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2022-12-27 10:30:36, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2022-12-27 10:30:36, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2022-12-27 10:30:36, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2022-12-27 10:30:36, Error                 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2022-12-27 10:30:36, Error      [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2022-12-27 10:30:36, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
2022-12-27 10:32:09, Error                 SYSPRP Package Microsoft.LanguageExperiencePackzh-CN_19041.51.153.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2022-12-27 10:32:09, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2022-12-27 10:32:09, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2022-12-27 10:32:09, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2022-12-27 10:32:09, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2022-12-27 10:32:09, Error                 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2022-12-27 10:32:09, Error      [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2022-12-27 10:32:09, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2
2022-12-27 10:45:51, Error                 SYSPRP Package Microsoft.LanguageExperiencePackzh-CN_19041.51.153.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2022-12-27 10:45:51, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2022-12-27 10:45:51, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2022-12-27 10:45:51, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2022-12-27 10:45:51, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2022-12-27 10:45:51, Error                 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2022-12-27 10:45:51, Error      [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2022-12-27 10:45:51, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2

最佳答案

查看完整内容

PowerShell (管理员) ::卸载语言体验包 Get-AppxPackage Microsoft.LanguageExperiencePack* | Remove-AppxPackage
最近访问 头像模式 列表模式
magicgenius 发表于 2022-12-27 11:00:18 | 显示全部楼层

活跃 90879| 技术 328| 互助 267| 钻石 1040

PowerShell (管理员)

::卸载语言体验包
Get-AppxPackage Microsoft.LanguageExperiencePack* | Remove-AppxPackage

点评

可以了,确实卸载这个语言包就不报错了。。。非常感谢  详情 回复 发表于 2022-12-27 11:17
稍等,我再试试,我好像搞错命令了  详情 回复 发表于 2022-12-27 11:13
之前也看到过这个方法,试过但是没用。。是因为我把网卡移除了吗  详情 回复 发表于 2022-12-27 11:10
 楼主| 此用户已下线 发表于 2022-12-27 11:10:06 | 显示全部楼层

活跃 196| 技术 0| 互助 0| 钻石 0

magicgenius 发表于 2022-12-27 11:04
PowerShell (管理员)

::卸载语言体验包

之前也看到过这个方法,试过但是没用。。是因为我把网卡移除了吗

点评

就是联网自动安装了简体中文语言体验包的原因。 封装全程建议不要联网!  详情 回复 发表于 2022-12-27 11:12
magicgenius 发表于 2022-12-27 11:12:49 | 显示全部楼层

活跃 90879| 技术 328| 互助 267| 钻石 1040

此用户已下线 发表于 2022-12-27 11:10
之前也看到过这个方法,试过但是没用。。是因为我把网卡移除了吗

就是联网自动安装了简体中文语言体验包的原因。

封装全程建议不要联网!
 楼主| 此用户已下线 发表于 2022-12-27 11:13:00 | 显示全部楼层

活跃 196| 技术 0| 互助 0| 钻石 0

magicgenius 发表于 2022-12-27 11:04
PowerShell (管理员)

::卸载语言体验包

稍等,我再试试,我好像搞错命令了
 楼主| 此用户已下线 发表于 2022-12-27 11:17:37 | 显示全部楼层

活跃 196| 技术 0| 互助 0| 钻石 0

magicgenius 发表于 2022-12-27 11:04
PowerShell (管理员)

::卸载语言体验包

可以了,确实卸载这个语言包就不报错了。。。非常感谢
您需要登录后才可以回帖 登录 | 加入我们

本版积分规则

此用户已下线

196

活跃

0

技术

0

互助
签到任务
最火的业界新闻
  • 联发科天玑9300 GPU性能惊喜:实测完胜苹果
  • Intel 14代酷睿暗藏2个超小核心:有妙用!
  • Intel 15代酷睿上台积电3nm 性能或暴涨75%
  • CPU、GPU首次合体 AMD年底拿出大杀器MI300
  • i5/i7/i9再见!Intel年度新品发布会定档:1
  • Arm发布Corte-X4/A720/520 CPU架构:淘汰32
  • 游戏不再挤牙膏 Arm发布G720 GPU:节省40%
  • Intel公布全新架构x86S!纯64位模式运行:
  • 骁龙8G5要上1.8nm工艺?高通表态愿意使用In
  • 全球第一款192核心CPU诞生!如此对比AMD/In
炫酷的硬件Show
  • MARK 1 - 设计型 PC 与垂直风道
  • 好的大王,没问题大王
  • 振华SUPER FLOWER 铜皇450W 铜牌电源
  • 比小更小,Mini-STX装机
  • 华擎X99E-ITX + 银欣ML06 装机记
  • 最强双路泰坦硬管水冷 制作流程
  • 银欣FT02,双路E5工作站
  • 迟到的定制机箱小钢炮清理灰尘
  • 乔思伯UMX1 Plus,小巧的家用综合主机
  • 分体水冷第二弹-Inwin 805 infinity
有趣的美图分享
  • 这谁受得了?
  • 完全体
  • 佛祖排名999+
  • 本人be like
  • 大夫,我啥时候能变回人形啊
  • Stable Diffusion
  • 绝杀
  • 上教科书!
  • 不如板凳
  • 对机器人有攻击加成吗
关注官方微信
快速回复 返回顶部 返回列表