Ntwork Credential window issue

ankit goel 0 Reputation points
2024-12-19T09:32:17.1466667+00:00

Hi ,

I have a workgroup on which my three pcs are connected(including mine) and are sharing a same folder . whenever my second pc tries to connect my pc , on first startup it does ask for credentials but when i close the window . it does not ask for the same . the other problem is with my third pc . although it is connected to my same wifi and same workgroup , it is not all asking for network credentials even when i had enabled password protected sharing in "manage advance sharing settings" . the other thing i had tried is to enable the following policy:

1 Open “gpedit.msc”.

2 Go to: Local Computer Policy > Computer Configuration> Windows Settings > Security Settings > Local Policies > Security Options.

3 Find the policy: Network access: Do not allow storage of passwords and credentials for network authentication.

4 Choose the Local Security Settings to “Enable”

but i do not find any success.

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
796 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,276 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 34,776 Reputation points
    2024-12-19T14:28:03.04+00:00

    Based on the 2 questions that you asked, here is what I would suggest.

    First, use unique accounts for each of your users. The person who uses ComputerB should log on to the desktop as UserB. Or use their first name, or function. Any name that uniquely identifies them. The person who uses ComputerC should log on to the desktop as UserC. Again, any account name that is different from what the other user/computer uses.

    Then on ComputerA where your Data share is, define local users named UserB and UserC that have the same passwords as the accounts on their respective ComputerB/C.

    On the Data folder share permissions, grant "everyone full control". The share permissions act as a filter. That will allow update requests to get through the share.

    On the folder permissions, grant the access that you want for each subfolder.

    C:\Data should have "Administrators full control", and your account with full control.

    C:\Data\ComputerB add UserB full control.

    C:\Data\ComputerC add UserC full control.

    You will also need to grant read access to C:\Data for your users so that they can "see" the subfolders. But you don't want that permission to be inherited by the subfolders because would allow read access to the other computer's data. You will need to click on the "Advanced" button, and add "Authenticated Users" read access, but in "Applies to" you need to select "This folder and files".

    It should look like this.

    User's image

    That will allows the uses to authenticate to ComputerA and the Data share folders will restrict access. You users will not be prompted to type in an id/password when they try to access \\ComputerA\Data. Because the respective passwords match, ComputerA will "know" who the user is.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.