Make your comp really fast.

Ghoku
by Ghoku · 6 posts
14 years ago in Help & Support
Posted 14 years ago · Author
First open notepad.

Paste this code in it.
Code
@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls


Save it as clean.bat and run it. Run as admin in windows 7 and vista.
Posted 14 years ago
Deletes some stuff.

windows temp, cookies history and other stuff.
Posted 14 years ago · Author
Yea thats all does basically
Posted 14 years ago · Author
Yea kinda except this is faster and better.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT