如何在 Windows 时间服务中打开调试日志记录
Debug.log文件可以记录执行事务或运行单元测试时发生的数据库操作、系统进程和错误。在今天的帖子中,我们将介绍如何为Windows 时间服务(也称为W32time)打开调试日志记录。Windows 时间(Windows Time)服务的调试日志记录功能可以帮助您解决问题。
打开Windows 时间服务(Windows Time Service)的调试日志记录(Debug Logging)
日志是在您的计算机中发生的事件的记录,无论是由人还是由正在运行的进程。它们可以帮助您跟踪发生的事情并解决问题。
Microsoft建议您在执行所有其他故障排除步骤后使用调试日志记录。此外,由于调试日志中详细信息的性质,您可能必须联系Microsoft 支持(Microsoft Support)专业人员。
要打开Windows 时间服务(Windows Time Service)的调试日志记录,请执行以下操作:
此过程需要对注册表进行调整,因此首先您应该备份注册表(back up the registry)或创建系统还原点,以防该过程失败。
一旦你完成了任何一个动作,你现在可以开始如下 -
启动注册表编辑器。
找到(Locate)并单击以下注册表项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
在Edit菜单上,单击New Value,然后添加以下注册表值:
1] 值名称:FileLogSize(1] Value Name: FileLogSize)
- 数据类型:双字
- 数值数据:10000000
此注册表值指定日志文件的大小(以字节为单位)。
10000000 字节的值会将日志文件限制为大约 10 MB。
2] 值名称:FileLogName(2] Value name: FileLogName)
- 数据类型:字符串
- 数值(Value)数据:C:WindowsTempw32time.log
此注册表值指定日志文件的位置。路径不固定。您可以使用不同的路径。
3] 值名称:FileLogEntries(3] Value name: FileLogEntries)
- 数据类型:字符串
- 值:0-116
此注册表值指定调试日志中信息的详细程度。如果您必须拥有更详细的日志记录信息,请联系Microsoft 支持专家(Microsoft Support Professional)。
数据类型(Data Type)值必须是REG_SZ (String)类型。您必须完全按所示键入值(即键入 0-116)。对于最详细的日志记录,最高可能值为 0-300。该值的含义是:记录(Log)0到116范围内的所有条目。
I hope you find this guide useful!
Related posts
Windows Time Service不起作用,Time Synchronization失败了错误
Background Intelligent Transfer Service不在Windows 11/10工作
Windows Cryptographic Service Provider报告了一个错误
Windows Update Medic Service(WaaSMedicSVC.exe)在Windows 10
如何在Windows 10启用或禁用IP Helper Service
Services.msc在Windows 11/10不开放
如何在Windows 10灰色灰色,启用DNS Client Service
如何在Windows 10中提取Running,Stopped,Disabled Services的列表
无法设置延迟的自动启动标志 - Windows service错误
Windows Installer不Windows 10正常工作
Windows Installer Service在Services Manager失踪Windows 11/10
如何在Windows 10启用或禁用Print Spooler Service
Control Windows Service使用ServiceTray system tray
如何识别Windows Services延迟Shutdown or Startup
如何在Windows 10上禁用Windows Insider Service
Fix Windows Time Service不工作
Local Computer上的Windows Search Service开始然后停止了
Fix Windows Installer Package错误:Service无法启动
Fix Services和Controller应用High CPU usage在Windows 10
Windows Service在Windows 11/10中不会启动