我的VBS程序修改册表值,怎么把DWORD值变成了字符串值?

2025-03-04 08:41:39
推荐回答(1个)
回答1:

vtr=wshshell.RegWrite(path,"DisableRegistryTools","0")改为:vtr=wshshell.RegWrite(path,"DisableRegistryTools","0", "REG_SZ")