无忧启动论坛
标题:
安装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 内容如下:
rem Define %TARGETOS% as the Windows folder (This later becomes C:\Windows)
for /F "tokens=1,2,3 delims= " %%A in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RecoveryEnvironment" /v TargetOS') DO SET TARGETOS=%%C
rem Define %TARGETOSDRIVE% as the Windows partition (This later becomes C:)
for /F "tokens=1 delims=" %%A in ('Echo %TARGETOS%') DO SET TARGETOSDRIVE=%%A
rem delete Windows.old\Users
rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
If EXIST %TARGETOSDRIVE%\Windows.old\Users (
rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
)
If EXIST %TARGETOSDRIVE%\Windows.old\Users (
rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
)
If EXIST %TARGETOSDRIVE%\Windows.old\Users (
rmdir /s /q \\?\%TARGETOSDRIVE%\Windows.old\Users
)
rem if folder still exists on the 4-th time, reboot to trigger a failure
If EXIST %TARGETOSDRIVE%\Windows.old\Users (
rem Windows.old\Users exist
wpeutil reboot
)
rem Deletion succeed
rem Check Auto Apply folder
set AUTOAPPLYFOLDER=%TARGETOSDRIVE%\Recovery\AutoApply
rem LayoutModification.xml
IF EXIST %AUTOAPPLYFOLDER%\LayoutModification.xml (
copy %AUTOAPPLYFOLDER%\LayoutModification.xml %TARGETOSDRIVE%\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml /Y
)
rem LayoutModification.json
IF EXIST %AUTOAPPLYFOLDER%\LayoutModification.json (
copy %AUTOAPPLYFOLDER%\LayoutModification.json %TARGETOSDRIVE%\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.json /Y
)
rem Unattend.xml
IF EXIST %AUTOAPPLYFOLDER%\Unattend.xml (
copy %AUTOAPPLYFOLDER%\Unattend.xml %TARGETOSDRIVE%\Windows\Panther\Unattend.xml /Y
)
rem Create Windows\OEM
IF not EXIST %TARGETOSDRIVE%\Windows\OEM (
mkdir %TARGETOSDRIVE%\Windows\OEM
)
rem TaskbarLayoutModification.xml
IF EXIST %AUTOAPPLYFOLDER%\TaskbarLayoutModification.xml (
copy %AUTOAPPLYFOLDER%\TaskbarLayoutModification.xml %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml /Y
)
rem OOBE
IF EXIST %AUTOAPPLYFOLDER%\OOBE (
xcopy %AUTOAPPLYFOLDER%\OOBE %TARGETOSDRIVE%\Windows\System32\Oobe\Info\ /Y /S /E
)
rem TaskbarLayoutModification.xml
IF EXIST %AUTOAPPLYFOLDER%\CustomizationFiles (
xcopy %AUTOAPPLYFOLDER%\CustomizationFiles %TARGETOSDRIVE%\Windows\OEM\CustomizationFiles\ /S /E /Y
)
rem registry key changes for taskbar layout
IF EXIST %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml (
reg load HKLM\$OfflineSoftware %TARGETOSDRIVE%\Windows\System32\config\Software
reg add HKLM\$OfflineSoftware\Microsoft\Windows\CurrentVersion\Explorer /v LayoutXMLPath /t REG_SZ /d %TARGETOSDRIVE%\Windows\OEM\TaskbarLayoutModification.xml
reg unload HKLM\$OfflineSoftware
)
rem exit
EXIT 0
复制代码
ResetConfig.xml文件 内容如下:
<?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