| Reseting the TCP/IP stack on an MS XP with NETSH command |
|
|
|
Reseting the TCP/IP stack on an Microsoft XP OS. COMMAND USAGEnetsh int ip reset [log_file_name] To successfully execute the command, you must specify a log file name where actions taken by netsh will be recorded. For example, typing either of the examples that are listed in the "Command Samples" section later in this article at a command prompt would reset the TCP/IP stack on a system and record the actions that were taken in the log file, Resetlog.txt. The first sample creates the log file in the current directory, while the second sample demonstrates the use of a path where the log will be created. In either case, where the specified log file already exists, the new log will be appended to the end of the existing file. COMMAND EXAMPLESnetsh int ip reset resetlog.txt netsh int ip reset c:resetlog.txt For more information about NETSH click here. |

