網頁

2026年5月12日 星期二

製作的win pe 正常開啟及啟用office 2016需補充檔案及reg檔

本文提到在pe執行的office,是精簡版office。
Win PE執行office 2007,已經是幾年前的事,實際上,極少用到,純屬應急備案。上個月測試在PE執行 office 2010,須補充檔案,照畫面提示補充檔案之後,在pe可以正常執行office 2010。這個月看到網友在pe執行office 2016。有點心動,就在自製pe上測試執行office 2016,發現,pe核心要能啟動sppsvc 服務,pe 核心檔案增加了,office 2016比2010檔案大一倍以上,office 2016執行及啟動要補充檔、reg檔、.cat檔,完善網友分享的補充檔、reg檔、.cat檔,於win 11 25h2 pe,可以執行office 2016,且office 2016有啟用,即使pe核心精簡至451MB,仍能正常執行與啟用。緊接著用相同方式擷取win 11 26h1、server 2025 pe適用的補充檔、.cat檔,win 11 26h1、server 2025 pe 也可以執行office 2016,且office 2016有啟用,pe核心精簡,仍能正常執行與啟用。

想繼續讓win 11 21h2與23h2pe 也可以執行office 2016。win 11 23h2 pe 未精簡或稍微精簡,可以執行office 2016,且office 2016有啟用,當精簡至與win 11 25h2 pe、win 11 26h1 pe、server 2025 pe類似大小,變成office 2016雖可以執行,卻未啟用,只能試用30天。

要讓win 11 21h2 pe ,可以執行office 2016,且office 2016有啟用,解決方案,真是匪夷所思:
1.先設定您製作win 11 21h2的wimbuilder2資料夾,可完全讀寫(在資料夾按滑鼠右鍵->內容->先取消唯讀->安全性->編輯->新增->進階->立即搜尋->點選電腦登入帳號->確定->確定->電腦登入帳號->點選完全控制->套用->確定。)
2.在AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last資料夾增加Taskband.bat
Taskband.bat 內加以下指令
echo  office 2016 add file
pause
echo  office2016 add file
pause
3.執行WimBuilder.cmd開始製作pe,設定好專案檔,按 構建,執行到Taskband.bat,會暫停製作pe,開啟檔案總管,將AppData\Projects\WIN10XPE\10-MyCustom\00-MySystem\X\X_x64資料夾內所有檔案與資料夾複製到X碟,複製過程有無法複製的就跳過(點 套用),就可以忽略全部無法複製的,複製完成,回到wimbuilder2的暫停視窗,按 二次enter鍵繼續完成PE製作。
務必要在製作過程暫停,複製預先準備好的資料夾與檔案(AppData\Projects\WIN10XPE\10-MyCustom\00-MySystem\X\X_x64),因wimbuilder製作過程複製的檔案有一部分複製失敗。

以上解決方法,很奇特,也不容易發現。
在PE執行office,純屬備用或應急。
Office 版本的升級,也是pe系統升級象徵。更像pe 、office 換代。

製作的win pe 正常開啟及啟用office 2016需補充檔案及reg檔。

搭配Office2016的補充檔案,
可以在wimbuilder 以下二個資料夾選擇其中一個存放補充檔案
AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last資料夾
AppData\Projects\WIN10XPE\10-MyCustom\00-MySystem\X\X_x64資料夾
在Last或X_x64資料夾之下建立
windows\system32
windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
windows\system32\spp
windows\system32\wbem
windows\system32\zh-TW
windows\SysWOW64
Program Files\Common Files\System\ado
以上資料夾需要補充的檔案可以用gimagex掛載install.wim至d\222,執行d_office2016cpfileadd.cmd

msvcp140.dll msvcr100.dll vcruntime140.dll 三個檔要另行自己補至windows\SysWOW64
(https://github.com/abbodi1406/vcredist/releases/download/v0.82.0/VisualCppRedist_AIO_x86_x64.exe)

MSVCR100.dll 是由 Microsoft Visual Studio 2010 編譯的程式所需的 Microsoft Visual C++ 2010 Redistributable 庫檔案,VisualCppRedist_AIO_x86_x64.exe(從2010擷取)

d_office2016cpfileadd.cmd檔:(office 2016需要的補充檔及工具程式補充檔,僅供參考,請依自己實際需要補充檔案。資料夾名稱與路徑請依實況修改)
rem start office2016
copy "d:\222\Program Files\Common Files\System\ado\msado15.dll" "C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Program Files\Common Files\System\ado" /y
copy d:\222\Windows\SysWOW64\adsldpc.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\apphelp.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\d2d1.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\d3d10_1.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\d3d10_1core.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\d3d10warp.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\davhlpr.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\dinput.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\DWrite.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\hlink.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\Microsoft.Internal.WarpPal.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
rem msvcp140.dll msvcr100.dll install.wim no file,add self 
copy d:\222\Windows\SysWOW64\normaliz.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\slc.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\slwga.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\sppc.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\sxs.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\TextInputFramework.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\UIAutomationCore.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\vbscript.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
rem vcruntime140.dll install.wim no file add self
copy d:\222\Windows\SysWOW64\webservices.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\WinTypes.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y
copy d:\222\Windows\SysWOW64\zh-TW\apphelp.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64\zh-TW /y
copy d:\222\Windows\SysWOW64\zh-TW\hlink.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64\zh-TW /y
copy d:\222\Windows\SysWOW64\zh-TW\slc.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64\zh-TW /y
copy d:\222\Windows\SysWOW64\zh-TW\sppc.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64\zh-TW /y
copy d:\222\Windows\SysWOW64\zh-TW\sxs.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64\zh-TW /y
copy d:\222\Windows\System32\spp\plugin-manifests-signed\sppobjs-spp-plugin-manifest-signed.xrm-ms C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\spp\plugin-manifests-signed /y
copy d:\222\Windows\System32\wbem\sppwmi.mof C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem /y
copy d:\222\Windows\System32\wbem\wbemdisp.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem /y
copy d:\222\Windows\System32\wbem\wbemdisp.tlb C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem /y
copy d:\222\Windows\System32\C_936.NLS C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\clbcatq.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\Clipc.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\cryptxml.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\cscript.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\DiagnosticDataSettings.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
rem  msahci.sys no in install.wim add self
copy d:\222\Windows\System32\msdart.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\mshtml.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\msIso.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\pkeyhelper.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\scrrun.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\sppcext.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\sppobjs.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\sppwinob.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\sppwmi.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\vbscript.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\webservices.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\WinSCard.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\wshom.ocx C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\zh-TW\Clipc.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\iesetup.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\zh-TW\iesetup.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\ieui.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y
copy d:\222\Windows\System32\zh-TW\ieui.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\ieuinit.inf C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\zh-TW\cryptxml.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\cscript.exe.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\mshta.exe.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\mshtml.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\scrrun.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\sppcext.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\sppsvc.exe.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\vbscript.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\webservices.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\WinSCard.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\zh-TW\wshom.ocx.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-Connectivity-UsbHost-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-CoreSystem-Core-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-LSA-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-LSA-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package00~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package01~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package02~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package03~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package0418~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package0618~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package06112~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package013~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Common-Drivers-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Common-Drivers-Package-windows-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-CoreSystem-RemoteFS-Server-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Foundation-Group-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Foundation-Win1-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Network-Foundation-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-SMB1Client-D-Opt-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-SXS-Runtime-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WinPE-AudioDrivers-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Winpe-Drivers-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Winpe-Dual-Drivers-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WinPE-SKU-Foundation-merged-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Multimedia-AudioDriversCore-Package~31bf3856ad364e35~amd64~~10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem0*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem2*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem3*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem4*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem5*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem6*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem7*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem8*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem9*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem10*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem11*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem12*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
copy d:\222\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem13*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\CatRoot /y
rem  end office 2016
copy d:\222\Windows\resources\Themes\aero\aero.msstyles C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\resources\Themes\aero /y

copy d:\222\Windows\resources\Themes\aero\zh-TW\aero.msstyles.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\resources\Themes\aero\zh-TW /y

copy d:\222\Windows\resources\Themes\aero\Shell\NormalColor\shellstyle.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\resources\Themes\aero\Shell\NormalColor /y

copy d:\222\Windows\resources\Themes\aero\Shell\NormalColor\en-US\shellstyle.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\resources\Themes\aero\Shell\NormalColor\en-US /y

copy d:\222\Windows\System32\en-US\fveapi.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\en-US /y

copy d:\222\Windows\System32\en-US\shellstyle.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\en-US /y

copy d:\222\Windows\System32\zh-TW\evr.dll.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y

copy d:\222\Windows\System32\BdeHdCfgLib.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\bidispl.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\BitLockerWizard.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\BitLockerWizardElev.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

rem copy d:\222\Windows\System32\DispBroker.Desktop.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

rem copy d:\222\Windows\System32\Windows.Graphics.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

rem copy d:\222\Windows\System32\CapabilityAccessManager.Desktop.Storage.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

rem copy d:\222\Windows\System32\gamemode.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\SysWOW64\mfc42u.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

rem copy d:\222\Windows\SysWOW64\Windows.Graphics.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

rem copy d:\222\Windows\SysWOW64\CapabilityAccessManager.Desktop.Storage.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

rem copy d:\222\Windows\SysWOW64\gamemode.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\dxva2.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\evr.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\fveskybackup.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\fvewiz.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\icmp.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\mfreadwrite.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\oledlg.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\SystemPropertiesProtection.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\drivers\WifiCx.sys C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\drivers /y

copy d:\222\Windows\System32\sppsvc.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\zh-TW\sppsvc.exe.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y

copy d:\222\Windows\System32\drivers\ExecutionContext.sys C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\drivers /y

copy d:\222\Windows\SysWOW64\dxva2.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\mfplat.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\SysWOW64\mfplat.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\mshta.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\SysWOW64\mshta.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\WofUtil.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\SysWOW64\WofUtil.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\SysWOW64\evr.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\SysWOW64\icmp.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\SysWOW64\mfreadwrite.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\d3d9.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\SysWOW64\d3d9.dll C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

copy d:\222\Windows\System32\timeout.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32 /y

copy d:\222\Windows\System32\zh-TW\timeout.exe.mui C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\zh-TW /y

copy d:\222\Windows\SysWOW64\timeout.exe C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\SysWOW64 /y

rem rd C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem\Repository /s /q

rem md C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem\Repository

rem xcopy d:\222\Windows\System32\wbem\Repository\*.* C:\win1126_wimbuilder\AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last\Windows\System32\wbem\Repository\ /e /q /y /h

pause

sppsvc.reg與office.reg 存至AppData\Projects\WIN10XPE\10-MyCustom\y0-PlainCustom\MyCustom\Last資料夾,pe製作過程自動匯入。(我的定制_(後置)->勾選 簡易定制)。

sppsvc.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Tmp_SYSTEM\ControlSet001\Services\sppsvc]
"DelayedAutoStart"=dword:00000001
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"Description"="@%SystemRoot%\\system32\\sppsvc.exe,-100"
"DisplayName"="@%SystemRoot%\\system32\\sppsvc.exe,-101"
"ErrorControl"=dword:00000001
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\
  00,01,00,00,00,c0,d4,01,00,01,00,00,00,e0,93,04,00,00,00,00,00,00,00,00,00
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
  74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
  00,70,00,70,00,73,00,76,00,63,00,2e,00,65,00,78,00,65,00,00,00
"LaunchProtected"=dword:00000001
"ObjectName"="NT AUTHORITY\\NetworkService"
"RequiredPrivileges"=hex(7):53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,\
  00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,68,00,\
  61,00,6e,00,67,00,65,00,4e,00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,\
  00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,72,00,65,00,\
  61,00,74,00,65,00,47,00,6c,00,6f,00,62,00,61,00,6c,00,50,00,72,00,69,00,76,\
  00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,\
  72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,\
  00,65,00,67,00,65,00,00,00,00,00
"ServiceSidType"=dword:00000001
"Start"=dword:00000002
"Type"=dword:00000010

[HKEY_LOCAL_MACHINE\Tmp_SYSTEM\ControlSet001\Services\sppsvc\Security]
"Security"=hex:01,00,14,80,b8,00,00,00,c4,00,00,00,14,00,00,00,30,00,00,00,02,\
  00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
  00,00,02,00,88,00,06,00,00,00,00,00,14,00,ff,01,02,00,01,01,00,00,00,00,00,\
  05,12,00,00,00,00,00,18,00,fd,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
  20,02,00,00,00,00,14,00,9d,01,02,00,01,01,00,00,00,00,00,05,04,00,00,00,00,\
  00,18,00,94,00,00,00,01,02,00,00,00,00,00,0f,02,00,00,00,01,00,00,00,00,00,\
  14,00,9d,01,02,00,01,01,00,00,00,00,00,05,06,00,00,00,00,00,14,00,14,00,00,\
  00,01,01,00,00,00,00,00,05,0b,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
  01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\Tmp_SYSTEM\ControlSet001\Services\sppsvc\TriggerInfo]

[HKEY_LOCAL_MACHINE\Tmp_SYSTEM\ControlSet001\Services\sppsvc\TriggerInfo\0]
"Action"=dword:00000001
"Data0"=hex:39,00,34,00,33,00,35,00,63,00,63,00,35,00,36,00,2d,00,31,00,64,00,\
  39,00,63,00,2d,00,34,00,39,00,32,00,34,00,2d,00,61,00,63,00,37,00,64,00,2d,\
  00,62,00,36,00,30,00,61,00,32,00,63,00,33,00,35,00,32,00,30,00,65,00,31,00,\
  00,00
"DataType0"=dword:00000002
"GUID"=hex:67,d1,90,bc,70,94,39,41,a9,ba,be,0b,bb,f5,b7,4d
"Type"=dword:00000006

[HKEY_LOCAL_MACHINE\Tmp_SYSTEM\ControlSet001\Services\sppsvc\TriggerInfo\1]
"Action"=dword:00000001
"GUID"=hex:da,8a,52,f5,5f,be,14,4f,8a,ef,a9,5d,e7,28,11,61
"Type"=dword:00000014

office.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{9556DC99-828C-11CF-A37E-00AA003240C7}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{F309AD18-D86A-11D0-A075-00C04FB68820}]

[HKEY_LOCAL_MACHINE\pe-sys\ControlSet001\Services\sppsvc]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{027947E1-D731-11CE-A357-000000000001}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{06413D98-405C-4A5A-8D6F-19B8B7C6ACF7}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{07435309-D440-41B7-83F3-EB82DB6C622F}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{0FC8C622-1728-4149-A57F-AD19D0970710}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{1BE41571-91DD-11D1-AEB2-00C04FB68820}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{1BE41572-91DD-11D1-AEB2-00C04FB68820}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{21CD80A2-B305-4F37-9D4C-4534A8D9B568}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{6B3FC272-BF37-4968-933A-6DF9222A2607}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{7C857801-7381-11CF-884D-00AA004B2E24}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{B7B31DF9-D515-11D3-A11C-00105A1F515A}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{EB658B8A-7A64-4DDC-9B8D-A92610DB0206}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{F50A28CF-5C9C-4F7E-9D80-E25E16E18C59}]
[HKEY_LOCAL_MACHINE\pe-soft\Classes\Interface\{FEC1B0AC-5808-4033-A915-C0185934581E}]


2026年5月11日 星期一

win pe 啟動iesetup.dll時發生問題,找不到指定的模組

如 win  pe開機進桌面彈出 啟動iesetup.dll時發生問題,找不到指定的模組


要解決這個問題,需補充下列檔案:

Windows\System32\IEAdvpack.dll

Windows\System32\iesetup.dll

Windows\System32\ieui.dll

Windows\System32\ieuinit.inf

Windows\System32\zh-TW\IEAdvpack.dll.mui

Windows\System32\zh-TW\iesetup.dll.mui

Windows\System32\zh-TW\ieui.dll.mui


2026年5月1日 星期五

阿拉伯的粉紅村2025丹娜絲颱風七七事變後的蛻變

 2025年7月7日,中度颱風丹娜絲(Danas)在嘉義登陸,經過竹崎鄉義隆村,「阿拉伯的粉紅村」3000株粉紅花旗木,因太漂亮了,被颱風看上,爆發了「阿拉伯的粉紅村」2025七七事變,重創花旗木。2026年4月,粉紅花旗木花海,成回憶,可能要幾年,甚至10幾年才可能風華再現。經典歌曲《何日君再來》「好花不常開,好景不常在」的歌詞在耳朵迴盪。

葉村長好像能預先看到《生命轉彎處》,就在丹娜絲颱風關閉粉紅村花旗木花海鏡頭的三年前,村長在山坡地大量種植金針花,2025年5月金針花已開滿山坡,2026年4月30再去觀賞,金針花種植面積還在擴大中。花旗木純觀賞,金針花經濟價值高,多品種不同顏色金針花海休閒農業,「金針鮮蕾」、「乾金針」、「碧玉筍」(地上莖)可食用,肉質根入藥。一株金針花,觀光旅遊、食用、入藥。

金針花=忘憂草=萱草=黃花菜,華人的母親花。

粉紅花旗木-回味照


粉紅花旗木-回味照

粉紅花旗木-回味照

粉紅花旗木-回味照

粉紅花旗木-回味照

粉紅花旗木-回味照

粉紅花旗木-回味照

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2025年4月阿拉伯的粉紅村金針花盛開

2026年4月30日阿拉伯的粉紅村金針花

2026年4月30日阿拉伯的粉紅村金針花

2026年4月30日阿拉伯的粉紅村金針花

2026年4月30日阿拉伯的粉紅村金針花

花旗木園區大量種植的粉萼花,已零星開花。

經2025年7月7日,中度颱風丹娜絲,重創的花旗木園區。2026年4月30日實況。

經2025年7月7日,中度颱風丹娜絲,重創的花旗木園區。2026年4月30日實況。

散步賞花之後,點一碗愛玉

牛蒡絲觸動味雷。


2026年4月30日 星期四

號稱全球最輕手沖咖啡組-居家旅行手沖咖啡良伴

保護殼EVA材質,材質本身無味,發泡生產過程中殘留的添加劑,聞起來有橡膠味、醋酸味或類似杏仁味的化學味,打開掛在通風處,聽說約一個月味道會接近消失,實際測試一個月後,鼻子靠近聞ㄧ聞,還是有點塑膠味。
如用清水或中性清潔劑清洗,如未完全乾燥,會產生新的異味。
用濕乾淨布擰乾,擦拭保護殼外表,打開保護殼掛在通風處,讓味道漸漸消失,算是一種折衷方式。

放入咖啡包,中和塑膠味。

使用附贈的濾紙手沖咖啡。

鋼杯隔熱皮革

304食品級不鏽鋼杯

不銹鋼杯套上隔熱皮革

可伸縮304不鏽鋼濾杯

展開不鏽鋼濾杯,置放於不銹鋼杯上。

可拆式手沖壺,把手可收納緊貼鋼杯外圓。

把手展開合併。

可拆式壺嘴

手沖壺組合完成

裝上壺嘴是手沖壺。裝上止水塞是鋼杯。

收納好,拉上保護殼拉鍊,就可以拎者或掛上背包或放入提袋或放入背包。

為避免止水塞在鋼杯內滾動,建議用一小塊布包著,跟壺嘴放一起

加購一個隔熱鋼杯(含隔熱皮革),擠一擠,剛好可以完美塞入。

二個隔熱鋼杯(含隔熱皮革)




換常用手沖咖啡濾紙(針葉樹),紙會超過濾杯。在戶外有風時,濾紙容易被風吹走,可以先淋濕,如還可能被風吹走,可用最小號蝴蝶夾固定濾紙。

用電子稱實測,未加購鋼杯(含隔熱皮革)重量是374.2公克。放在電子稱的位置,會影響測量數值,374.2公克是放在稱中間位置測得的數值。實際測量數值與賣家規格列的數值會有誤差,誤差值在可容許範圍。實測重量僅供參考。
摘錄自賣家提供的商品規格:
.品名:Driver SOLO手沖咖啡組
.型號:DR-VXTP2001
.尺寸:
咖啡濾杯-直徑8.7 x 高7.8cm
手沖壺-總長20 x 寬7.8 x 高10.5cm
SOLO 鋼杯-直徑6.8 x 高8.8cm
保護殼-直徑10.5 x 高13cm
.材質:
咖啡濾杯-SUS304食品級不銹鋼
手沖壺-SUS304食品級不銹鋼、食品級矽膠
SOLO 鋼杯-SUS304食品級不銹鋼、皮革
保護殼-EVA
.容量:
咖啡濾杯-1-2 cup
手沖壺-450ml
SOLO 鋼杯-250ml
.重量:
咖啡濾杯-約47.9g
手沖壺-166g (±10%)
SOLO 鋼杯-約58.4g
保護殼-約92g
.產地:台灣

放在電子稱的位置,會影響測量數值,下圖測得373.9公克。

不銹鋼杯含隔熱皮革63公克。

不鏽鋼杯49.5公克。


真的是很輕很輕很輕手沖咖啡組,攜帶非常方便。在台灣,很多旅遊景點、遊客中心、車站有飲水機,出門前磨豆,咖啡粉裝入迷你咖啡罐,就可以在外出旅途中,賞味手沖咖啡。