Shared folders not accessable using file folder sharing after update?

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 1,471
    Win10 Home x64 - 1809
       #11

    FWIW .. here's my IPv6 check/test ...

    Test with IPv4 DNS record
    ok (0.610s) using ipv4
    Test with IPv6 DNS record
    ok (0.767s) using ipv6
    Test with Dual Stack DNS record
    ok (0.549s) using ipv6
    Test for Dual Stack DNS and large packet
    ok (0.114s) using ipv6
    Test IPv4 without DNS
    skipped (0.196s)
    Test IPv6 without DNS
    skipped (0.189s)
    Test IPv6 large packet
    ok (0.821s) using ipv6
    Test if your ISP's DNS server uses IPv6
    ok (0.482s) using ipv6
    Find IPv4 Service Provider
    ok (0.420s) using ipv4 ASN 11426
    Find IPv6 Service Provider
    ok (0.737s) using ipv6 ASN 11426

    Note: Even tho my ISP supports IPv6 and I have it setup (which was to test/learn about it) very few websites actually use IPv6. However, Win10 can/will try to use IPv6 which may or may not cause issues with things like network sharing.
      My Computers


  2. Posts : 1,471
    Win10 Home x64 - 1809
       #12

    @jkirkman44 ... I forgot to mention that if you Disable IPv6 on your PC's, then you should disable/turn it off in your router.
      My Computers


  3. Posts : 16
    Windows 10 32-bit (Win. 10 Professional v1909)
    Thread Starter
       #13

    Completed your Recomendations....


    I have set the ipv6 to prefer ipv4 over ipv6. Completed Network RESET. Changed to Google DNSV, & set TCP/IP back to default. I have the same 2 error codes: 0x80070035 or 0cx800700943? I have attached my current network settings report to this post for review! Thanks

    Networking and Ipconfig Current Settings Report.docx



    Shared folders not accessable using file folder sharing after update?-screenshot-245-.pngShared folders not accessable using file folder sharing after update?-screenshot-246-.pngShared folders not accessable using file folder sharing after update?-screenshot-247-.pngShared folders not accessable using file folder sharing after update?-screenshot-245-.pngShared folders not accessable using file folder sharing after update?-screenshot-246-.pngShared folders not accessable using file folder sharing after update?-screenshot-247-.png
    Attached Thumbnails Attached Thumbnails Shared folders not accessable using file folder sharing after update?-screenshot-241-.png   Shared folders not accessable using file folder sharing after update?-screenshot-242-.png   Shared folders not accessable using file folder sharing after update?-screenshot-243-.png   Shared folders not accessable using file folder sharing after update?-screenshot-244-.png  
      My Computer


  4. Posts : 1,471
    Win10 Home x64 - 1809
       #14

    K ... Not sure what your using "Local Area Connection * 11" for or what it has to do with sharing.
    1. Are you using a VPN ?
    2. Your ipconfig /all is still showing NetBIOS over TCPIP as disabled, not sure what's up with that.
    3. Are the folders you're trying to share/access your actual c:\user\USERNAME folders ?
    4. Can you access that PC/Share by it's IPADDRESS ?
      My Computers


  5. Posts : 16
    Windows 10 32-bit (Win. 10 Professional v1909)
    Thread Starter
       #15

    Local area c9nnection been there since installation from HP as required driver I guess. I changed the tcp/up back to default as u recommended instead of enabled. I get the same error if I try to access using ip and also when I try to map network drive. Some are folders from user and there are about 4 that are not? I have Hotshield VPN installed but have yet to actually use it. Also about a month ago I tried a 7 day free trial of NordVPN but I uninstalled it after the trial. Personally I don't quite understand what the local area connection is as well. In device manager under network adapters it has 3 Microsoft Virtual Adapter named 1, 2 and 3?
      My Computer


  6. Posts : 1,471
    Win10 Home x64 - 1809
       #16

    Local area c9nnection been there since installation from HP as required driver I guess. I changed the tcp/up back to default as u recommended instead of enabled. I get the same error if I try to access using ip and also when I try to map network drive. Some are folders from user and there are about 4 that are not? I have Hotshield VPN installed but have yet to actually use it. Also about a month ago I tried a 7 day free trial of NordVPN but I uninstalled it after the trial. Personally I don't quite understand what the local area connection is as well. In device manager under network adapters it has 3 Microsoft Virtual Adapter named 1, 2 and 3?
    K ...

    1. I believe that "Local Area Connection * " (i.e. MS Virtual Adapters) is for Direct Connection to a wireless device for screen projection, etc and has nothing to do with file sharing as far as I know. So makes sure you're checking your IPv4/IPv6/NetBIOS over TCPIP settings on your Wireless Adapter.

    2. I would un-install any/all VPN software, just to rule it out as a possible cause. I would reboot PC after un-installing VPN.

    3. Lets check the following on the KIRKNET-PEOC

    Note: The following script ....
    1. Makes NO changes to your PC
    2. Does NOT reveal any personal info, only PC NAME
    3. It creates a .txt file on your Desktop (Assumes your Desktop Folder has NOT been moved)
    4. Upload the .txt files in your post

    Open PowerShell as Admin. Copy/Paste the following, making sure to hit enter after the last line.

    $(
    write-output "CHECKING LANMAN/TCPIP/SMB FOR COMPUTER $($env:computername) @ $(get-date -format g)"
    write-output "==============="
    write-output "LANMAN SERVER"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    write-output "==============="
    write-output "LANMAN WORKSTATION"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
    write-output "==============="
    write-output "TCPIP4"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
    write-output "==============="
    write-output "TCPIP6"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
    write-output "==============="
    write-output "SMB CLIENT CONFIGURATION"
    write-output "==============="
    Get-SmbClientConfiguration
    write-output "==============="
    write-output "SMB SERVER CONFIGURATION"
    write-output "==============="
    Get-SmbServerConfiguration
    ) > "$($env:userprofile)\Desktop\$env:computername-LANMAN-TCPIP-SMB-CHECK.txt"
      My Computers


  7. Posts : 16
    Windows 10 32-bit (Win. 10 Professional v1909)
    Thread Starter
       #17

    WLAN Report link & All Diagnostic Data you need i think?


    I apologize for not being able to attach my NETSH WLAN Report, but, it was bigger than allowed so thereon my OneDrive. here's the link:

    https://1drv.ms/f/s!AmRs8nDJbo4Pgr5wwk2d15GDoWRmQgana

    Also screen shots from device manager.

    Administrative Events from the Event Log

    Microsoft OneDrive - Access files anywhere. Create docs with free Office Online.

    Shared folders not accessable using file folder sharing after update?-screenshot-251-.pngShared folders not accessable using file folder sharing after update?-screenshot-252-.pngShared folders not accessable using file folder sharing after update?-screenshot-253-.pngShared folders not accessable using file folder sharing after update?-screenshot-254-.pngShared folders not accessable using file folder sharing after update?-screenshot-255-.png


    Shared folders not accessable using file folder sharing after update?-screenshot-251-.png
      My Computer


  8. Posts : 1,471
    Win10 Home x64 - 1809
       #18

    BTW .. Have you checked Windows Firewall (inbound & outbound) to make sure your allowing Core Networking, Network Discovery, File & Print Sharing at least for Private ?

    Note: You can reset Windows Firewall to defaults, but you will loose any custom rules you've setup !!!
      My Computers


  9. Posts : 16
    Windows 10 32-bit (Win. 10 Professional v1909)
    Thread Starter
       #19

    Ran your Script File (ttached...)


    Dear Eagle,

    I completed your request. Also I reset Firewall to default, and still issue remains...


    Script Output:

    CHECKING LANMAN/TCPIP/SMB FOR COMPUTER KIRKNET-PEOC @ 9/17/2018 3:06 PM
    ===============
    LANMAN SERVER
    ===============


    EnableAuthenticateUserSharing : 0
    NullSessionPipes : {}
    ServiceDll : C:\WINDOWS\system32\srvsvc.dll
    ServiceDllUnloadOnStop : 1
    restrictnullsessaccess : 1
    Guid : {171, 209, 184, 41...}
    PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
    s\LanmanServer\Parameters
    PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
    s\LanmanServer
    PSChildName : Parameters
    PSDrive : HKLM
    PSProvider : Microsoft.PowerShell.Core\Registry

    ===============
    LANMAN WORKSTATION
    ===============
    EnablePlainTextPassword : 0
    EnableSecuritySignature : 1
    RequireSecuritySignature : 0
    ServiceDll : C:\WINDOWS\System32\wkssvc.dll
    ServiceDllUnloadOnStop : 1
    AuditSmb1Access : 0
    PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lan
    manWorkstation\Parameters
    PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lan
    manWorkstation
    PSChildName : Parameters
    PSDrive : HKLM
    PSProvider : Microsoft.PowerShell.Core\Registry

    ===============
    TCPIP4
    ===============
    DataBasePath : C:\WINDOWS\System32\drivers\etc
    Domain :
    ForwardBroadcasts : 0
    ICSDomain : mshome.net
    NameServer :
    SyncDomainWithMembership : 1
    HostName : KIRKNET-PEOC
    NV HostName : KIRKNET-PEOC
    DnsOutstandingQueriesCount : 1000
    SearchList :
    UseDomainNameDevolution : 1
    IPEnableRouter : 0
    EnableICMPRedirect : 1
    DeadGWDetectDefault : 1
    DontAddDefaultGatewayDefault : 0
    NV Domain :
    ShutDownTimeAtLastDomainLeave : {5, 121, 224, 25...}
    PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
    s\Tcpip\Parameters
    PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
    s\Tcpip
    PSChildName : Parameters
    PSDrive : HKLM
    PSProvider : Microsoft.PowerShell.Core\Registry

    ===============
    TCPIP6
    ===============
    Dhcpv6InformServerDuid : {0, 1, 0, 1...}
    Dhcpv6DUID : {0, 1, 0, 1...}
    ICS_PublicAdapterIndex : 2
    DisabledComponents : 0
    Dhcpv6DomainSearchList : {4, 104, 111, 109...}
    PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
    6\Parameters
    PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
    6
    PSChildName : Parameters
    PSDrive : HKLM
    PSProvider : Microsoft.PowerShell.Core\Registry

    ===============
    SMB CLIENT CONFIGURATION
    ===============
    ConnectionCountPerRssNetworkInterface : 4
    DirectoryCacheEntriesMax : 16
    DirectoryCacheEntrySizeMax : 65536
    DirectoryCacheLifetime : 10
    DormantFileLimit : 1023
    EnableBandwidthThrottling : True
    EnableByteRangeLockingOnReadOnlyFiles : True
    EnableInsecureGuestLogons : True
    EnableLargeMtu : True
    EnableLoadBalanceScaleOut : True
    EnableMultiChannel : True
    EnableSecuritySignature : True
    ExtendedSessionTimeout : 1000
    FileInfoCacheEntriesMax : 64
    FileInfoCacheLifetime : 10
    FileNotFoundCacheEntriesMax : 128
    FileNotFoundCacheLifetime : 5
    KeepConn : 600
    MaxCmds : 50
    MaximumConnectionCountPerServer : 32
    OplocksDisabled : False
    RequireSecuritySignature : False
    SessionTimeout : 60
    UseOpportunisticLocking : True
    WindowSizeThreshold : 8
    PSComputerName :

    ===============
    SMB SERVER CONFIGURATION
    ===============
    AnnounceComment :
    AnnounceServer : False
    AsynchronousCredits : 64
    AuditSmb1Access : False
    AutoDisconnectTimeout : 15
    AutoShareServer : True
    AutoShareWorkstation : True
    CachedOpenLimit : 10
    DurableHandleV2TimeoutInSeconds : 180
    EnableAuthenticateUserSharing : False
    EnableDownlevelTimewarp : False
    EnableForcedLogoff : True
    EnableLeasing : True
    EnableMultiChannel : True
    EnableOplocks : True
    EnableSecuritySignature : False
    EnableSMB1Protocol : False
    EnableSMB2Protocol : True
    EnableStrictNameChecking : True
    EncryptData : False
    IrpStackSize : 15
    KeepAliveTime : 2
    MaxChannelPerSession : 32
    MaxMpxCount : 50
    MaxSessionPerConnection : 16384
    MaxThreadsPerQueue : 20
    MaxWorkItems : 1
    NullSessionPipes :
    NullSessionShares :
    OplockBreakWait : 35
    PendingClientTimeoutInSeconds : 120
    RejectUnencryptedAccess : True
    RequireSecuritySignature : False
    ServerHidden : True
    Smb2CreditsMax : 2048
    Smb2CreditsMin : 128
    SmbServerNameHardeningLevel : 0
    TreatHostAsStableStorage : False
    ValidateAliasNotCircular : True
    ValidateShareScope : True
    ValidateShareScopeNotAliased : True
    ValidateTargetName : True
    PSComputerName :
      My Computer


  10. Posts : 1,471
    Win10 Home x64 - 1809
       #20

    Hey jkirkman44,
    I don't see anything that jumps out at me that would stop file sharing. You can run that script on your other Win10 PC and we can compare them to see what/if any differences there are. If you don't mind, upload the .txt files vs pasting in channel, makes it easier to compare them.

    In your ipconfig /all does it still show your NetBIOS over TCPIP as disabled for your adapter ?
      My Computers


 

  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 01:34.
Find Us




Windows 10 Forums