system event warnings

  • Thread starter Thread starter none
  • Start date Start date
N

none

This pc has multiple drives (partitions) and they are near capacity. I know
this, it's OK. The system log always shows warnings that these drives are
near capacity (e.g. Drive E: is at or near capacity. You may need to delete
some files.) . Is there any way to stop those warning from being recorded in
the log?

TIA
Vic
 
In the left pane right click on the System Log and click on Properties
and the click on the Filter tab. The same can be done by higlighting
the log in the left pane and then clicking on the "Action" menu.

John
 
You can change the default value by Adding a REG_DWord value
"DiskSpaceThreshold"
to
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

Set this value to the percentage of free disk space remaining before the OS
sends an alert. The allowable range is 0 to 99


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
John, tried the solution but it does not appear to do what I'd like. I
set the SRV param to not show warnings for the category DISK (unchecked
warning), clicked apply, everything in log disappears!

Selected to show ALL events, all categories, and voila, the low disk
space warning are still there. Hmmm.

Can you please tell me what I'm doing wrong? Again, the idea is to show
ALL events minus low disk space warnings.

Thanks
Vic
___
 
Hi Dave

Tried the solution below but upon reboot the events log has a RED ERROR
flag stating:

"The value named DiskSpaceThreshold in the servers Registry key
LanmanServer\Parameters was invalid. The value was ignored and
processing continued."

Any idea what's wrong?

TIA
Vic
___
Dave Patrick said:
You can change the default value by Adding a REG_DWord value
"DiskSpaceThreshold"
to
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

Set this value to the percentage of free disk space remaining before the OS
sends an alert. The allowable range is 0 to 99


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

none said:
This pc has multiple drives (partitions) and they are near capacity. I
know
this, it's OK. The system log always shows warnings that these drives are
near capacity (e.g. Drive E: is at or near capacity. You may need to
delete
some files.) . Is there any way to stop those warning from being recorded
in
the log?

TIA
Vic
 
Sorry, I gave you an incorrect answer, follow Dave's lead to disable
logging of the event.

John
 
Dave, got the issue figured out. Inserted the wrong value in the key
initially. Works great now. Thanks!

Vic
___
none said:
Hi Dave

Tried the solution below but upon reboot the events log has a RED ERROR
flag stating:

"The value named DiskSpaceThreshold in the servers Registry key
LanmanServer\Parameters was invalid. The value was ignored and
processing continued."

Any idea what's wrong?

TIA
Vic
___
Dave Patrick said:
You can change the default value by Adding a REG_DWord value
"DiskSpaceThreshold"
to
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

Set this value to the percentage of free disk space remaining before the OS
sends an alert. The allowable range is 0 to 99


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

none said:
This pc has multiple drives (partitions) and they are near
capacity.
 
Back
Top