Author Topic: Clean your traces on the internet  (Read 2673 times)

0 Members and 1 Guest are viewing this topic.

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 33903
  • malware fighter
Clean your traces on the internet
« on: June 09, 2005, 08:09:44 PM »
This is a little program to delete your tracks on the net.
Polonus gives this code which you can paste in notepad, and you should save as a "cmd" file.
---------------
Code:
@echo off

del /s /q "%temp%\*.*"
del /s /q "%windir%\Temp\*.*"
del /s /q "%windir%\Downloaded Installations\*.*"
del /s /q "%userprofile%\UserData\*.*"
del /s /q "%userprofile%\Recent\*.*"
del /s /q "%userprofile%\Local Setting\Temporary Internet Files\*.*"

exit
--------

Paste the  text in between ------- in notepad and save it as cleanmytraces.cmd" on your desktop. To run it just doubleclick it.

Greetings,

polonus
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Clean your traces on the internet
« Reply #1 on: June 10, 2005, 01:07:39 AM »
del /s /q "%windir%\Downloaded Installations\*.*"
Take care, as far I've noticed, new Windows Update version 6 use this folder...  :-\ :-* :'(
The best things in life are free.