|
EXPLORER的添加
1. 注册表的处理:
DEFAULT 的处理:
挂载WINPE\WINDOWS\SYSTEM32\CONFIG\DEFAULT配置单元为PE-DEF
导入EXPLORER的PE-DEF.REG用户设置注册表文件:
SOFTWARE的处理:
从INSTALL\WINDOWS\SYSTEM32\CONFIG\SOFTWARE替换为WINPE\WINDOWS\SYSTEM32\CONFIG\SOFTWARE并进行以下方式处理:
挂载注册表配置单元为PE-SOFT并获取权限
使用Registry Workshop搜索并删除所有Interactive User项目
SYSTEM的处理:
挂载INSTALL\WINDOWS\SYSTEM32\CONFIG\SYSTEM为OS-SYS并获取权限
挂载WINPE\WINDOWS\SYSTEM32\CONFIG\SYSTEM为PE-SYS并获取权限
从OS-SYS注册表中复制以下项目到PE-SYS
HKEY_LOCAL_MACHINE\OS-SYS\ControlSet001\Services\CoreMessagingRegistrar
HKEY_LOCAL_MACHINE\OS-SYS\Setup\AllowStart\CoreMessagingRegistrar
2.添加EXPLORER的功能文件:
从D:\1909\INSTALL复制以下必要文件到D:\1909\WINPE文件夹
\Windows\System32\actxprxy.dll
\Windows\System32\AppResolver.dll
\Windows\System32\cdp.dll
\Windows\System32\CoreMessaging.dll
\Windows\System32\CoreUIComponents.dll
\Windows\System32\d3d11.dll
\Windows\System32\DataExchange.dll
\Windows\System32\dcomp.dll
\Windows\System32\dsreg.dll
\Windows\System32\DXCore.dll
\Windows\System32\dxgi.dll
\Windows\System32\edputil.dll
\Windows\System32\ExplorerFrame.dll
\Windows\System32\ieframe.dll
\Windows\System32\MrmCoreR.dll
\Windows\System32\OneCoreUAPCommonProxyStub.dll
\Windows\System32\PhotoMetadataHandler.dll
\Windows\System32\rmclient.dll
\Windows\System32\SettingSyncCore.dll
\Windows\System32\shellstyle.dll
\Windows\System32\shsvcs.dll
\Windows\System32\stobject.dll
\Windows\System32\StructuredQuery.dll
\Windows\System32\TextInputFramework.dll
\Windows\System32\thumbcache.dll
\Windows\System32\twinapi.appcore.dll
\Windows\System32\twinapi.dll
\Windows\System32\twinui.pcshell.dll
\Windows\System32\UIAnimation.dll
\Windows\SystemResources\DataExchange.dll.mun
\Windows\SystemResources\dwmcore.dll.mun
\Windows\SystemResources\edputil.dll.mun
\Windows\SystemResources\ExplorerFrame.dll.mun
\Windows\SystemResources\ieframe.dll.mun
\Windows\SystemResources\shsvcs.dll.mun
\Windows\SystemResources\stobject.dll.mun
\Windows\SystemResources\twinui.dll.mun
\Windows\SystemResources\Windows.UI.Immersive.dll.mun
\Windows\explorer.exe |
|