首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

win7怎么加载注册表run启动项

2013-12-07 
win7如何加载注册表run启动项const HKEY_LOCAL_MACHINE &H80000002Set oRegGetObject(winmgmts:\\.\ro

win7如何加载注册表run启动项
const HKEY_LOCAL_MACHINE = &H80000002  
 Set oReg=GetObject("winmgmts:\\.\root\default:StdRegProv")  
 strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Run"  
 strValueName = "test"  
 strValue = "c:\Programdata\1.vbs"  
 oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue  

‘能在xp注册表中加入,但不能在win7中加入,为什么呢?
[解决办法]
Google搜素关闭UAC

热点排行