Share via

Windows 11 Ağ Bağlantısı

Fatih Kuzuoğlu | Şafak Temizlik 0 Reputation points
2026-03-13T07:05:35.45+00:00

Ofisimizde ağ ortamında diğer bilgisayarlara ulaşamıyorum.

Gerekli ayarlarımı yapmış olmama rağmen "Hata Kodu : 0x80070035" alıyorum.

Problem nedir ve nasıl çözebilirim. Ekran görüntüsü 2026-03-13 100148

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments

2 answers

Sort by: Most helpful
  1. Harry Phan 17,360 Reputation points Independent Advisor
    2026-03-13T07:23:14.91+00:00

    Hi Fatih,

    Hata 0x80070035 (Network path not found) genelde hedef bilgisayara SMB paylaşımı üzerinden erişim engellendiğinde görülür. Öncelikle iki bilgisayarın aynı ağda olduğunu doğrulayın; komut satırında ping KEMALUZUN veya ping <IP_adresi> çalıştırın. Ping başarısızsa sorun genellikle Windows Defender Firewall veya ağ profilinin Public olarak ayarlı olmasından kaynaklanır; hedef bilgisayarda ağ profilini Private yapın ve Firewall içinde File and Printer Sharing (SMB-In) kuralının etkin olduğundan emin olun. Ayrıca her iki bilgisayarda services.msc içinde Function Discovery Provider Host ve Function Discovery Resource Publication servislerinin çalışır durumda olması gerekir; bu servisler kapalıysa ağda görünme ve erişim sorunları oluşur. Son olarak doğrudan \\<hedef_IP>\ şeklinde erişmeyi deneyin; IP ile erişim çalışıyor ama isimle çalışmıyorsa problem DNS veya NetBIOS ad çözümlemesidir.

    0 comments No comments

  2. Q&A Assist
    2026-03-13T07:06:01.4566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x80070035 (“Network path not found”) in a Windows 11 office network usually indicates a problem with name resolution, network profile/sharing settings, or the network stack.

    Try these steps on the Windows 11 PC and on the target PCs you want to reach:

    1. Verify basic network connectivity
    • Make sure all PCs are connected to the same router/switch and subnet.
    • Confirm that each PC can access the internet.
    • If possible, try connecting to the other PC by IP address (for example, \\192.168.1.10). If IP works but the computer name does not, it is a name‑resolution issue (see step 5 and the related reference about computer names).
    1. Ensure the network is set to Private
    • On each PC, select Start > Settings > Network & internet.
    • For the active network (Wi‑Fi or Ethernet), open its properties and set the Network profile to Private. This allows device discovery and file sharing on the LAN.
    1. Turn on network discovery and file and printer sharing On each Windows 11 PC:
    2. Select Start > Settings.
    3. In Find a setting, type manage advanced sharing settings and open Manage advanced sharing settings.
    4. Under Private networks, turn on Network discovery and File and printer sharing.
    5. Under All Networks, if anonymous access is desired, turn off Password protected sharing (otherwise leave it on and use credentials).
    6. Make required sharing services start automatically On each PC:
    7. Press Windows logo key + R, type services.msc, select OK.
    8. For each service below, right‑click > Properties. If not running, select Start and set Startup type to Automatic:
      • Function Discovery Provider Host
      • Function Discovery Resource Publication
      • SSDP Discovery
      • UPnP Device Host
    9. Check the computer name and any recent changes
    • Confirm the exact computer name of the target PC (Settings > System > About).
    • If the name was recently changed or the PC switched between wired and wireless, ensure no unexpected suffix (such as “-1”) was added. If a mismatch exists, either correct the name or reconnect devices so they all see the same name. A similar issue was resolved by discovering that Windows had appended a dash and number to the computer name when switching adapters.
    1. Reset the network stack (if the above does not help) On the affected Windows 11 PC:
    2. Open Settings > Network & internet > Advanced network settings > Network reset.
    3. Select Reset now > Yes and let the PC restart.
      • This removes and reinstalls all network adapters and resets settings to defaults. Afterward, VPN clients or virtual switches might need to be reinstalled, and network profiles may revert to Public (re‑set to Private as in step 2).

    If the problem persists after these steps, repeat the tests using another PC on the same network to see whether the issue is limited to one machine or affects all devices, which can indicate a router or NAS configuration problem.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.