标题: [问题求助] reg文件转换成vbs脚本 [打印本页]
作者: 554105880 时间: 2011-12-30 15:59 标题: reg文件转换成vbs脚本
- Windows Registry Editor Version 5.00
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
- "Start"=dword:00000004
复制代码
把这段代码写成vbs格式的,小弟是新手,不是很熟悉,大家帮下忙可以么?谢谢大家了!
作者: Demon 时间: 2011-12-30 16:08
- Dim WshShell
- Set WshShell = CreateObject("wscript.Shell")
- WshShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USBSTOR\Start", 4, "REG_DWORD"
复制代码
作者: 554105880 时间: 2011-12-31 08:58
回复 2# Demon
我单独使用这个脚本,可以正常使用,可是我要是将它添加在启动项中或者添加到开机启动脚本中就不起作用了。
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |