无忧启动论坛

标题: 安装Win10系统后,C盘下有一个文件,大家帮忙看一下 [打印本页]

作者: 银狼驰骋    时间: 2025-1-2 16:33
标题: 安装Win10系统后,C盘下有一个文件,大家帮忙看一下
安装Win10系统后,C\Recovery\OEM 文件夹有两个文件,大家帮忙看一下  是什么意思

AfterImageApply_BDB0C1E8-6951-46C4-AB7F-C07B29F462FD.cmd  文件 和 ResetConfig.xml文件
大家帮忙看一下,这两个文件是什么意思??


AfterImageApply_BDB0C1E8-6951-46C4-AB7F-C07B29F462FD.cmd 内容如下:
  1. rem Define %TARGETOS% as the Windows folder (This later becomes C:\Windows)
  2. for /F "tokens=1,2,3 delims= " %%A in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RecoveryEnvironment" /v TargetOS') DO SET TARGETOS=%%C

  3. rem Define %TARGETOSDRIVE% as the Windows partition (This later becomes C:)
  4. for /F "tokens=1 delims=" %%A in ('Echo %TARGETOS%') DO SET TARGETOSDRIVE=%%A

  5. rem delete Windows.old\Users
  6. rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users

  7. If EXIST %TARGETOSDRIVE%\Windows.old\Users (
  8.   rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
  9. )

  10. If EXIST %TARGETOSDRIVE%\Windows.old\Users (
  11.   rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
  12. )

  13. If EXIST %TARGETOSDRIVE%\Windows.old\Users (
  14.   rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
  15. )

  16. rem if folder still exists on the 4-th time, reboot to trigger a failure
  17. If EXIST %TARGETOSDRIVE%\Windows.old\Users (
  18. rem Windows.old\Users exist
  19. wpeutil reboot
  20. )

  21. rem Deletion succeed

  22. rem Check Auto Apply folder
  23. set AUTOAPPLYFOLDER=%TARGETOSDRIVE%\Recovery\AutoApply

  24. rem LayoutModification.xml
  25. IF EXIST %AUTOAPPLYFOLDER%\LayoutModification.xml (
  26.   copy %AUTOAPPLYFOLDER%\LayoutModification.xml %TARGETOSDRIVE%\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml /Y
  27. )

  28. rem LayoutModification.json
  29. IF EXIST %AUTOAPPLYFOLDER%\LayoutModification.json (
  30.   copy %AUTOAPPLYFOLDER%\LayoutModification.json %TARGETOSDRIVE%\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.json /Y
  31. )

  32. rem Unattend.xml
  33.   IF EXIST %AUTOAPPLYFOLDER%\Unattend.xml (
  34. copy %AUTOAPPLYFOLDER%\Unattend.xml %TARGETOSDRIVE%\Windows\Panther\Unattend.xml /Y
  35. )

  36. rem Create Windows\OEM
  37.   IF not EXIST %TARGETOSDRIVE%\Windows\OEM (
  38. mkdir %TARGETOSDRIVE%\Windows\OEM
  39. )

  40. rem TaskbarLayoutModification.xml
  41. IF EXIST %AUTOAPPLYFOLDER%\TaskbarLayoutModification.xml (
  42.   copy %AUTOAPPLYFOLDER%\TaskbarLayoutModification.xml %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml /Y
  43. )

  44. rem OOBE
  45. IF EXIST %AUTOAPPLYFOLDER%\OOBE (
  46.   xcopy %AUTOAPPLYFOLDER%\OOBE %TARGETOSDRIVE%\Windows\System32\Oobe\Info\ /Y /S /E
  47. )

  48. rem TaskbarLayoutModification.xml
  49. IF EXIST %AUTOAPPLYFOLDER%\CustomizationFiles (
  50.   xcopy %AUTOAPPLYFOLDER%\CustomizationFiles %TARGETOSDRIVE%\Windows\OEM\CustomizationFiles\ /S /E /Y
  51. )

  52. rem registry key changes for taskbar layout
  53. IF EXIST %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml (
  54.   reg load HKLM\$OfflineSoftware %TARGETOSDRIVE%\Windows\System32\config\Software
  55.   reg add HKLM\$OfflineSoftware\Microsoft\Windows\CurrentVersion\Explorer    /v LayoutXMLPath /t REG_SZ /d %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml
  56.   reg unload HKLM\$OfflineSoftware
  57. )

  58. rem exit
  59. EXIT 0
复制代码


ResetConfig.xml文件 内容如下:
  1. <?xml version="1.0" encoding="utf-8"?><Reset>  <Run Phase="FactoryReset_AfterImageApply">    <Path>AfterImageApply_BDB0C1E8-6951-46C4-AB7F-C07B29F462FD.cmd</Path>    <Duration>2</Duration>  </Run></Reset>
复制代码




作者: vaf    时间: 2025-1-2 16:49

作者: trdeswdse    时间: 2025-1-2 16:54
提示: 作者被禁止或删除 内容自动屏蔽
作者: 远大的理想    时间: 2025-1-2 17:34
应该是在系统更新的时候在winre环境下运行的吧?应该跟升级系统有关
作者: 银狼驰骋    时间: 2025-1-2 18:14
远大的理想 发表于 2025-1-2 17:34
应该是在系统更新的时候在winre环境下运行的吧?应该跟升级系统有关

没有winre
作者: 绿光科技    时间: 2025-1-2 19:27
你这个不是原版系统吧 问问系统的作者
作者: 忧心的启    时间: 2025-1-2 19:44
学习学习,感谢分享。
作者: 15126222223    时间: 2025-1-2 21:01
原本系统自带恢复目录,一般有一个文件是500多兆的。
作者: pole87898843    时间: 2025-1-2 21:37
很正常的,删除也会有
作者: 远大的理想    时间: 2025-1-2 21:37
没有winre也会有的,原版系统里就有
作者: 84543356    时间: 2025-1-2 22:37
系统正常启动 保留的文件仅供参考


作者: rgfwqx@163.com    时间: 2025-1-3 08:40
学习
作者: 银狼驰骋    时间: 2025-1-3 09:12
谢谢大家,学习了




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3