Difference between revisions of "Repair Network Drive"

From rbachwiki
Jump to navigation Jump to search
(Created page with "== Repair network Errors == In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes. At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem: #Type netsh winsock reset and press Enter. #Type netsh int ip reset and press Enter. #Type ipconfig /release and press Enter. #Type ipconfig /renew and press Enter. #Ty...")
 
 
Line 7: Line 7:
#Type ipconfig /renew and press Enter.
#Type ipconfig /renew and press Enter.
#Type ipconfig /flushdns and press Enter.
#Type ipconfig /flushdns and press Enter.
----
[[Windows| Category]]

Latest revision as of 15:35, 18 May 2022

Repair network Errors

In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes. At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem:

  1. Type netsh winsock reset and press Enter.
  2. Type netsh int ip reset and press Enter.
  3. Type ipconfig /release and press Enter.
  4. Type ipconfig /renew and press Enter.
  5. Type ipconfig /flushdns and press Enter.

Category