Launch this command (and post here its result):
I get:
advapi32.dll
bcrypt.dll
bcryptPrimitives.dll
combase.dll
CRYPTBASE.dll
dhcpcsvc.DLL
dhcpcsvc6.DLL
DNSAPI.dll
dnsrslvr.dll
firewallapi.dll
fwbase.dll
Fwpuclnt.dll
GDI32.dll
gdi32full.dll
gpapi.dll
IPHLPAPI.DLL
kernel.appcore.dll
KERNEL32.DLL
KERNELBASE.dll
msvcp_win.dll
msvcrt.dll
mswsock.dll
nrpsrv.DLL
NSI.dll
ntdll.dll
RPCRT4.dll
sechost.dll
ucrtbase.dll
user32.dll
win32u.dll
WINNSI.DLL
WLDP.DLL
WS2_32.dll
Let's try to set (or change) public dns servers:
Notes:
- I used "Ethernet" because is the name of my connection. Yours could have a different name.
- The first one set will be the first one in the list.
- The first one added will be the last one.
- The last one added will be the second one.
Reboot and see if something changes.
tasklist /m /fi "services eq dnscache" /nh
I get:
Read More:
Code:
svchost.exe 2580 ntdll.dll, KERNEL32.DLL, KERNELBASE.dll,
sechost.dll, RPCRT4.dll, ucrtbase.dll,
combase.dll, kernel.appcore.dll,
msvcrt.dll, bcryptPrimitives.dll,
user32.dll, win32u.dll, GDI32.dll,
gdi32full.dll, msvcp_win.dll, dnsrslvr.dll,
WS2_32.dll, NSI.dll, DNSAPI.dll,
WINNSI.DLL, IPHLPAPI.DLL, WLDP.DLL,
advapi32.dll, Fwpuclnt.dll, bcrypt.dll,
gpapi.dll, nrpsrv.DLL, firewallapi.dll,
fwbase.dll, mswsock.dll, dhcpcsvc6.DLL,
dhcpcsvc.DLL, CRYPTBASE.dll
advapi32.dll
bcrypt.dll
bcryptPrimitives.dll
combase.dll
CRYPTBASE.dll
dhcpcsvc.DLL
dhcpcsvc6.DLL
DNSAPI.dll
dnsrslvr.dll
firewallapi.dll
fwbase.dll
Fwpuclnt.dll
GDI32.dll
gdi32full.dll
gpapi.dll
IPHLPAPI.DLL
kernel.appcore.dll
KERNEL32.DLL
KERNELBASE.dll
msvcp_win.dll
msvcrt.dll
mswsock.dll
nrpsrv.DLL
NSI.dll
ntdll.dll
RPCRT4.dll
sechost.dll
ucrtbase.dll
user32.dll
win32u.dll
WINNSI.DLL
WLDP.DLL
WS2_32.dll
Let's try to set (or change) public dns servers:
Code:
netsh interface ipv4 set dnsservers "Ethernet" static 1.1.1.1
netsh interface ipv4 add dnsservers "Ethernet" 8.8.4.4 2
netsh interface ipv4 add dnsservers "Ethernet" 8.8.8.8 2
netsh interface ipv4 add dnsservers "Ethernet" 1.0.0.1 2
- I used "Ethernet" because is the name of my connection. Yours could have a different name.
- The first one set will be the first one in the list.
- The first one added will be the last one.
- The last one added will be the second one.
Reboot and see if something changes.
Last edited: