本帖最后由 Lintel-TR 于 2013-10-6 16:10 编辑
ddsony 发表于 2013-10-6 15:58
用了sfc /scannow修复能手动启动这项服务了。后面写着是自动启动,但是不能随系统重启而自动启动这个服务 ...
这是Superfetch注册项信息,另存为reg导入试试,先备份好原来的- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SysMain]
- "Start"=dword:00000002
- "Description"="@%SystemRoot%\system32\sysmain.dll,-1001"
- "DisplayName"="@%SystemRoot%\system32\sysmain.dll,-1000"
- "ErrorControl"=dword:00000000
- "ImagePath"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,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,79,00,73,00,74,00,65,00,6d,\
- 00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,52,00,65,00,73,00,74,00,72,00,\
- 69,00,63,00,74,00,65,00,64,00,00,00
- "Type"=dword:00000020
- "DependOnService"=hex(7):72,00,70,00,63,00,73,00,73,00,00,00,66,00,69,00,6c,00,\
- 65,00,69,00,6e,00,66,00,6f,00,00,00,00,00
- "ObjectName"="LocalSystem"
- "RequiredPrivileges"=hex(7):53,00,65,00,54,00,63,00,62,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,50,00,72,00,6f,00,66,00,\
- 69,00,6c,00,65,00,53,00,69,00,6e,00,67,00,6c,00,65,00,50,00,72,00,6f,00,63,\
- 00,65,00,73,00,73,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,54,00,61,00,6b,00,65,00,4f,00,77,00,6e,00,65,00,72,00,73,\
- 00,68,00,69,00,70,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,44,00,65,00,62,00,75,00,67,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,6e,00,63,00,72,00,65,00,\
- 61,00,73,00,65,00,42,00,61,00,73,00,65,00,50,00,72,00,69,00,6f,00,72,00,69,\
- 00,74,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,\
- 00,00
- "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,60,ea,00,00,01,00,00,00,60,ea,00,00,00,00,00,00,00,00,00,00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SysMain\Parameters]
- "ServiceDllUnloadOnStop"=dword:00000001
- "ServiceMain"="SysMtServiceMain"
- "ServiceDll"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,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,79,00,73,00,6d,00,61,00,69,00,6e,00,2e,00,64,00,6c,00,6c,00,00,00
复制代码 |