Posts

Showing posts from 2016

Create a WiFi Hotspot Using the Command Prompt In Windows OS

Image
Prakash-Tech.Blogspot.com   How to Create a WiFi Hotspot Using the Command  Prompt  In Windows OS Guide to create hosted network using the command prompt in Windows 10 PC. The same steps can be applied to Windows 7 and Windows 8.1 running PCs. This guide will help you to create Wi-Fi Hotspot in Windows 10 PC using the command prompt and without any third party software utility. Step1 Run.  Press the "Windows key" and "R" buttons at the same time. The Run window will pop up. Command Prompt.  Type "cmd" in the box then hit "Enter" or OK. The Command Prompt will pop up, with Administrative Privileges. 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. Device Check.   Type  netsh wlan show drivers  in command ...

Create a Bootable USB Drive Without Using Any Software

Image
How to Create a bootable USB Drive Without Using Any Software To create a bootable USB drive manually, we will use the Command Prompt as a Windows default program. Here are step by step to create a bootable USB drive as the Windows installation media. To create a bootable USB drive as a Windows installation media.     Bootable USB Drive Without Using Any Software Step 1: Using DISKPART command Insert your USB flash drive to your running computer. As the first step, we need to run Command Prompt as administrator.   To Run Cmd as Administrator we need to find cmd by typing ' cmd ' in the search box on Windows Start Menu. After search result for ' cmd ' appears, right click on it and select " Run as administrator ". Type ' diskpart ' on Command Prompt (without quotes) and hit Enter. Wait for a while until the DISKPART program run. Type ' list disk ' to view active disks on your computer and hit Enter. There would be seen th...