Monday, December 30, 2019

To many msi*.tmp files

Found this issue on a old windows 7 machine.

upgraded to 10, but the files where still there


https://www.tenforums.com/general-support/51923-cannot-delete-tmp-folders.html


lots of msi*.tmp files

FOR /F "delims=*" %I IN ('DIR /B "C:\msi*"') DO ( TAKEOWN /F "%I" /R && RD /Q /S "%I" )