Administrators COSMIN Posted April 7 Administrators Posted April 7 1. Creează fișierul Click dreapta pe Desktop New → Text Document Redenumește în: cleanup.bat IMPORTANT: dacă nu vezi extensiile, activează File name extensions 2. Adaugă codul în fișier Deschide fișierul .bat și pune asta: @echo off color 0A echo Cleaning system... :: Delete temp files echo Deleting TEMP files... del /s /f /q %temp%\* rd /s /q %temp% :: Delete Windows temp echo Deleting Windows TEMP... del /s /f /q C:\Windows\Temp\* rd /s /q C:\Windows\Temp :: Clear Prefetch echo Cleaning Prefetch... del /s /f /q C:\Windows\Prefetch\* :: Clear DNS cache echo Flushing DNS... ipconfig /flushdns :: Clean Recycle Bin echo Emptying Recycle Bin... PowerShell.exe -NoProfile -Command "Clear-RecycleBin -Force" echo Done! pause 3. Rulează fișierul Click dreapta pe cleanup.bat → Run as Administrator Important Trebuie rulat ca Administrator Nu șterge fișiere importante, doar junk Dacă apare eroare la unele foldere → e normal Donator: SteamDB Donator: SteamLadder Steam Level Up: https://slvlup.com/r/krrna6 Steam™ Hour Boosting!: https://freehourboost.com/?r=cosminzm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now