Open a Command Prompt Window (Start -> Run -> cmd) and execute the following command:
ping -a {IP address}
for example:
ping -a 192.168.1.1
Or
nslookup {IP address}
for example:
nslookup 192.168.1.1
Did my HOW TO help you? Leave a reply.
Open a Command Prompt Window (Start -> Run -> cmd) and execute the following command:
ping -a {IP address}
for example:
ping -a 192.168.1.1
Or
nslookup {IP address}
for example:
nslookup 192.168.1.1
Did my HOW TO help you? Leave a reply.
Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
net user Administrator /Active:yes
to activate the user account Administrator
or
net user Administrator /Active:no
to disable the user account Administrator
Did my HOW TO help you? Leave a reply.