• CÔNG NỢ Administrator 2023-01-03 08:27
  • Địa điểm: CÔNG NỢ / ClearTemp.bat

    @echo off
    del /f /s /q /a "%userprofile%\Local Settings\Temp\*.*"
    rd /s /q "%userprofile%\Local Settings\Temp"
    md "%userprofile%\Local Settings\Temp"
    
    del /f /s /q /a "%userprofile%\Local Settings\Temporary Internet Files\*.*"
    rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
    md "%userprofile%\Local Settings\Temporary Internet Files"
    
    del /f /s /q /a "%userprofile%\Recent\*.*"
    rd /s /q "%userprofile%\Recent"
    md "%userprofile%\Recent"
    
    del /f /s /q /a "%userprofile%\NetHood\*.*"
    rd /s /q "%userprofile%\NetHood"
    md "%userprofile%\NetHood"
    
    del /f /s /q /a "%userprofile%\Local Settings\History\*.*"
    rd /s /q "%userprofile%\Local Settings\History"
    md "%userprofile%\Local Settings\History"
    
    del /f /s /q /a "%userprofile%\Cookies\*.*"
    rd /s /q "%userprofile%\Cookies"
    md "%userprofile%\Cookies"
    
    del /f /s /q /a "%windir%\temp\*.*"
    rd /s /q "%windir%\temp"
    md "%windir%\temp"
    
    del /f /s /q /a "%appdata%\Apple Computer\iTunes\iPhone Software Updates\*.*"
    rd /s /q "%appdata%\Apple Computer\iTunes\iPhone Software Updates"
    md "%appdata%\Apple Computer\iTunes\iPhone Software Updates"
    
    del /f /s /q /a "%appdata%\Apple Computer\MobileSync\*.*"
    rd /s /q "%appdata%\Apple Computer\MobileSync"
    md "%appdata%\Apple Computer\MobileSync"
    
    

    - Powered by Storage Plus + V1.37

    Copyright © Hien Le.

    Files