Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Once again Hello Code Project,
I am making one launcher, and its check for update with using Internet Explorer, and my problem is sometimes its bypass update(don't check for update even there is new updates are available).
so i want to clear internet explorer's cache memory and browsing history with using my launcher.. i mean first it will clear history then check for update..is it possible?
i have tried this code :-
Diagnostics.Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 8");
and its work perfectly fine for me in Windows 8 but it is not working in Windows XP.
its show me error there "Error in InetCpl.cpl Missing Entry:ClearMyTracksByProcess"
Thank you in advance
Posted
Updated 25-Aug-14 22:47pm
v2

1 solution

 
Share this answer
 
Comments
UttamRabadiya 26-Aug-14 5:07am    
sorry sir but it didn't work for me. :/ duno why
[no name] 28-Mar-15 14:00pm    
now the link is not dead anymore, upvoted.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900