|
之前的版本explorer就已经是需要dwm.exe才能运行,需要把它加到explorer脚本中。
- ##=== explorer needed for 14393 ===
- If,ExistFile,%i32%\OneCoreCommonProxyStub.dll, ReqSys32, OneCoreCommonProxyStub.dll
- If,ExistFile,%i32%\SharedStartModel.dll, ReqSys32, SharedStartModel.dll
- If,ExistFile,%i32%\twinui.pcshell.dll, ReqSys32, twinui.pcshell.dll
- ReqSys32, dwm.exe
- ReqSys32, dwmcore.dll
- ReqSys32, dwmghost.dll
- ReqSys32, Dwmredir.dll
- ReqSys32, uDWM.dll
- ##MUST for dwm.exe in won10 14986
- If,%SourceBuild%,Bigger,14985, ReqSys32,D3DCompiler_47.dll
- //
- ImportRegistryPE-Auto, SYSTEM, ControlSet001\Services\CoreMessagingRegistrar
- RegHiveLoad,8PE_SYS,%t32%\config\SYSTEM
- RegWrite,HKLM,0x0,8PE_SYS\Setup\AllowStart\CoreMessagingRegistrar
- RegHiveUnload,8PE_SYS
- //
- ReqSys32, coremessaging.dll
- ReqSys32, dwminit.dll
- //
- If,%SourceBuild%,Bigger,14985, Begin
- ##explorer.exe needed in Win10 14986
- ReqSys32, CoreUIComponents.dll
- ReqSys32, TextInputFramework.dll
- ##explorer.exe and taskbar needed in Win10 14986
- ReqSys32, elscore.dll
- ReqSys32, AppResolver.dll
- ReqSys32, Bcp47Langs.dll
- End
复制代码 |
评分
-
查看全部评分
|