5/12/2015

How to find MAC address in Windows Command Line

getmac -v

or

ipconfig -all (this command will show the IP address as well)

5/07/2015

How to turn on / off Windows firewall using Command Line

Turn Off:
NetSh Advfirewall set allprofiles state off

Turn On:
NetSh Advfirewall set allrprofiles state on