用vbs实现注册表开关的脚本
2017-02-06
18
DimWSHShell,r,M,v,t,g,i OnErrorResumeNext SetWSHShell=WScript.CreateObject("WScript.Shell") v="HKCUSoftwareMicrosoftWindowsCurrentVersion PoliciesSystemDisableRegistryTools" i="REG_DWORD" t="注册表开关" r=WSHShell.RegRead(v) g=1 If(r=1...