Buatlah file dengan Notepad/Edit++, tulislah kode dibawah ini, kemudian simpan dengan nama file hapus.bat
del /s /q /f c:\desktop.ini
del /s /q /f /a:H c:\desktop.ini
del /s /q /f d:\desktop.ini
del /s /q /f /a:H d:\desktop.ini
del /s /q /f e:\desktop.ini
del /s /q /f /a:H e:\desktop.ini
del /s /q /f d:\*.lnk
del /s /q /f /a:H d:\*.lnk
del /s /q /f e:\*.lnk
del /s /q /f /a:H e:\*.lnk
del /s /q /f d:\*.tmp
del /s /q /f /a:H d:\*.tmp
del /s /q /f e:\*.tmp
del /s /q /f /a:H e:\*.tmp
del /s /q /f c:\*.tmp
del /s /q /f /a:H c:\*.tmp
del /s /q /f /a:H c:\windows\system32\*.manifest
Iklan