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 *.mdmp /B /O-D /A-D') do del "%%F"



windows/windowsserver/scripts/removemdmp.1513672835.txt.gz · Last modified: 2017/12/19 09:40 (external edit)