Hi,

Open notepad and copy/paste the text present inside the code box below:


@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (

"c:\61"
"c:\arquivos de programas\7f7"

) do (
rd /s/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted !!

pause
del %0

Save this as fix.bat

Choose to Save type as - All Files to your desktop then close the Notepad file.

Double-click on fix.bat to run it.

Did you got any message after running this bat?


How’s your computer running now?