diff --git a/trunk/report_templates/NTUSER_WindowsLiveAccounts.qs b/trunk/report_templates/NTUSER_WindowsLiveAccounts.qs new file mode 100644 index 0000000..8345c36 --- /dev/null +++ b/trunk/report_templates/NTUSER_WindowsLiveAccounts.qs @@ -0,0 +1,22 @@ +println(""); +println(" Windows Live Accounts"); +println(" "); +println("

Windows live accounts

"); +println("

"); +println(" "); + +// Iterate over all contacts +var accounts=GetRegistryKeys("\\Software\\Microsoft\\Windows Live Contacts\\Database"); +for(var i=0;i"); +} +accounts=GetRegistryKeys("\\Software\\Microsoft\\Windows Live Contacts\\Me"); +for(var i=0;i"); +} + +println("
",accounts[i],"",RegistryKeyValueToString(val.value,val.type),"
",accounts[i],"",RegistryKeyValueToString(val.value,val.type),"
"); +println("

"); +println("");