Posted On October 8, 2020

MAC: Setting Google DNS to Bypass ISP Slower Name Resolution

kimconnect 0 comments
blog.KimConnect.com >> Windows >> MAC: Setting Google DNS to Bypass ISP Slower Name Resolution

Open System Preferences > Network > DNS > click + (plus sign) under DNS Servers > input 8.8.8.8 > set that as top item > click OK

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Print Server Admin Tasks – 2006 Notes

How to resolve an issue with a print job that freezes upon "cancel" Preliminary: the…

User Profile Hive Cleanup Service

The User Profile Hive Cleanup service helps to ensure user sessions are completely terminated when…

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…