All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
FreeBSD5.3下安装Apache+PHP+MySQL+Tomcat_php资料_编程技术
C#中ListBox控件应用实例
PHP数组的定义、初始化和数组元素的显示_[PHP教程]
Gridview的多种使用方法总结_[Asp.Net教程]
操作日期的SQL语句大全_[SQL Server教程]
为ASP.NET,MVC开发一些常用插件(一)——导航栏_[Asp.Net教程]
Delphi浏览sql server数据库中的信息
Access数据库在asp.net程序中相对路径的解决方法_[Asp.Net教程]
asp.net2.0推荐一个功能强大的图片选择控件_[Asp.Net教程]
数据库正规化和设计技巧(2)_mssql学习_编程技术
Reading number is top 10 pictures
治疗多发性骨髓瘤的特效药,一万二一支
Exquisite decoration is not paying too much2
A man's favorite things12
So beauty, will let you spray blood3
美女当网吧管理员的悲剧
Take you to walk into the most true north Korea rural2
The little woman's bright wire2
Nikon microscopic photography of the first three
美女和狗狗2
这是男生笨么?
Download software ranking
C#编程思想
WebService在.NET中的实战应用教学视频 → 第4集
Boxer's Top ten classic battle5
Kung.Fu.Panda.2
C#程序员参考手册
Be there or be square
Professional killers2 data package
Tram sex maniac 2 (H) rar bag2
Sora aoi - one of more PK
The hero
delv published in(发表于) 2013/12/31 6:38:56 Edit(编辑)
使用javascript修改客户端注册表_JavaScript技术_编程技术

使用javascript修改客户端注册表_JavaScript技术_编程技术

使用javascript修改客户端注册表_JavaScript技术_编程技术-你的首页-uuhomepage.com

try
{
var shell = new ActiveXObject("WScript.Shell");


//读注册表值
var key1 = shell.RegRead("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\eip");

//删除注册表项
shell.RegDelete("HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\eip");

//往注册表中写入值
shell.RegWrite
("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\eip",
"C:\\eip\\eip.lnk","REG_SZ");
shell.RegWrite("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\eip",
"c:\\eip\\eip.lnk","REG_SZ");
}
catch(e)
{}


可通过用最后的反斜线终止 来指定项名。指定值名时最后不要包括反斜线。


类型 说明 形式
REG_SZ 字符串 字符串
REG_DWORD 数字 整数
REG_BINARY 二进制值 整数
REG_EXPAND_SZ 可扩展的字符串(例如,"%windir%\\calc.exe") 字符串





添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.