How To Change DNS Server in Windows 11 [Faster Internet] !

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • ou can change the DNS server address using Command Prompt with the following steps:
    Open Command Prompt as Administrator:
    Search for cmd in the Start menu.
    Right-click on Command Prompt and select “Run as administrator”.
    Identify the Network Interface:
    Type the command: netsh interface show interface
    Note the name of the network interface you want to change.
    Set the Primary DNS Server:
    Use the command: netsh interface ipv4 set dns name="Interface Name" source=static address="Preferred DNS Address"Replace "Interface Name" with the name of your network interface.
    Replace "Preferred DNS Address" with the DNS server address you want to use.
    Add an Alternate DNS Server (optional):
    Use the command: netsh interface ipv4 add dns name="Interface Name" address="Alternate DNS Address" index=2
    Replace "Alternate DNS Address" with the secondary DNS server address.
    Verify the Changes:
    Type the command: netsh interface ipv4 show config
    Check if the DNS server addresses have been updated correct Here’s an example:
    netsh interface ipv4 set dns name="Ethernet0" source=static address="8.8.8.8"
    netsh interface ipv4 add dns name="Ethernet0" address="8.8.4.4" index=2
    This will set the primary DNS server to 8.8.8.8 and the alternate DNS server to 8.8.4.4 for the network
    inkdin
    linkedin.com/in/pushkar-razput-271b172b2
    RUclips
    / @pushkarrajput5587
    Telegram
    t.me/Push_565
    RUclips
    / @pushkarrajput5587
    Tiktok
    tiktok.com/@devil_hunt4?_t=8nubOOVOg78&

Комментарии • 1