How To Keep A Log Of Computer Network Configuration

Keeping a log of network details for a computer can prove useful for future references and especially when it comes to troubleshooting or reinstalling Windows. Here is a simple way to record the IP address, the default gateway, IP addresses of DNS servers and other basic details related to a system : 1. Open Windows command prompt. 2. Simply type in : ipconfig/all > d:\ipdetails.txt 3. The output...