NO NETWORK CONNECTIVITY!!!!!!!!
1. Check the physical connection. Do you have a link light where the Ethernet cable is plugged in.
If yes, then the next step is to check your network adapter.
Is it disabled?
is it set to DHCP when it's supposed to be static?
If you are using wi-fi then you adapter will be set to DHCP, if you are connected through Ethernet then it will be static.
if you are using wireless, it's going to be DHCP
If you are using Ethernet, it's going to be Static
cmd- Command Prompt
ipconfig- Displays your adapter network settings.
ipconfig /all- Display more detail about the network adapter i.e. MAC, DHCP
ipconfig /flushdns-Clears out DNS cache
ping- Tests network connectivity of another network device.
netstat- List active network connections on workstation
Note: the up arrow on the keyboard will display your commands history.
tracert-Displays network hops from router to router.