Tuesday, December 28, 2010

How to Setup Roaming Profiles in Windows 2000

The TCP/IP component in the Windows operating systems is considered a core component so it cannot be easily uninstalled. Using the following commands with the certain switch you can however achieve the same results and by uninstalling and reinstalling the TCP/IP components.

netsh int ip reset [logfile]
Logfile is the name of the file that is used to records the actions by the netsh command.
netsh int ip reset iplog.txt is used to create the iplog.txt in the current directory.

Caution: Be very careful while using these commands because they can directly damage your system.

No comments:

Post a Comment