WINDOWS启动时间服务,基本上都启动不了,试了多台电脑。提示信息如下:

net start w32time

The Windows Time service is starting.The Windows Time service could not be started.A system error has occurred.System error 126 has occurred.The specified module could not be found.

试了许多方法,最有效的是这个:

w32tm /debug /disable

w32tm /unregister

w32tm /register

net start w32time

w32tm /resync

我估计第一条命令是最重要的。不能启动可能和日志文件有关,关掉调试,不写日志,问题自然解决。

以下是查到的一堆资料,供参考:

You might check your registry.

  1. Navigate to the following Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
  2. Double click on the TYPE key and remove the extra space after the value.Extra spaces entered after the Value are shown as aue selected text.
  3. Restart the computer. bl

sc triggerinfo w32time start/networkon stop/networkoff

This command will fix the triggers for the Windows Time service and it should launch automatically when it’s supposed to, fixing your problem.

w32tm /unregister

https://appuals.com/windows-time-service-wont-start/

"Windows could not start the Windows Time Service on Local Computer. Error 2: The system cannot find the file specified".

net stop w32time

w32tm /unregister

w32tm /register

net start w32time

w32tm /resync

This error occurred in five windows servers 2008.Error 2: The system cannot find the file specified ... Windows Event Log service could not start.I tried the following steps:1) Link Server 2008 Event log restore

2) Full control for administrator user in the folder

C:\Windows\System32\winevt\Logs3

Delete files in the

C:\Windows\System32\winevt\Logs

Plz i need help.I did a test, and I believe it is a hotfix that was applied. Now the question is what is the hotfix that is causing this problem.

I met the exact problem yesterday, and tried the  3 options as you mentioned, but the problem remained.

However, with the help of procmon, it turned out that the issue was caused by an incorrect registry entry at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Parameters\ServiceDll

Event Log service by default will look at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\ServiceDll for the service dll to start the service, however, when "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Parameters" presents, it will look for ServiceDll underneath the "Parameters" sub key.

And in my case, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Parameters\ServiceDll was referring to an empty string, so Event log service cannot find the service dll file to start the service.

So, I just deleted the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Parameters, and after that, Event log service starts correctly.Hope this helps.

Deleting

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs

fixed my problem.

Story:

Nothing here solved my problem.

I run process monitor to check for file errors by svchost and found some dlls that were missing.

I looked in the entire registry for those dlls and found they were all mentioned only in the infamous AppInit_DLLs entry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows

Deleting the value in AppInit_DLLs fixed my problem.

The DLLs were non existent nvidia drivers from a previous video card.  The uninstall didn't remove this value it seems.

Strangely it seems AppInit_DLLs are DLLs that are loaded in EVERY new process.  The load failure only made start service service fail.... windows and all the programs I've been using were working just fine.

Hope this helps some of you.

WINDOWS时间服务启动失败的原因相关推荐

  1. WinCE启动失败的原因与解决办法分析

    本文通过一个真实的嵌入式项目进行说明.文中的嵌入式系统用的是ARM处理器+WinCE平台,项目的目的是要把WinCE平台从旧版本移植到WinCE6.0平台上.但结果是这个WinCE系统在启动的时候经常 ...

  2. windows 服务启动失败的解决办法

    标签: windows 服务启动失败的解决办法 当启动服务失败,原因往往在于用户更改了用户名或者密码所引起. 今天我遇到该问题是我改了系统管理员密码后碰到的,在我该了系统管理员密码后启动postgre ...

  3. Tomcat服务器启动失败的原因

    Tomcat1.Tomcat服务器启动失败的原因 忘记配置JAVA_HOME.因为tomcat是用java实现的,运行时至少需要JRE环境,否则报错 JAVA_HOME写错了.即使你有JDK环境,to ...

  4. 操作系统MSXML组件版本过低,导致启动失败的原因

    操作系统MSXML组件版本过低,导致启动失败的原因 开机出现此弹窗,电脑变得非常卡顿,什么都打不开操作不了,转圈圈无响应卡死.明明刚重装的系统,昨天还好好的,不会又要重装吧?到底是什么原因,非常想要弄 ...

  5. apmserv mysql5.1启动失败_apmserv启动失败的原因以及解决方法

    在本地测试环境当中,很多人遇到过apmserv集成软件启动失败的问题:有apache启动失败.mysql启动失败:系统天堂小编针对apmserv启动失败的原因整理了对应的解决方法在这里分享给大家. 现 ...

  6. windows服务启动失败解决流程

    最近遇到windows服务启动失败的情况,网上查阅了一下相关的解决方式,顺便记录一下解决的一般流程和方式: (一般是软件的配置文件出现问题,先检查配置文件是否有问题,例如没有符合yml格式(不可使用t ...

  7. tomcat启动失败的原因、JAVA_HOME配置失败的几种原因、另一种启动tomcat服务器的方式catalina run

    tomcat启动失败的原因 常见的启动失败的原因,在双击打开startup.bat文件,会出现一个小黑窗一闪而过:该失败的原因是因为没有配置好JAVA_HOME环境变量 JAVA_HOME配置失败的几 ...

  8. linux tomcat启动失败的原因,Linux平台Tomcat启动失败问题排查

    部署在 Linux 服务器上边的 Tomcat服务通常在项目更新的时候需要重新启动,但是会由于各种原因,导致 Tomcat 启动失败,本文将以Linux 发行版 centOS 7 系统为例介绍两种 T ...

  9. linux装oracle11g启动失败,Oracle11GSELinux原因启动失败的解决办法

    OS:Oracle-Enterprise-R5-U2-Server-i386Oracle:linux_x86_11gR1_databaseERROR:sqlplus: error while load ...

最新文章

  1. Excel+bat批量更改文件名
  2. linux+Oracle集群课程全面升级
  3. 变态跳台阶,很难很难,终于想出来了,附推导过程,为自己鼓掌
  4. jpa 关系拥有方_JPA:确定关系的归属方
  5. Redis Mac下安装与使用
  6. HTTP WS 区别
  7. Jenkins系列-Jenkins插件备份
  8. mui ajax方法
  9. PyQt Graphics View 一个hello world例子
  10. PowerPoint媒体更加适合这样的场合
  11. ModuleNotFoundError: No module named 'cv2' (安装cv2)
  12. 深度学习图像分割(一)——PASCAL-VOC2012数据集(vocdevkit、Vocbenchmark_release)详细介绍
  13. slickedit背景颜色和当前关键字高亮
  14. 5336-90-3,9-ACRIDINECARBOXYLIC ACID,9-吖啶羧酸
  15. 中南大学FYT机器人战队超级电容开发经验记录及分享(ROBOMASTER)
  16. 纯css实现动态渐变背景,一分钟学会
  17. 简单的实现app界面劫持和后台监控
  18. Qt 快速入门学习笔记
  19. 按日期循环执行impala sql脚本
  20. 解决pcntl_fork() has been disabled for security reasons in file /www/wwwroot/192.168.21.2/vendor/wor

热门文章

  1. 一文看懂区块链架构设计(附知识图谱)
  2. 浙大愤青教授郑强经典语录
  3. Go实现基础密码加密解密(含例子)
  4. 百度 腾讯 阿里 小米 笔试题目宝典
  5. Perforce介绍
  6. asp毕业设计——基于asp+sqlserver的教学互动管理系统设计与实现(毕业论文+程序源码)——教学互动管理系统
  7. MAYA学习难吗? MAYA前景如何? 怎样才能更好的学好MAYA建模?
  8. 数据挖掘技术及其应用
  9. JavaScript制作简易单词测试题库
  10. Nginx 学习总结