How to Clean My PC

Step 1 - Open Your Notepad

Step 2 - Paste the code from our blog
Step 3 - Save the file as bat format (pc cleaner.bat)
Step 4 - Run that file as Administrator
Step 5 - Complete clean your pc

@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:\users\asus\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

Post a Comment

2 Comments