AutoIt Forums: Clear Autocomplete Strings in IE - AutoIt Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Clear Autocomplete Strings in IE Erase History in IE6

#1 User is offline   dash007 

  • Member
  • Pip
  • Group: Full Members
  • Posts: 79
  • Joined: 09-March 05

Posted 30 July 2007 - 03:51 PM

Hi,

Whats the best option to delete autocomplete in IE? I understand the strings are stored in the Protected Storage:
HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider

When I run an external tool (from Nirsoft), it shows me the strings and I can delete it using that utility. My preference is to use only autoit, plus the fact that some external tools get picked up by Antivirus software. Obviously I am not interested in the passwords stored there, I simply want the history items deleted. Suggestions anyone? Perhaps someone knows a vb script that can be converted to Autoit? :)

#2 User is offline   GMK 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 189
  • Joined: 26-April 07
  • Location:De Leon, TX

Posted 30 July 2007 - 05:17 PM

Look in help file for RegDelete.

#3 User is offline   Manadar 

  • Wikitastic!
  • Group: AutoIt MVPs(MVP)
  • Posts: 8,957
  • Joined: 08-February 06
  • Gender:Male
  • Location:Alkmaar, The Netherlands

Posted 30 July 2007 - 09:19 PM

[ autoIt ]    ( Popup )
RegDelete("HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider")


#4 User is offline   dash007 

  • Member
  • Pip
  • Group: Full Members
  • Posts: 79
  • Joined: 09-March 05

Posted 31 July 2007 - 09:43 AM

View PostManadar, on Jul 30 2007, 12:19 PM, said:

[ autoIt ]    ( Popup )
RegDelete("HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider")


Have you tried this? It doesn't work, even though I am the administrator of the PC (ie having sufficient rights). There are external tools as I mentioned that let you view the strings and they all mention that its in the Protected Storage. Howeverwhen you navigate to it in regedit, there is nothing there just a user subkey starting with S-1-5......

Thanks anyway for trying to help, unfortunately this was what I too tried first. I have read that one cannot delete the key without changing permissions first on this key (see:http://support.microsoft.com/kb/290684 and very importantly it says for Win2k & XP "Important:Do not remove the main Protected Storage System Provider key. This key is not automatically regenerated. "

External utilities seem to have no problems in displaying the strings or deleting strings via their interface, but as I mentioned earlier, these external tools get picked up by Antitrojans and Antivirus software. One last option is to use control send, but thats the last choice. Any other suggestions?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users