This can be rather annoying especially when copying files between almost full partitions. To disable this popup warning for a drive:Hard Disk is Full
You have run out of disk space on drive C. To free space on this drive by deleting old or unnecessary files, click Disk Cleanup
- Open My Computer
- Right click the wanted drive and choose Properties
- On the General fan, press the Disk Cleanup... button
- Select the Settings fan
- Uncheck If this drive runs low on disk space, automatically run Disk Cleanup
- Press Ok
- A popup comes up about deleting temporary files, press Ok
[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Control \FileSystem]
DisableLowDiskSpaceBroadcast = 12 (Disable checking on C: and D:)
Bit | Value(Dec) | Value(Hex) | Letter |
---|---|---|---|
1 | 1 | 0x00000001 | A: |
2 | 2 | 0x00000002 | B: |
3 | 4 | 0x00000004 | C: |
4 | 8 | 0x00000008 | D: |
5 | 16 | 0x00000010 | E: |
etc. | etc. | etc. | etc. |
More Info MS KB188074
Related Configure different cleanup profiles for different drives
Credits www.mdgx.com
Leave a Reply