To find Computer Model or Laptop Model using Command Prompt

To get Computer or laptop model, manufaturer using Command Prompt use the following commands.




wmic csproduct get vendor, version

wmic computersystem get model,name,manufacturer,systemtype


***************************SAUDI APPS DBA**************************************

Download files using Command prompt in Windows


Use the below Command to download files using Command prompt


Command 

C:\>powershell -command "& { iwr <WEBSITE LINK> -OutFile <File_Name> }"

Example

C:\>powershell -command "& { iwr http://th00.deviantart.net/fs70/PRE/f/2013/074/
a/0/kali_linux_wallpaper_by_humanlly-d5y4g08.png -OutFile kali.png }"

******************SAUDI APPS DBA******************

Saudi Apps DBA is now Available for Android


Saudi Apps DBA is now Available for Android

Scan QR Code to Download



Or

Click the Below link






***********Saudi Apps DBA***************

How to Create a WiFi Hotspot Using the Command Prompt


Now-a-days internet connectivity has become one of the things that we need the most. It would be nice if we can use our computer's fast internet Connection. So guys the solution is Wireless Hosted Network. This concept of Wireless Hosted network was introduced in Windows 7. By using this feature we can easily create a virtual wireless adapter.To do this we only require a CMD(Command Prompt) with Administrator privileges. And best of all you can connect to another WiFi when Hosted Network is running. This process describes some of the commands that are available only in Windows 7 or Windows 8 Ready PC.


STEPS

Create a WiFi Hotspot Using the Command Prompt Step 1.jpg
1
Start. Click on start button on your desktop or press the Windows Key on keyboard.

  1. Create a WiFi Hotspot Using the Command Prompt Step 2.jpg
    2
    Search. Type "cmd" in search box and right click on command prompt. Select Run as Administrator.
  2. Create a WiFi Hotspot Using the Command Prompt Step 3.jpg
    3
    For Beginners. You are accessing the Admin privileges so you will be asked for User Account Control. Click on Yes. Now you have command prompt running.
  1. Create a WiFi Hotspot Using the Command Prompt Step 4.jpg
    4
    Device Check. Type netsh wlan show drivers in command prompt and press enter.
    It will show the output like the image.
    In the output Hosted network supported :Yes means that your computer supports hosted networks. Verify this.
  2. Create a WiFi Hotspot Using the Command Prompt Step 5.jpg
    5
    Create. Type netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password in Command prompt. This will create a Hotspot but it is currently offline.
  3. Create a WiFi Hotspot Using the Command Prompt Step 6.jpg
    6
    Start. Type netsh wlan start hostednetwork in command prompt to start the hotspot you just created.
  4. Create a WiFi Hotspot Using the Command Prompt Step 7.jpg
    7
    Stop. Type netsh wlan stop hostednetwork in command prompt to stop the hotspot.
  5. Create a WiFi Hotspot Using the Command Prompt Step 8.jpg
    8
    Details. Type netsh wlan show hostednetwork to check the hotspot status.
  6. Create a WiFi Hotspot Using the Command Prompt Step 9.jpg
    9
    Internet. To share your internet connection on this hotspot go to the Network and sharing center and click on Change adapter setting. Here right click on the Connection that you use to connect to internet and select properties. In properties go to Sharing tab and check the box "Allow other network users to connect through this computer's internet connection and select the network connection name that is used by your hotspot.(For this check the Network Connection Window and look for Connection which says Microsoft Hosted Network Virtual Adapter). And save it. Now your inter net connection is shared.
  7. ************************************SAUDI APPS DBA****************************************