Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get all installed browsers on PC & after getting it, I want to delete the History, Cache,Cookies of one by one from installed browser in C# Winform.
Posted

Pick the common browsers and find out where they store that data and how they configure that they store that data (folders might be in the registry, might be in config files, might be hard-coded), then just look for those folders and remove the relevant files.

There are no standards for browsers so they all implement their functionality in different ways so there is no way to do this generically.
 
Share this answer
 
A list of all installed browser do you get by query the those registry-keys [^]... cleaning is browser dependent.
 
Share this answer
 

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