Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4955291
NTUSER_TypedUrls.qs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
668 B
Referenced Files
None
Subscribers
None
NTUSER_TypedUrls.qs
View Options
println("<html>");
println(" <head><title>Typed Urls</title></head>");
println(" <body style=\"font-size:12\">");
println(" <h2>Typed urls</h2>");
println(" <p style=\"font-size:12\">");
println(" <table style=\"margin-left:20px; font-size:12\">");
// Iterate over all typed urls
var typed_urls=GetRegistryKeys("\\Software\\Microsoft\\Internet Explorer\\TypedURLs");
for(var i=0;i<typed_urls.length;i++) {
var val=GetRegistryKeyValue("\\Software\\Microsoft\\Internet Explorer\\TypedURLs",typed_urls[i]);
println(" <tr><td>",RegistryKeyValueToString(val.value,val.type),"</td></tr>");
}
println(" </table>");
println(" </p>");
println("</html>");
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Jun 4, 8:37 PM (8 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1248939
Default Alt Text
NTUSER_TypedUrls.qs (668 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment