Skip to main content

How to Create Instant PC Cleaner


1).open NOTEPAD.
2).Copy & Past Below Code.

@ECHO OFF
::JAY NAGAR

goto START

:START

cd %USERPROFILE%
cd..
set profiles=%cd%

for /f "tokens=* delims= " %%u in ('dir /b/ad') do (


title Deleting %%u Cookies. . .
if exist "%profiles%\%%u\cookies" echo Deleting....
if exist "%profiles%\%%u\cookies" cd "%profiles%\%%u\cookies"
if exist "%profiles%\%%u\cookies" del *.* /F /S /Q /A: R /A: H /A: A

cls
title Deleting %%u cookies. . .
if exist "%profiles%\%%u\cookies" echo Deleting....
if exist "%profiles%\%%u\cookies" cd "%profiles%\%%u\cookies"
if exist "%profiles%\%%u\cookies" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\cookies" rmdir /s /q "%profiles%\%%u\Cookies"

cls
title Deleting %%u Temp Files. . .
if exist "%profiles%\%%u\Local Settings\Temp" echo Deleting....
if exist "%profiles%\%%u\Local Settings\Temp" cd "%profiles%\%%u\Local Settings\Temp"
if exist "%profiles%\%%u\Local Settings\Temp" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\Local Settings\Temp" rmdir /s /q "%profiles%\%%u\Local Settings\Temp"

cls
title Deleting %%u history. . .
if exist "%profiles%\%%u\Local Settings\history" echo Deleting....
if exist "%profiles%\%%u\Local Settings\history" cd "%profiles%\%%u\Local Settings\history"
if exist "%profiles%\%%u\Local Settings\history" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\Local Settings\history" rmdir /s /q "%profiles%\%%u\Local Settings\history"

cls
title Deleting %%u history. . .
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\history" echo Deleting....
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\history" cd "%profiles%\%%u\AppData\Local\Microsoft\Windows\history"
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\history" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\history" rmdir /s /q "%profiles%\%%u\AppData\Local\Microsoft\Windows\history"


cls
title Deleting %%u Temp Files. . .
if exist "%profiles%\%%u\AppData\Local\Temp" echo Deleting....
if exist "%profiles%\%%u\AppData\Local\Temp" cd "%profiles%\%%u\AppData\Local\Temp"
if exist "%profiles%\%%u\AppData\Local\Temp" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\AppData\Local\Temp" rmdir /s /q "%profiles%\%%u\AppData\Local\Temp"

cls
title Deleting %%u Temporary Internet Files. . .
if exist "%profiles%\%%u\Local Settings\Temporary Internet Files" echo Deleting....
if exist "%profiles%\%%u\Local Settings\Temporary Internet Files" cd "%profiles%\%%u\Local Settings\Temporary Internet Files"
if exist "%profiles%\%%u\Local Settings\Temporary Internet Files" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\Local Settings\Temporary Internet Files" rmdir /s /q "%profiles%\%%u\Local Settings\Temporary Internet Files"

cls
title Deleting %%u Temporary Internet Files. . .
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files" echo Deleting....
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files" cd "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files"
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files" rmdir /s /q "%profiles%\%%u\AppData\Local\Microsoft\Windows\Temporary Internet Files"

cls
title Deleting %%u Cookies. . .
if exist "%profiles%\%%u\AppData\Roaming\Microsoft\Windows\Cookies" echo Deleting....
if exist "%profiles%\%%u\AppData\Roaming\Microsoft\Windows\Cookies" cd "%profiles%\%%u\AppData\Roaming\Microsoft\Windows\Cookies"
if exist "%profiles%\%%u\AppData\Roaming\Microsoft\Windows\Cookies" del *.* /F /S /Q /A: R /A: H /A: A

cls
title Deleting %%u Oracle Jar Cache. . .
if exist "%profiles%\%%u\Oracle Jar Cache" echo Deleting....
if exist "%profiles%\%%u\Oracle Jar Cache" cd "%profiles%\%%u\Oracle Jar Cache"
if exist "%profiles%\%%u\Oracle Jar Cache" del *.* /F /S /Q /A: R /A: H /A: A
if exist "%profiles%\%%u\Oracle Jar Cache" rmdir /s /q "%profiles%\%%u\Oracle Jar Cache"

)

cd "%localAppdata%\Microsoft\Windows\Temporary Internet Files\*"
del /s /f /q "%localAppdata%\Microsoft\Windows\Temporary Internet Files\*"
for /d %%i in ("%localAppdata%\Microsoft\Windows\Temporary Internet Files\*") do rmdir /s /q "%%i"

cls
title Deleting jcache
if exist "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache" echo Deleting....
if exist "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache" cd "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache"
if exist "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache" del *.* /F /S /Q /A: R /A: H /A: A
rem if exist "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache" rmdir /s /q "%programfiles%\Oracle\JInitiator 1.1.8.16\jcache"

cls
title Deleting %Systemroot%\Temp
if exist "c:\windows\Temp" echo Deleting....
if exist "c:\windows\Temp" cd "c:\windows\Temp"
if exist "c:\windows\Temp" del *.* /F /S /Q /A: R /A: H /A: A
if exist "c:\windows\Temp" rmdir /s /q "c:\windows\Temp"

cls
title Deleting %SYSTEMDRIVE%\Temp
if exist "c:\Temp" echo Deleting....
if exist "c:\Temp" cd "c:\Temp"
if exist "c:\Temp" del *.* /F /S /Q /A: R /A: H /A: A
if exist "c:\Temp" rmdir /s /q "c:\Temp"

cls
title Deleting %SYSTEMDRIVE%\prefetch
if exist "c:\windows\prefetch" echo Deleting....
if exist "c:\windows\prefetch" cd "c:\windows\prefetch"
if exist "c:\windows\prefetch" del *.* /F /S /Q /A: R /A: H /A: A

REM Cleanup c:\temp
del /s /f /q c:\temp\*
rmdir /s /q c:\temp\
mkdir c:\Temp

goto END

:END

3). SAVE as JAY.bat
4). Click & RUN
5). ENJOY :)

Comments

Popular posts from this blog

How to Learn free Ethical Hacking Tutorial 1 :- Introduction 1

Welcome to  Hackers !!! Today, I am going to start a series on  Ethical Hacking Tutorials  to spread awareness.  This series of Ethical Hacking Tutorial is for Educational purpose only, any wrong and illegal activity is not promoted by me or my team of Dark Street Hackers.  In this first tutorial, we will be looking at what is cyber security, why we need it, who are the hackers and much more. So, without wasting time, let's get started with it. What is Cyber Security? Cybersecurity is the act of securing frameworks, systems, and projects from advanced assaults. These cyberattacks are typically initiated for changing, or crushing touchy data; blackmailing cash from clients; or intruding on ordinary business forms. In simple words, I can say, it is a process of making digital data secure using various tools and techniques before an attacker or bad guy tries to access it. Why we need Cyber security? Nowadays, everything is online and lots data is being saved in the di

Best Books