Author |
clean your pc by yourself |
strauts Joined: Feb 22, 2008 Posts: 180 From: latvia Dunalka PM |
1- with note pad make new txt doc
2- paste this
@echo off
color 4a
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\\\\recent
deltree /y c:\\\\windows\\\\spool\\\\printers
del c:\\\\WIN386.SWP
cls
3- save as doc.bat
and open it will clean up your pc
STRAUTS |
|
lukechris Joined: Dec 30, 2007 Posts: > 500 From: Preston, UK PM, WWW
|
^^^ Don't, just download cCleaner and use a proper utility like that
|
ceaser2008 Joined: Jul 14, 2008 Posts: > 500 From: Surat, India PM |
Why bother when we have many free clean up utilites like ccleaner?
|
|