Kein Internet verfügbar.
Manually reset TCP/IP
To manually reset TCP/IP, follow these steps:
- On the Start screen, type CMD. In the search results, right-click Command Prompt, and then select Run as administrator.
- At the command prompt, enter the following command, and then press Enter:
c:\resetlog.txt
Note If you don’t want to specify a directory path for the log file, run the following command instead:
netsh int ip reset - Restart the computer.
- To open a command prompt, select Start and then type cmd in the Search programs and files box.
- Under Programs, right-click the CMD.exe icon, and then select Run as administrator.
- When the User Account Control box appears, select Yes.
- At the command prompt, enter the following command, and then press Enter:
netsh int ip reset c:\resetlog.txt
Note If you don’t want to specify a directory path for the log file, run the following command instead:
netsh int ip reset resetlog.txt - Restart the computer.
When you run the reset command, it overwrites the following registry keys, both of which are used by TCP/IP:
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
SYSTEM\CurrentControlSet\Services\DHCP\Parameters
This has the same effect as removing and reinstalling TCP/IP. To run the manual command successfully, you must specify a name for the log file in which the netsh actions will be recorded. (This log file is referred to as „resetlog.txt“ in the manual procedures earlier in this section.)
Note You must be logged on to the computer as an administrator to perform the steps.