Site Tools


windows:windowsserver:scripts:removemdmp

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.txt · Last modified: 2018/05/28 14:39 by lunetikk