Network drives inaccessible

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Network drives inaccessible

Post by jcmn »

Hello

Since some previous versions XYPlorer is unable to see the network drives. Don't know why. Didn't change configuration since then.

Any explanation for this?

admin
Site Admin
Posts: 66657
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Network drives inaccessible

Post by admin »

Code: Select all

v16.00.0005 - 2015-11-19 13:21
    * Network: I overreacted a bit in v16.00.0003. After all, the "new way" 
      worked for thousands of users for 3 years without any complaints until 
      recently. So here is a better solution:
      - XY now acts like this: First try the "new way", but if it fails then 
        fall back to the "old way". That way you get both worlds, one after the 
        other.
      - If you don't even want to try the "new way" use this tweak:
        NetworkNetServerEnum=1
Might be related to the above. So please try this tweak (http://www.xyplorer.com/faq-topic.php?id=tweak):

Code: Select all

NetworkNetServerEnum=1

jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Re: Network drives inaccessible

Post by jcmn »

Tried what you suggest but network drives continue invisible.

admin
Site Admin
Posts: 66657
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Network drives inaccessible

Post by admin »

You can try an older version from the freezer to test your theory:

http://www.xyplorer.com/freezer.php

jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Re: Network drives inaccessible

Post by jcmn »

Well I tried several previous versions back in time but no one shows the network drives.

Instead trying versions messed with my configuration file.

jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Re: Network drives inaccessible

Post by jcmn »

After giving up with this problem I discovered, by chance, what was preventing the access to the network drives.

I had XYPLORER defined to run as administrator.

When I disable this the network drives were available again. Don't see the relation with running as administrator.

highend
Posts: 14994
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Network drives inaccessible

Post by highend »

That's normal (when the drives were connected without admin rights) and has nothing to do with XY.

Code: Select all

REM http://technet.microsoft.com/en-us/library/ee844140%28v=ws.10%29.aspx
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLinkedConnections" /t REG_DWORD /d "0x00000001" /f
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66657
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Network drives inaccessible

Post by admin »

Well, I did not know that (and I find it strange that running as admin leads to less access), so thanks for the info, jcmn!

Post Reply