wmic csproduct get vendor, version
wmic computersystem get model,name,manufacturer,systemtype
***************************SAUDI APPS DBA**************************************
wmic csproduct get vendor, version
wmic computersystem get model,name,manufacturer,systemtype
netsh wlan show drivers
in command prompt and press enter.Hosted network supported :Yes
means that your computer supports hosted networks. Verify this.netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password
in Command prompt. This will create a Hotspot but it is currently offline.netsh wlan start hostednetwork
in command prompt to start the hotspot you just created.netsh wlan stop hostednetwork
in command prompt to stop the hotspot.netsh wlan show hostednetwork
to check the hotspot status.