PC Review


Reply
Thread Tools Rate Thread

Clear IE History using Batch file...? & Recent

 
 
sunny_ti
Guest
Posts: n/a
 
      15th Aug 2008
Hello,

Can we clear IE History using Batch file or not...? I'm using IE 6 and I
want to clear history of IE using batch file and also I want to clear Recent
Documents Lists using batch file. So please guide me up... Thanks Have a Nice
Day...
 
Reply With Quote
 
 
 
 
ju.c
Guest
Posts: n/a
 
      16th Aug 2008
For XP and Vista

To use these commands, just run them from the command line, the start menu search box in
vista, or a batch file.

Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255

Delete All - "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351


ju.c


"sunny_ti" <(E-Mail Removed)> wrote in message
news:F70B47D4-F08A-43D4-B774-(E-Mail Removed)...
> Hello,
>
> Can we clear IE History using Batch file or not...? I'm using IE 6 and I
> want to clear history of IE using batch file and also I want to clear Recent
> Documents Lists using batch file. So please guide me up... Thanks Have a Nice
> Day...


 
Reply With Quote
 
sunny_ti
Guest
Posts: n/a
 
      16th Aug 2008
Hello,

Dear I tried to use that commands but when I enter them a dialog box appears
and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
what does it mean ...?
 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a
 
      17th Aug 2008
The commands work only in IE7. Also, the command-line parameter is
case-sensitive.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"sunny_ti" <(E-Mail Removed)> wrote in message
news:41BE4FDA-458D-4BE0-83DE-(E-Mail Removed)...
> Hello,
>
> Dear I tried to use that commands but when I enter them a dialog box
> appears
> and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
> what does it mean ...?



 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      17th Aug 2008
Sorry, I didn't know those commands would not work with IE6, besides who uses IE6 anymore
anyway.

What are the commands for IE6?


ju.c


"Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message
news:(E-Mail Removed)...
> The commands work only in IE7. Also, the command-line parameter is case-sensitive.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> The Winhelponline Blog http://www.winhelponline.com/blog
>
>
> "sunny_ti" <(E-Mail Removed)> wrote in message
> news:41BE4FDA-458D-4BE0-83DE-(E-Mail Removed)...
>> Hello,
>>
>> Dear I tried to use that commands but when I enter them a dialog box appears
>> and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
>> what does it mean ...?

>
>

 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      17th Aug 2008
Hi,

See line 24 (right hand side):
http://www.kellys-korner-xp.com/xp_tweaks.htm

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm

SupportSpace
www.supportspace.com/pages?aiu=kellyskorner

"sunny_ti" <(E-Mail Removed)> wrote in message
news:41BE4FDA-458D-4BE0-83DE-(E-Mail Removed)...
> Hello,
>
> Dear I tried to use that commands but when I enter them a dialog box
> appears
> and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS" so
> what does it mean ...?


 
Reply With Quote
 
FredP
Guest
Posts: n/a
 
      17th Aug 2008
On Fri, 15 Aug 2008 13:32:02 -0700, sunny_ti
<(E-Mail Removed)> wrote:

>Hello,
>
>Can we clear IE History using Batch file or not...? I'm using IE 6 and I
>want to clear history of IE using batch file and also I want to clear Recent
>Documents Lists using batch file. So please guide me up... Thanks Have a Nice
>Day...


Have a look at

http://support.it-mate.co.uk/?mode=P...Index.datSuite

It is using a batch file.

"quote"
Overview
Index.dat Suite is a rather unique program that allows you not only to
delete the index.dat files, temporary internet files, temp files,
cookies and history, but it also allows you to view the index.dat
files on your system.

Enjoy, Fred
 
Reply With Quote
 
Ramesh Srinivasan, MS-MVP
Guest
Posts: n/a
 
      18th Aug 2008
There is no command to clear IE6 cache. One can use the CCleaner utility.

CCleaner - Home: http://www.ccleaner.com/

Command-line Parameters:
http://www.ccleanerbeginnersguide.co...ommandline.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"ju.c" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Sorry, I didn't know those commands would not work with IE6, besides who
> uses IE6 anymore anyway.
>
> What are the commands for IE6?
>
>
> ju.c
>
>
> "Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message
> news:(E-Mail Removed)...
>> The commands work only in IE7. Also, the command-line parameter is
>> case-sensitive.
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
>> The Winhelponline Blog http://www.winhelponline.com/blog
>>
>>
>> "sunny_ti" <(E-Mail Removed)> wrote in message
>> news:41BE4FDA-458D-4BE0-83DE-(E-Mail Removed)...
>>> Hello,
>>>
>>> Dear I tried to use that commands but when I enter them a dialog box
>>> appears
>>> and shows " ERROR IN INETCPL.CPL MISSING ENTRY:CLEARMYTRACKSBYPROCESS"
>>> so
>>> what does it mean ...?

>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I clear recent documents history in word 2007? Thing340 Microsoft Word Document Management 1 3rd Jan 2008 12:57 AM
Clear IE7 browser history on Vista _ Clear address bar history of Firefox - 081107 Vighneswar Microsoft C# .NET 2 12th Nov 2007 04:44 AM
Clear IE7 browser history on Vista _ Clear address bar history of Firefox - 081107 Vighneswar Microsoft VB .NET 2 12th Nov 2007 04:44 AM
Clear Internet History, Recent Files etc on logoff? iceman Windows XP Internet Explorer 3 15th May 2005 06:27 PM
Clear Recent Files (History) in Word Bob Microsoft Word Document Management 2 31st Dec 2003 05:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:33 PM.