我在 ROISCAN 脚本中使用以下 VBScript 来编写注册表值,但它不起作用,如果我独立执行脚本,它工作正常。不知道为什么,感谢您的帮助。
Set WshShell = CreateObject("WScript.Shell")
myKey = "HKEY_LOCAL_MACHINE\SOFTWARE\MyKey\MySubKey\MSOfficeBit"
WshShell.RegWrite myKey,12,"REG_SZ"
Set WshShell = Nothing
ROISCAN 脚本网址: http ://gallery.technet.microsoft.com/office/68b80aba-130d-4ad4-aa45-832b1ee49602