10pe修改system注册表时需加入下面内容,才可以启动explorer
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\PE-SYS\ControlSet001\Services\CoreMessagingRegistrar]
- "FailureActionsOnNonCrashFailures"=dword:00000001
- "Start"=dword:00000002
- "DisplayName"="@%SystemRoot%\\system32\\coremessaging.dll,-1"
- "ErrorControl"=dword:00000001
- "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,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
- 6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,00,72,00,76,00,69,00,63,\
- 00,65,00,4e,00,6f,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,00,00
- "Type"=dword:00000020
- "Description"="@%SystemRoot%\\system32\\coremessaging.dll,-2"
- "ObjectName"="NT AUTHORITY\\LocalService"
- "ServiceSidType"=dword:00000003
- [HKEY_LOCAL_MACHINE\PE-SYS\ControlSet001\Services\CoreMessagingRegistrar\Parameters]
- "ServiceDll"=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,\
- 63,00,6f,00,72,00,65,00,6d,00,65,00,73,00,73,00,61,00,67,00,69,00,6e,00,67,\
- 00,2e,00,64,00,6c,00,6c,00,00,00
- [HKEY_LOCAL_MACHINE\PE-SYS\Setup\AllowStart\CoreMessagingRegistrar]
- [HKEY_LOCAL_MACHINE\PE-SYS\Setup\AllowStart\ProfSvc]
- [HKEY_LOCAL_MACHINE\PE-SYS\Setup\AllowStart\sppsvc]
复制代码
加载system配置单元为 PE-SYS,把上面代码保存为 .REG文件,双击导入即可。 |