Is there a command to delete browsing history in IE properties?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by HAT at 2008-9-16 12:27 PM:
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /va /f
Originally posted by HAT at 2008-9-16 02:30 PM:
@echo off
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /va /f
set TarDir="%userprofile%\Local Settings\Temporary Internet Files\Content.IE5&q ...