Error Code: 0x80070035. The network path was not found

2

I've tried almost every single way I can find on the internet and none of them worked:

Error Code: Network Path Not found.

DOGE

Posted 2018-09-28T03:52:15.727

Reputation: 31

Answers

0

Have you tried resetting TCP/IP?

  1. Open Command Prompt and enter the following commands:

    • netsh winsock reset
    • netsh int ip reset
    • ipconfig /release
    • ipconfig /renew
  2. After running these commands, restart your PC and check if the issue still persists.

If the issue still persists, you can try to configure IP address:

  1. Open “Network and Sharing Center” and click “Change adapter settings”.
  2. Right-click your Wi-Fi adapter and click “Properties”.
  3. Select “Internet Protocol Version 4 (TCP/IPv4)” and click “Properties”.
  4. Click “Obtain an IP address automatically”.

S.cloris

Posted 2018-09-28T03:52:15.727

Reputation: 100

Yet?! Suggesting "restart your PC" is no solution! – Franta – 2020-02-29T12:44:49.563