|
rem 2.9 and later
reg add HKLM\Tmp_Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.accountpicture-ms /ve /d {9a02e012-6303-4e1e-b9a1-630f802592c5} /f
reg add HKLM\Tmp_Default\Software\Microsoft\Windows\CurrentVersion\AccountPicture /v SourceId /d user-200 /f
call RegCopyEx Classes ".accountpicture-ms,accountpicturefile"
set "_AccPic_Path=%X%\Users\Default\AppData\Roaming\Microsoft\Windows\AccountPictures"
if not exist "%_AccPic_Path%\" mkdir "%_AccPic_Path%"
copy /y "%WB_ROOT%\AppData\_CustomFiles_\AccountPictures\*.*" "%_AccPic_Path%\"
看样子你是漏了这个。
不过,你是手动再添加StartIsBack?不是选择已经构建过的boot.wim,然后
再用WimBuilder2选择StartIsBack。
如果用WimBuilder2的话,这块就自动处理了。不过Explorer会重新打一次补丁。
可以把StartIsBack补丁单独复制到Projects下面,得到一个单独的工程。
简单是Explorer\submain.bat 开头改一个 goto :EOF,直接跳过也行。
|
|