Clean Your Computer\PC With Notepad ..
It has clean your system with remove some Unused temporary files, prefetch file ,history , cookies etc.. With any software Used..
1) Open Notepad
2) Copy Below Code And Paste In Notepad
@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
3) Save With File Name Clean.bat (.bat is compulsory)
4) Now Open Clean.bat file (Double Click on file)

0 comments:
Post a Comment