Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4823410
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
Sun, May 11, 1:42 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1228255
Default Alt Text
NTUSER_TypedUrls.qs (668 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment