急!!!局域网为什么本地显示连接了,就是打不开网页,QQ也登不了?

来源:百度知道 编辑:UC知道 时间:2024/06/18 06:34:20
上着上着就上不去了.要具体的解决方法.
设置好了.测试连不上网关.

有可能网关被隐藏了吧
试试这个

把下面这个贴到记事本了 保存类型为 bat 名字随便你啦

path c:\;c:\windows;c:\windows\system32
c:
cd \
:::::::::读取本机Mac地址
if exist ipconfig.txt del ipconfig.txt
ipconfig /all >c:\ipconfig.txt
:::::::::读取网关Mac地址
if exist GateMac.txt del GateMac.txt
arp -a %GateIP% >c:\GateMac.txt
for /f "skip=3 tokens=2" %%H in (GateMac.txt) do set GateMac=%%H
:::::::::读取网关地址
if exist GateIP.txt del GateIP.txt
find "Default Gateway" ipconfig.txt >c:\GateIP.txt
for /f "skip=2 tokens=13" %%G in (GateIP.txt) do set GateIP=%%G

echo set Ws = WScript.CreateObject("WScript.Shell") >c:\banding.vbs
echo count=0 >>banding.vbs
echo for each ps in getobject("winmgmts:\\.\root\cimv2:win32_process").instances_ >>banding.vbs
echo if ps.name="wscript.exe" the