修复windows xp_在Windows XP上修复“事件日志已满”错误

修复windows xp_在Windows XP上修复“事件日志已满”错误

修复windows xp

I was working on a project for work when I suddenly got the strangest error: “The Event Log is Full”. Seriously? What I didn’t remember is that Windows XP doesn’t automatically overwrite events less than 7 days old from the event log, so when it’s full, most applications that try and write to the event log are going to break.

当我突然遇到最奇怪的错误:“事件日志已满”时,我正在从事一个工作项目。 认真吗我不记得的是,Windows XP不会自动覆盖距事件日志不到7天的事件,因此,当事件记录已满时,大多数尝试写入事件日志的应用程序都将崩溃。

You can easily fix this problem by changing the event logs to overwrite old events regardless of the date, or just increase the size that the log is allowed to grow to.

您可以通过更改事件日志以覆盖旧事件(无论日期如何)来轻松解决此问题,或者只是增加允许日志增长到的大小。

Note: If your event log is so huge within 7 days that you are getting this error, there’s probably something seriously wrong. You should inspect your event log to understand what is causing all of the errors… more on that in a future article.

注意:如果您的事件日志在7天内如此之大,以至于您收到此错误,则可能是严重错误。 您应该检查事件日志,以了解导致所有错误的原因……在以后的文章中将详细介绍。

Increasing Event Log Size

增加事件日志大小

Open up Event Viewer by typing in eventvwr into the Start \ Run box, or you can find it under Administrative tools section of Control Panel.

通过在“开始\运行”框中键入eventvwr来打开事件查看器,或者在“控制面板”的“管理工具”部分下找到它。

You’ll notice over on the right-hand side of the window that the current size of my Application and System Event Logs are 512 KB…

您会在窗口的右侧注意到,我的应用程序和系统事件日志的当前大小为512 KB…

修复windows xp_在Windows XP上修复“事件日志已满”错误

Now you can right-click on one of the Event Logs in the list, and choose Properties from the menu.

现在,您可以右键单击列表中的“事件日志”之一,然后从菜单中选择“属性”。

修复windows xp_在Windows XP上修复“事件日志已满”错误

In this dialog you can do a number of things… you could clear the log, increase the size, or just set the system to overwrite events as needed.

在此对话框中,您可以执行许多操作……您可以清除日志,增加大小或仅将系统设置为根据需要覆盖事件。

修复windows xp_在Windows XP上修复“事件日志已满”错误

I chose to increase the maximum size of the event log, and then also to overwrite events as needed. 

我选择增加事件日志的最大大小,然后根据需要覆盖事件。

修复windows xp_在Windows XP上修复“事件日志已满”错误

For those of you using Windows Vista, you’ll notice that the default settings in Vista are to overwrite as needed, and the maximum size is way bigger. Guess my setting choices make sense then…

对于使用Windows Vista的用户,您会注意到Vista中的默认设置将根据需要覆盖,并且最大大小要大得多。 猜猜我的设置选择是否合理……

修复windows xp_在Windows XP上修复“事件日志已满”错误

Again, if your Application or System event logs are growing so gigantic that you are getting this error, you should really look into the root cause by carefully examining the entries in the logs.

同样,如果您的应用程序或系统事件日志增长得如此之大,以至于您收到此错误,则应该通过仔细检查日志中的条目来真正地找出根本原因。

翻译自: https://www.howtogeek.com/howto/windows/fixing-the-event-log-is-full-error-on-windows-xp/

修复windows xp