What's new

Closed Clean your pc using notepad

Status
Not open for further replies.

mar-C

Eternal Poster
hello guyz!!!

This code will Help your PC to make faster.
for example your temp file will be automatically deleted.etc
for pc/laptop cleaning purpose only:)

your call!!

1. open notepad
2. type this or copy paste.


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\cøøkíés
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

3. now goto file and save_as "clean.bat"
any name is ok.but in the end you must put ".bat"
4. locate the bat file. double click on it.
a cmd will popup... wait for it to finish.

thats it!!! your Good to go!!! :)

hit like pls:)
thnks:)
 
Status
Not open for further replies.
Back
Top