if WshSHell.RegRead(RegPath2) = "rundll32 netplwiz.dll,UsersRunDll" then
RegValue2="control userpasswords2"
Else
RegValue2="rundll32 netplwiz.dll,UsersRunDll"
end if
[ Last edited by baomaboy on 2007-4-7 at 03:49 AM ]作者: lxmxn 时间: 2007-4-6 07:42
建议楼主将几个“快速通道”系列的贴子合并,然后叫版主来加精。 作者: baomaboy 时间: 2007-4-6 10:19
Quote:
Originally posted by lxmxn at 2007-4-6 07:42:
建议楼主将几个“快速通道”系列的贴子合并,然后叫版主来加精。
Originally posted by slore at 2007-4-7 03:20:
运行:control userpasswords2或
运行:rundll32 netplwiz.dll,UsersRunDll
修改注册表的代码过多。。。。
if WshSHell.RegRead(RegPath2) = "rundll32 netplwiz.dll,UsersRunDll" then
RegValue2="control userpasswords2"
Else
RegValue2="rundll32 netplwiz.dll,UsersRunDll"
end if