X

كيف تحصل على كل معلومات الموجهاتRouters في محيطك

صيانة الكمبيوتر وحلول المشاكل والأعطال

 
  • Filter
  • Time
  • Show
Clear All
new posts
  • barhoum
    Thread Author
    Free Membership
    • Nov 2018 
    • 100 
    • 175 
    • 144 

    السلام عليكم
    هذا الموضوع يفيد التالي:
    1- تسكن في عمارة وتريد ان تختار افضل موجه للاتصال عبره.
    2- تريد اختيار افضل مكان في مسكنك لتضع فيه الموجه
    3- تريد تغيير رقم القناةchannel لتجنب التشويش
    4- تريد معرفة نوعية البث للموجه Radio type
    5- معرفة معلومات تفصيلية حول الموجه الخاص بك
    6-لمعرفة الموجات التي سبق لك الاتصال عبرها
    7-معرفة كلمة المرور الخاصة بموجهك



    لعرض معلومات على قائمة الموجهات التي يصلك بثها
    Code:
    netsh wlan show networks mode=bssid
    يكون الناتج شبيه بهذا
    Code:
    Interface name : Wi-Fi
    There are 6 networks currently visible.
    
    SSID 1 : 123_viva_l ALGERIE
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : CCMP
        BSSID 1                 : d4:6e:45:bb:c8:68
             Signal             : 40%
             Radio type         : 802.11n
             Channel            : 2
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54
    
    SSID 2 : rinad
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : CCMP
        BSSID 1                 : 60:65:27:7c:ff:7e
             Signal             : 18%
             Radio type         : 802.11n
             Channel            : 1
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54
    
    SSID 3 : TP-LINK_1B46
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : CCMP
        BSSID 1                 : d4:6e:36:6c:ff:46
             Signal             : 15%
             Radio type         : 802.11n
             Channel            : 11
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54
    
    SSID 4 : DJAWEB_55C32
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : TKIP
        BSSID 1                 : 9c:c1:72:b5:5c:38
             Signal             : 42%
             Radio type         : 802.11g
             Channel            : 11
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54
    
    SSID 5 : DJAWEB_47878
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : TKIP
        BSSID 1                 : c4:f0:81:e4:78:80
             Signal             : 16%
             Radio type         : 802.11g
             Channel            : 3
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54
    
    SSID 6 : D-Link
        Network type            : Infrastructure
        Authentication          : WPA2-Personal
        Encryption              : CCMP
        BSSID 1                 : c4:9b:cd:70:0c:3a
             Signal             : 100%
             Radio type         : 802.11n
             Channel            : 12
             Basic rates (Mbps) : 1 2 5.5 11
             Other rates (Mbps) : 6 9 12 18 24 36 48 54


    لمعرفة الموجات التي سبق لك الاتصال عبرها
    Code:
    netsh wlan show interfaces
    netsh wlan show profiles

    لمعرفة تفاصيل حول الموجه الخاص بك
    Code:
    netsh wlan show profiles

    لمعرف كلمة المرور الخاصة بموجهك (على ان يسبق لك استعمالها)
    Code:
    netsh wlan show profile name=D-Link key=clear
    استبدل D-Link باسم موجهك.

  • أبو حكمت
    Free Membership
    • Sep 2018 
    • 2716 
    • 3,323 
    • 8,527 

    #2
    جزاك الله كل خير أخي الغالي
    Comment
    • omer5d
      Free Membership
      • Mar 2019 
      • 28 

      #3
      جزاك الله كل خير
      Comment
      • الشاروقي
        Free Membership
        • Oct 2018 
        • 646 
        • 375 
        • 759 

        #4
        معلومات مهمة جزاك الله خير
        Comment
        • saraya22
          Free membership
          • Apr 2020 

          #5
          شكرا لك
          Comment
          Working...
          X