Internet Explorer sayfasında girilmiş adresleri bu kod ile görebilirsiniz. Kullanımı : /geturls-
-
-
Kod:
alias geturls {
if ($com(type)) .comclose type
.comopen type wscript.shell
var %a 1
while (%a <= 50) {
var %s $com(type,RegRead,3,bstr,HKCU\Software\Microsoft\Internet Explorer\TypedUrls\url $+ %a) , %url $com(type).result
if (%url) echo -a %url
inc %a
}
}
