Instructor adlı üyeden alıntı:
mesajı görüntüle
Bilgisayar İp Adresini Nasıl Değiştirebilirim?
12
●143
- 12-12-2020, 19:36:56not defteri açıp uzantısını bat olarak kaydedip dene..
pc yeniden başlayacaktır.
@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %0 - 12-12-2020, 19:38:19teşekkürler hocam deneyecegımFoRgEd adlı üyeden alıntı: mesajı görüntüle
- 13-12-2020, 13:04:49komut satırını açıp
ipconfig /renew
yazın yenilenir
yalnız sizin olayın IP ile alakası yok.