Postup:
Public Sub
ClearIEHistory()
Const HKEY_CURRENT_USER = &H80000001
Dim sKey As String
sKey = "Software\Microsoft\Internet Explorer\TypedURLs"
' Smazßnφ klφΦe, obsahujφcφho historii URL
DeleteRegistryKey HKEY_CURRENT_USER, sKey
' Vytvo°enφ novΘho prßzdnΘho klφΦe
CreateRegistryKey HKEY_CURRENT_USER, sKey
End Sub
Vφce informacφ: DeleteRegistryKey, CreateRegistryKey
|