TCP/IPv4 properties not accessible.

Discussion in 'Windows 10' started by cdavisdeco, Oct 3, 2015.

  1. cdavisdeco

    cdavisdeco MDL Senior Member

    Joined:
    Jul 8, 2015
    Messages:
    297
    Likes Received:
    59
    Trophy Points:
    10
    #1 cdavisdeco, Oct 3, 2015
    Last edited: Oct 3, 2015
  2. SOCRATE_MMXII

    SOCRATE_MMXII MDL Expert

    Joined:
    Jan 25, 2012
    Messages:
    1,034
    Likes Received:
    317
    Trophy Points:
    60
    You can change that only in Windows 10 Pro/Enterprise, not home.
     
  3. symb

    symb MDL Junior Member

    Joined:
    Mar 18, 2015
    Messages:
    89
    Likes Received:
    102
    Trophy Points:
    0
    I have the same problem since RTM and pre-RTM, but in 10547 it's working now....
     
  4. cdavisdeco

    cdavisdeco MDL Senior Member

    Joined:
    Jul 8, 2015
    Messages:
    297
    Likes Received:
    59
    Trophy Points:
    10
    I'm using Pro.
     
  5. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
    #5 endbase, Oct 3, 2015
    Last edited by a moderator: Apr 20, 2017
    Could you try this in elevated command prompt
    Code:
    net user administrator /active:yes
    and login at the administrator account and see if you can use properties on your ip4
     
  6. hanzzon2

    hanzzon2 MDL Member

    Joined:
    Dec 1, 2007
    Messages:
    118
    Likes Received:
    30
    Trophy Points:
    10
  7. cdavisdeco

    cdavisdeco MDL Senior Member

    Joined:
    Jul 8, 2015
    Messages:
    297
    Likes Received:
    59
    Trophy Points:
    10
  8. hanzzon2

    hanzzon2 MDL Member

    Joined:
    Dec 1, 2007
    Messages:
    118
    Likes Received:
    30
    Trophy Points:
    10
    Well I would not expect that would work, since as you rightly say it is not a VPN connection.
    But that aside what exactly did you change in the rasphone.pbk configuration file?
    It's divided up in sections where each VPN connection has it's named enclosed in brackets, for example:
    [Company VPN]

    But you can try with Powershell, lanuch it as admin and then look for your adapter:
    Get-NetIPAddress
    Look for your interface and then change it with the following, replacing the name in brackets and DNS to what you prefer, the ones I've shown are for Google's DNS.
    Set-DnsClientServerAddress -InterfaceAlias “Mobile Broadband Connection” -ServerAddresses 8.8.8.8, 8.8.4.4