Categories
HOW TO

HOW TO resolve IP address to hostname

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.

Categories
HOW TO Microsoft Windows 7 Windows Vista

HOW TO Activate or Disable user account Administrator

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.