How to access a shared folder on Windows XP (advanced file share)

9,877

Solution 1

The answer

Simply use this command (ignore the "its in use"):
net use Z: \\ETHERNET_BD\Code MyClevahPass123 /user:bob

Solution 2

What is the permission on the share? Everyone Full Control? And then the file permission? Is that what has been assigned to HSERVER/adminuser? What file permission does HSERVER/adminuser

Are you connecting from Win 7 as username adminuser?

Typically, if no domain to mannge accounts, you would set up a user name on HSERVER that is the same as your user name on UPC passwords would need to match.

So user account on both systems with same passowrd. Whatever you use on UPC must be duplcuated on HSERVER.

Once that is in place, then share and file permissions come into play

Solution 3

You need to authenticate your self as the user of the computer you are connecting to

User: \HSERVER\user

Password: * * * * *

Then you inherit that user's permissions.. otherwise you are just connecting as a guest and you have very few permissions

Share:
9,877

Related videos on Youtube

Apache
Author by

Apache

Updated on September 18, 2022

Comments

  • Apache
    Apache over 1 year

    Information:
    Server name: HSERVER (Windows XP SP3 Professional)
    PC name: UPC (Windows 7 x64 SP1 Professional)

    I have a folder, shared in Windows XP, with the advanced file sharing.
    Permissions have been set (at the permission dialog, there is a user added. HSERVER/adminuser).

    But... when I want to access this share, Windows 7 tells me: "You do not have permission to access \HSERVER\share. Contact your...".

    So how do I share a folder properly?
    If I share a folder in Windows 7, it would just ask for my (the one and only user) account's user/password.

  • Apache
    Apache over 12 years
    "Everyone" got no permissions. TI tried adding a new user with the same name. The new user got "Full Access"... but I still get the very same error message.