Site Tools


windows:windowsserver:scripts:removemdmp

This is an old revision of the document!


Remove .mdmp files

One server always wrote alot of .mdmp files which filled up C:. We had no use for the dumps and couldnt deactivate them so I removed them with a task.

c:
cd C:\Windows\SysWOW64\
for /f "delims=" %%F in ('dir *.exe /B /O-D /A-D') do del "%%F"



windows/windowsserver/scripts/removemdmp.1502797004.txt.gz · Last modified: 2017/08/15 13:36 by lunetikk