No text in Network Connections

Page 1 of 10 123 ... LastLast

  1. Posts : 49
    Windows 7 Home Premium x64
       #1

    No text in Network Connections


    When I go to
    Control Panel>Network and Internet>Network and Sharing Center>Change adapter settings
    all texts appear to be missing (see screenshots), and none of them (except the last one) do anything. The last option opens this warning:

    To me, this seems like a broken translation of windows (Windows 7 Home - SK).

    How can I change the adapter settings (static IP)?
    I've tried Portforward Static IP Address (Free Help Forwarding Ports - PortForward.com), but it sets weird values instead of the ones I enter.
    Attached Thumbnails Attached Thumbnails No text in Network Connections-static001.png   No text in Network Connections-static002.png  
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    Problem is only in network center->adapter settings?

    Left click once on the adapter you want to change. Now press ALT-ENTER. Adapter properties are displayed?
      My Computer


  3. Posts : 49
    Windows 7 Home Premium x64
    Thread Starter
       #3

    I haven't noticed the problem anywhere else.

    When I press ALT+ENTER, the empty warning appears, just like when I click on the last option.
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #4

    alt+enter means properties... so indeed last option.

    Check eventlog for related errors
      My Computer


  5. Posts : 49
    Windows 7 Home Premium x64
    Thread Starter
       #5

    No errors appear in Windows Logs when the warning appears. (I have clicked on refresh)
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #6

    In elevated commadn prompt:
    Code:
    netsh  int  show  interf
    Errors?
      My Computer


  7. Posts : 49
    Windows 7 Home Premium x64
    Thread Starter
       #7

    Code:
    C:\Windows\system32>netsh int show interf
    
    Admin State    State          Type             Interface Name
    -------------------------------------------------------------------------
    Enabled        Connected      Dedicated        Hamachi
    Enabled        Disconnected   Dedicated        Pripojenie bezdrôtovej siete 2
    Enabled        Disconnected   Dedicated        Lokálne pripojenie
    Enabled        Connected      Dedicated        Pripojenie bezdrôtovej siete                           <-- This is what I want to modify
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #8

    Why modify it? Don't you want to solve the main issue?
      My Computer


  9. Posts : 49
    Windows 7 Home Premium x64
    Thread Starter
       #9

    I want to get to the settings of that adapter, which implies fixing the main issue.
      My Computer


  10. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #10

    I elevated command prompt:
    With Netsh.exe you can easily view your TCP/IP settings.
    Code:
    netsh interface ip show config
    With Netsh.exe, you can easily configure your computer's IP address and other TCP/IP related settings. For example:
    The following command configures the interface named "Pripojenie bezdrôtovej siete" with the static IP address 192.168.0.100, the subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1:
    Code:
    netsh interface ip set address name="Pripojenie bezdrôtovej siete" static 192.168.0.100 255.255.255.0 192.168.0.1
    To revert back to how it was
    Code:
    netsh interface ip set address "Pripojenie bezdrôtovej siete" dhcp
      My Computer


 
Page 1 of 10 123 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:46.
Find Us