Broken File and Printer Sharing for Microsoft Networks

Page 2 of 2 FirstFirst 12

  1. Posts : 7,901
    Windows 11 Pro 64 bit
       #11

    I just found this thread via search. Are you really saying we can't establish simple file/folder sharing via TCP/IP over a private network? I know I'm having problems.
      My Computers


  2. Posts : 7
    Windows 10 Pro
    Thread Starter
       #12

    Ah, my problem got solved since latest update, the fall creators update.
      My Computer


  3. Posts : 1
    10x64 1709
       #13

    I am having the exact problem on Windows 1709. 1703 machines seem to work but 1709 does not. Uncheck and recheck File and Printer sharing fixes this until you reboot. Do you happen to know EXACTLY which patch fixed this issue for you ?

    Thanks
      My Computer


  4. Posts : 14
    Windows 10 Pro
       #14

    The issue still exists in Windows 10 - 1803

    I created a powershell script that disables and then enables the File and Printer Sharing For Microsoft Networks binding on a Hyper-V adapter. So far has worked everything the file sharing goes down. I think this also isolates what's causing the issue at least in my case. Let me know if it works for anyone else.

    if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit }

    disable-NetAdapterBinding -name "vEthernet (External Switch)" -ComponentID ms_server

    enable-NetAdapterBinding -name "vEthernet (External Switch)" -ComponentID ms_server
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:28.
Find Us




Windows 10 Forums