Delete Browsing History for IE7 By Using Command Prompt删除浏览历史记录,为在IE7中使用命令提示符
If you want to create a batch file to clean up your computer by clearing your browsing history, temporary internet files, computer tracks, unused files, or password saved, you might probably find the commands below useful.如果你想创建一个批处理文件来清洁您的电脑结算您的浏览历史记录, Internet临时文件,电脑跟踪,未使用的档案,或密码保存,你可能会可能找到下面的命令是有用的。 Add them to your batch files if you want to create one and you can speed up your cleansing process with it even though you are not running Internet Explorer.它们添加到您的批处理文件,如果您想要建立一个和你可以加速您的清洁过程,它即使您没有运行Internet Explorer 。
Delete Cookies Code:删除Cookies代码:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 8
Delete History Code:删除历史代码:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 2
Delete Data Code删除数据的代码
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 1
Delete Passwords Code删除密码代码
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 16
Delete All Code删除所有代码
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 32
Delete All - “Also delete files and settings stored by add-ons” Code删除所有-“同时删除文件和设置所储存的加载项”守则
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 rundll32.exe inetcpl.cpl , clearmytracksbyprocess 255
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- Remove and Delete Some URL Entries from Address Bar History of FireFox and Internet Explorer移除并删除一些网址参赛作品从地址栏的历史, Firefox和Internet Explorer
- Disable (or Enable) Tabbed Browsing in Internet Explorer 7 (IE7)禁用(或启用)选项卡式浏览,在Internet Explorer 7 ( 7 )
- Comprehensive List of Command Prompt Keyboard Accelerators (Shortcut Keys)综合清单命令提示符键盘加速器(快捷键)
- Delete and Clear Internet Explorer Address Bar History删除和明确的Internet Explorer地址栏中的历史
- Add Open Command Window Here to XP Folder with PowerToy新增开放命令窗口这里XP的文件夹与powertoy
- Microsoft Internet Explorer 7 (IE7) Beta 2 Available for Full Download Microsoft Internet Explorer 7中( 7 )的Beta 2可供完整下载
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item - Open Command Prompt Here & Copy as Path揭示和获得Windows Vista的隐藏的上下文敏感的(按一下滑鼠右键)菜单项-打开命令提示符这里&副本为路径
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista如何打开提升的命令提示符具有管理员权限在Windows Vista
- Enhance the IE7’s Abilities with IEPlus加强IE7中的能力与ieplus
- Enhanced IE7 Capabilities with IE7Pro加强在IE7能力与ie7pro


















