通过 Windows s cripting object 的 Regread 方法,可以从注册表中读取信息。 下面的例子演示了如何得到 common files 的路径: <% Dim strPath strPath = "HKLMSOFTWAREMICROSOFTWINDOWSCURRENTVERSIONCOMMONFILESDIR" Set objShell = CreateObject("Ws cript.Shell") Response.Write "<b>Registry Value(Common files dir):</b> " & objShell.RegRead(strPath) %>
用户名: ! 查看更多评论
分 值:100分 85分 70分 55分 40分 25分 10分 0分
内 容: !
(注“!”为必填内容。) 验证码: