Create
a small virus for an Ethical use. . .
This
virus will delete your all temporary files and prefetch files. .
- Go to
start
... -
Open notepad
- Here
is the coding for the small virus. .
@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%
cls
- Just
copy and paste this code in your notepad file
- Then
save the file with .bat extension
- Now u
will see one batch file icon
- Just
double click on that icon
- U
will success fully remove your all temporary files. .
Enjoy
this trick. . .
No comments:
Post a Comment
Note: only a member of this blog may post a comment.