Configure when to report low on disk space in the Event Log
1 January 2001 by Snakefoot | Comment » | Trackback OffThe System Event Log will display the following warning when less than 10% disk space is free:
To configure the percentage of free space the disk should have left before writing an entry to EventLog edit this DWORD registry key:Event ID - 2013
The <disk-letter> disk is at or near capacity. You might need to delete some files.
Windows 2003 can also write an entry to the Eventlog when the free space on disk is below a certain treshold specified in megabytes:[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \LanmanServer \Parameters]
DiskSpaceThreshold=0 (0-99 percent, Default = 10%)
More Info MS KB Q112509
Related Show warning in taskbar when low on HDD space in WinXP[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \LanmanServer \Parameters]
LowDiskSpaceMinimum=0 (Default = 400 MByte)
Tags:
Category:
Updated: 20 June 2008