Set DNS servers from Command prompt
Open an elevated command prompt and type: netsh In order to view all network connections: interface ip show config In order to change the primary dns server: interface ip set dns name="Local Area Connection" static 8.8.8.8 For the secondary DNS … Continue reading
Posted in Windows
Leave a comment