What are my netwerk references

Anonymous
2024-12-05T09:40:41+00:00

Hello all,

I'm trying to install a locally shared printer on other computers in the network but I can not make it appear anywhere (not even on the local PC itself, even though the network share and printer share are activated). What's worse if I try to connect to another computer in the network I'm asked for network references - but none of my passwords work here? How do I discover what these network references are?

***Move from Windows / Windows 11 / Devices and drivers***

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

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

10 answers

Sort by: Most helpful
  1. Anonymous
    2024-12-09T07:57:18+00:00

    Hello,

    This is a security setting that prevents unauthorized users from accessing shared resources. If you want to connect to a shared printer, you need to enter the username and password of the shared host. The username here is the user displayed on the startup interface, and the password is the startup password. Or you can turn off password-protected sharing.

    Best Regards

    Zunhui

    0 comments No comments
  2. Anonymous
    2024-12-09T10:51:24+00:00

    Thank you Zunhui,

    I still don't understand how i'm not able to log into the other computers in my network. I use the exact same credentials I use to log onto those computers but all I get is 'user or password incorrect'. Very frustrating if you can't access your own network.

    Turning of password protection is not my favorite solution but I tried it and now I get this message (see attached)? Some kind of error.

    0 comments No comments
  3. Anonymous
    2024-12-10T07:54:00+00:00

    Hello

    Sorry, I cannot see the attachment you uploaded. If you do not want to access the shared file by logging in with a user and password. I recommend that you use Registry Editor to enable Insecure guest login, see the following steps:

    1. Open Registry Editor. Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation.

    Note: If the key does not exist, you need to create it. Hold down the "Windows" key (right-click), select "New" > "Key" and name the switch "LanmanWorkstation".

    1. Hold down the "LanmanWorkstation" key (right-click), select "New" > "DWORD (32-bit) Value" and name it "AllowInsecureGuestAuth". Double-click, set "Value Data" to "1", and press Enter.

    Note If you modify the registry incorrectly, you can cause serious problems. So, follow these steps carefully. For additional protection, back up the registry before modifying it. For more information about how to back up and restore the registry, see Backing up and restoring the registry in Windows.

    Best Reagrds

    Zunhui

    0 comments No comments
  4. Anonymous
    2024-12-10T09:14:21+00:00

    Hi Again,

    After disabling password protection on the network and 'adding shared printer' I get error 0x80070035 when I try to access another computer in the network. "Cannot find network path". Even though all the computers show up in explorer under 'network'.

    Is this another share problem? Netbios is set to 'standard'. Disabling (windows) firewall doesn't change anything....

    0 comments No comments
  5. Anonymous
    2024-12-11T08:12:34+00:00

    Hi,

    If your system is windows 11 24H2 version I suspect the problem may be caused by SMB signature. I recommend that you open PowerShell as an administrator and run the following command to disable SMB signing and restart your computer to see if you can fix the problem:

    Set-SmbClientConfiguration -RequireSecuritySignature $false

    Accessing a third-party NAS with SMB in Windows 11 24H2 may fail | Microsoft Community Hub

    Best Reagrds

    Zunhui

    0 comments No comments