Long-term disconnection of home LAN
I have tried using arp -a, SkyNet firewall, etc., and can't trace who is doing something sneaky. The test results are as follows
Interface: 192.168.0.103 --- 0x2
Internet Address Physical Address Type
192.168.0.1 00-0d-88-03-1d-1a dynamic
Tried binding arp -s and still can't connect to the network
Can only use the following command for normal internet access for a long time.. But the problem is that the following command occupies a very large amount of resources, so I want to ask the experts to help find the "culprit"
@echo off
:1
arp -d >nul
if exist %temp%\time.vbs goto 2
echo WScript.Sleep 1000 > %temp%\time.vbs
:2
cscript //nologo %temp%\time.vbs
goto 1
I have tried using arp -a, SkyNet firewall, etc., and can't trace who is doing something sneaky. The test results are as follows
Interface: 192.168.0.103 --- 0x2
Internet Address Physical Address Type
192.168.0.1 00-0d-88-03-1d-1a dynamic
Tried binding arp -s and still can't connect to the network
Can only use the following command for normal internet access for a long time.. But the problem is that the following command occupies a very large amount of resources, so I want to ask the experts to help find the "culprit"
@echo off
:1
arp -d >nul
if exist %temp%\time.vbs goto 2
echo WScript.Sleep 1000 > %temp%\time.vbs
:2
cscript //nologo %temp%\time.vbs
goto 1
