Disable Windows low disk space message

Most of the times, it start irritating you when you keep receiving the Low Disk Space Message from windows although you know that neither windows nor you can do anything in that case :).

 

In order to avoid this message, one solution is to do small registry tweaking as follows –

  1. Run Regedit
  2. Go to HKEY_Current_User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  3. From the Edit menu, select New, DWORD Value
  4. Type NoLowDiskSpaceChecks, and then press ENTER.
  5. On the Edit menu, click Modify. Type 1 (Numeric one)

 

Other solution is to run this set of simple commands on command prompt –

REM copy here
regini HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer “NoLowDiskSpaceChecks” = REG_DWORD 1
REM end copy here

 

No more Low Disk Space message :M)

Leave a Reply

Your email address will not be published.