Show warning in taskbar when low on hard disk space
7 October 2001 by Snakefoot | Comment » | Trackback OffYou can control this through the registry with this DWORD value:
Credits ntfaq.com
Related Changing when to report low on HDD space in Event Log[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Policies \Explorer]
NoLowDiskSpaceChecks = 1 (Show = 0, Don't Show = 1, Default = 0)
More Info MS KB Q285107
Credits ntfaq.com
Comment by stefan - 2 January 2004 @ 4:29 Reply
There must be a “s” at the end of the DWORD - so the DWORD should look like this: “NoLowDiskSpaceChecks”!!! :\