Let's address your two main problems step-by-step:
Problem 1: Getting All Computers to Recognize Each Other
- Check Network Profiles:
- Ensure that all computers are on the same network and that the network profile is set to "Private" on each computer.
- Enable File and Printer Sharing:
- Go to "Control Panel" > "Network and Sharing Center" > "Change advanced sharing settings".
- Under the "Private" profile, make sure "Turn on network discovery" and "Turn on file and printer sharing" are enabled.
- Ensure All Computers Are in the Same Workgroup:
- Right-click on "This PC" > "Properties".
- Click on "Change settings" next to the computer name.
- Ensure all computers are in the same Workgroup. If not, change them to be in the same Workgroup and restart the computers.
- Check Firewall Settings:
- Go to "Control Panel" > "System and Security" > "Windows Defender Firewall" > "Allow an app or feature through Windows Defender Firewall".
- Ensure "File and Printer Sharing" is allowed on the private network.
- Use the IP Address to Test Connectivity:
- Open Command Prompt and type
ping [IP address of the other computer]
to check if the computers can communicate with each other.
- Open Command Prompt and type
Problem 2: Enabling Password Protection with Microsoft Accounts
- Ensure Password Protected Sharing is Enabled:
- Go to "Control Panel" > "Network and Sharing Center" > "Change advanced sharing settings".
- Under "All Networks", ensure "Turn on password protected sharing" is enabled.
- Set Up Sharing with Microsoft Accounts:
- Ensure all computers are logged in with the same Microsoft account. You can check this under "Settings" > "Accounts" > "Your info".
- Sharing Folders with Specific Users:
- Right-click the folder you want to share > "Properties" > "Sharing" > "Advanced Sharing".
- Click on "Permissions" and add your Microsoft account email under "Group or user names".
- Using the Correct Credentials:
- When accessing shared folders, use the format
MicrosoftAccount\your-email@example.com
for the username and your Microsoft account password.
- When accessing shared folders, use the format
- Troubleshoot Account Issues:
- If you are encountering issues with old credentials, try removing any old business Microsoft accounts:
- Go to "Settings" > "Accounts" > "Access work or school".
- Remove any old business accounts listed there.
- If you are encountering issues with old credentials, try removing any old business Microsoft accounts:
Additional Tips:
- Restart Network Services:
- Sometimes, restarting the network services can help. Open Command Prompt as an administrator and run the following commands:
net stop lanmanserver net start lanmanserver net stop lanmanworkstation net start lanmanworkstation
- Sometimes, restarting the network services can help. Open Command Prompt as an administrator and run the following commands:
- Network Reset:
- As a last resort, you can reset the network settings by going to "Settings" > "Network & Internet" > "Status" > "Network reset". This will remove and reinstall all your network adapters and set other networking components back to their original settings.
By following these steps, you should be able to get your computers to recognize each other properly and enable password-protected sharing with your Microsoft accounts. If you continue to experience issues, providing specific error messages or screenshots can help in further diagnosing the problem.
Best regards
Rosy