[شرح] عمل wifi من اللابتوب لتوصيل الجوالات والأجهزة الأخري

WebCraker

العبد الفقير إلى الله
طاقم الإدارة
9 مارس 2008
5,645
50
48
Egypt
support-ar.com
English version of this topic in the next reply
Creating Your Own WI-FI Hotspot
How to Turn Your Windows 8 Laptop into a Wireless Access Point



السلام عليكم ورحمة الله وبركاته


attachment.php


موضوع اليوم عن مشاركة الانترنت من اللابتوب للجوالات والاجهزة الأخري لا سلكيا على سبيل المثال انه الجهاز يوجد عليه انترنت ولكن لا يتوفر اتصال WIFI للأجهزة الأخرى جوالات واجهزة لوحية ولابتوبات.

بأختصار تقوم بمشاركة اتصال الانترنت لديك عن طريقة اضافة شبكة أخرى لاسلكية يتم بثها من اللابتوب


الطريقة :

اضغط على زر ويندوز + R ثم اكتب الامر ncpa.cpl كما بالصورة

attachment.php



عندما تفتح لك صفحة اتصالات الشبكة اضغط كلك يمين على اتصالك بالانترنت سواء السلكى او اللاسكلي ثم Properties

attachment.php



اضغط من الاعلى على كلمة sharing ثم قم بالتأشير فى المربع الأول allow other devices to use your machines internet

attachment.php


الآن اضغط كلك يمين اقصى اليسار بالاسفل ثم اختر Command prompt (Admin)

attachment.php



اكتب الأمر التالى

كود:
netsh wlan set hostednetwork mode=allow ssid="[COLOR=#ff0000]Support-AR[/COLOR]" key="[COLOR=#ff0000]12345600[/COLOR]"


attachment.php



الآن نلاحظ أنى قمت بتغيير اسم الشبكة وكلمة المرور بالأمر كما هوا موضح


اسم الشبكة Support-AR يمكنك تغييره بالطبع كما يحلو لك
كلمة المرور للشبكة وهى 12345600 يمكنك تغييرها أيضا

الآن يمكنك تشغيل الشبكة للعمل بالأمر التالى

كود:
netsh wlan start hostednetwork

attachment.php


بالنهاية آخر أمر تريد معرفته أيضا يعطيك حالة الشبكة وعدد المتصلين عليها

كود:
netsh wlan show hostednetwork

attachment.php




جزيل الشكر


أى استفسارات سعيد جدا بالمساعدة وتوضيحها
 

المرفقات

  • 2.png
    2.png
    15.4 KB · المشاهدات: 513
  • command prompt admin.png
    command prompt admin.png
    16.4 KB · المشاهدات: 460
  • command prompt admin1.png
    command prompt admin1.png
    8.1 KB · المشاهدات: 536
  • command prompt admin2.png
    command prompt admin2.png
    5.9 KB · المشاهدات: 539
  • command prompt show hostednetworks.png
    command prompt show hostednetworks.png
    10.1 KB · المشاهدات: 326
  • ncpa.cpl.png
    ncpa.cpl.png
    7.6 KB · المشاهدات: 496
  • wifi properties.png
    wifi properties.png
    9.4 KB · المشاهدات: 449
  • wifi.png
    wifi.png
    16 KB · المشاهدات: 545

WebCraker

العبد الفقير إلى الله
طاقم الإدارة
9 مارس 2008
5,645
50
48
Egypt
support-ar.com
How to Turn Your Windows 8 Laptop into a Wireless Access Point



How to Turn Your Windows 8 Laptop into a Wireless Access Point

13305


A lot of companies are starting to sell portable 3G routers that you can take with you when you go out, but what happens when you forget, luckily we are here to save the day with this neat command line trick.

Creating Your Own WI-FI Hotspot

Press the Windows + R key combination to bring up a run box, type ncpa.cpl and hit enter.
13303


When your network connections open right-click on your Wireless network adapter and select properties from the context menu.

13298


Now switch over to the Sharing tab and allow other devices to use your machines internet by selecting the first checkbox and then unchecking the second before clicking on the OK button.

13304


Now right-click in the bottom left of your screen, to launch an administrative command prompt.

13299


The first thing we need to do is set up the wireless network, this is done using the netsh command like so:

كود:
netsh wlan set hostednetwork mode=allow ssid="Support-AR" key="12345600"
Where ssid is the name of your network and key is the password you want users to connect with, its also worth mentioning that the access point is created with WPA2-PSK (AES) encryption.

13300


Now we are ready to start broadcasting our network:

كود:
netsh wlan start hostednetwork
13301


The last command you will need to know is the show command, it will tell you things like the channel you are on as well as the number of clients connected to your network:

كود:
netsh wlan show hostednetwork
13301

 
التعديل الأخير:

OTMNSAT

عضو جديد
1 مايو 2017
2
0
0
30
رائع جدا شكرا لكم