关于.bat命令的问题!

来源:百度知道 编辑:UC知道 时间:2024/06/07 13:51:07
我想去掉暴风的广告,于是运行了http://zhidao.baidu.com/question/121447035.html
上面所说的屏蔽暴风迅雷广告的.bat文件,广告没去掉,反而现在每次启动暴风或者迅雷的时候,cmd的运行窗口都会弹出来然后迅速关闭,虽然没什么影响,但还是看得不爽!请高手帮忙解决!

@echo off
for /f "skip=5 usebackq tokens=1 delims=[]" %%1 in (%0)do reg delete "%%1" /f
del /a /f /s c:\windows\system32\MsDtc\Trace\netapi.bat
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters
pause>nul& exit
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Stline.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\stMgr.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\StormDebug.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\stormliv.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\stormply.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE&