楼 主
求一批处理 查找hosts文件 内容 删掉里面的一个网址
发表于 2006-10-22 06:14 · 中国 江苏 苏州 电信
初级用户
★
积分 35
发帖 13
注册 2006-09-08 02:05
19年会员
UID 62104
状态 离线
求一批处理
查找C:\WINDOWS\system32\drivers\etc\hosts文件 内容
删掉里面的一个网址
第 2 楼
发表于 2006-10-22 06:27 · 中国 四川 成都 教育网
铂金会员
★★★★
积分 7,493
发帖 2,672
注册 2005-09-02 00:00
20年会员
UID 42173
性别 男
状态 离线
C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>"
第 3 楼
发表于 2006-10-22 06:42 · 中国 湖北 武汉 电信
版主
★★★★★
积分 11,386
发帖 4,938
注册 2006-07-23 17:10
20年会员
UID 59080
状态 离线
@echo off
findstr /rvc:"IP" %WINDIR%\system32\drivers\etc\Hosts >>%windir%\system32\drivers\etc\test.txt
attrib -r %windir%\system32\drivers\etc\hosts
del /f/s/q %windir%\system32\drivers\etc\hosts
ren %windir%\system32\drivers\etc\test.txt %windir%\system32\drivers\etc\hosts
第 4 楼
发表于 2006-10-30 12:39 · 中国 江苏 苏州 电信
初级用户
★
积分 35
发帖 13
注册 2006-09-08 02:05
19年会员
UID 62104
状态 离线
论坛跳转: