mengembalikan settings jaringan komputer ke default
Copy-paste script dibawah ini pada aplikasi notepad, lalu simpan ke lokasi %windir%\system32\beres.cmd
NB: extensi file bisa dikasih *.cmd atau *.bat
======================
@echo off
netsh advfirewall reset
netsh branchcache reset
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset
netsh interface ip delete arpcache
net stop dnscache
net start dnscache
:123
cls
echo Please click Close (X) button to exit
color 2E
ipconfig /flushdns
goto 123
exit
======================
Setelah disimpan, script diatas bisa dijalankan (launch) dari menu Run Windows.
NB: Jalankan sebagai Administrator.
source note
NB: extensi file bisa dikasih *.cmd atau *.bat
======================
@echo off
netsh advfirewall reset
netsh branchcache reset
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset
netsh interface ip delete arpcache
net stop dnscache
net start dnscache
:123
cls
echo Please click Close (X) button to exit
color 2E
ipconfig /flushdns
goto 123
exit
======================
Setelah disimpan, script diatas bisa dijalankan (launch) dari menu Run Windows.
NB: Jalankan sebagai Administrator.
source note
Komentar
Posting Komentar