Jsou zobrazeny jen nové odpovědi. Zobrazit všechny
Předmět Autor Datum
Já jsem si na mazání udělal dávkový soubor, je udělanej celkem univerzálně takže ho použivám i jako… poslední
Miloslav 27.04.2010 04:49
Miloslav

Já jsem si na mazání udělal dávkový soubor, je udělanej celkem univerzálně takže ho použivám i jako servisní, když někdo donese počítač

rem Mazani nepotrebnych souboru
    rd /s /q "%userprofile%\local settings\temp"
    md "%userprofile%\local settings\Temp"
    rd /s/ q "%userprofile%\local settings\Temporary Internet Files"
    md "%userprofile%\local settings\Temporary Internet Files"
    rd /s /q "%userprofile%\local settings\data aplikací\mozilla"
    rd /s /q c:\FOUND.000
    rd /s /q c:\FOUND.001
    rd /s /q c:\FOUND.002
    rd /s /q c:\FOUND.003
    rd /s /q "%windir%\temp"
    md "%windir%\Temp"
    rd /s /q "%windir%\prefetch"
    md "%windir%\Prefetch"
    rd /s /q c:\recycled
    rd /s /q c:\recycler
    rd /s /q c:\$recycle.bin
    rd /s /q d:\recycled
    rd /s /q d:\recycler
    rd /s /q d:\$recycle.bin
    rd /s /q e:\recycled
    rd /s /q e:\recycler
    rd /s /q e:\$recycle.bin
    rd /s /q f:\recycled
    rd /s /q f:\recycler
    rd /s /q f:\$recycle.bin
    pause Vymazat System Volume Information? Ctrl+C zrušit
    rem  odstranění obsahu System Volume Information
    cacls "c:\System Volume Information" /e /g everyone:f
    cacls "d:\System Volume Information" /e /g everyone:f
    cacls "e:\System Volume Information" /e /g everyone:f
    cacls "f:\System Volume Information" /e /g everyone:f
    rd /s /q "c:\System Volume Information"
    rd /s /q "d:\System Volume Information"
    rd /s /q "e:\System Volume Information"
    rd /s /q "f:\System Volume Information"

Zpět do poradny Odpovědět na původní otázku Nahoru