清除Google Chrome Cookie [英] Clearing Google Chrome Cookies

查看:102
本文介绍了清除Google Chrome Cookie的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好, 

Hello all, 

我正在编写一个文件清理器,我希望它也能清理浏览器,但对于谷歌浏览器我需要使用sqlite库来清理饼干等等,我不知道从哪里开始..我已经将dll实现到我的项目中,但我只是不知道。可以有人
帮助吗?

I'm coding a file cleaner and I want it to also clean browsers, But for google chrome I need to use sqlite library to clean the cookies and such, I wouldn't know where to start.. I've implemented the dll to my project but I just don't know. Could someone help?

推荐答案

Hi Mitch

Hi Mitch

尝试在google中查找chrome程序文件 用于Cookie的路径(C:\Program Files)或(%appdata%)

Try looking in the google chrome program files for the path for the cookies (C:\Program Files) OR (%appdata%)

然后在vb中放一个按钮并放入:

Then in vb put a button and put in:

My.computer.filesystem.deletefile(&#; PATH OF COOKIES")  

My.computer.filesystem.deletefile("PATH OF COOKIES")  

我目前没有VB,所以这可能需要调整。

I don't have VB at the moment so this may need tweaking.

希望这会有所帮助!

 


这篇关于清除Google Chrome Cookie的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆