Thank you for the update. What we can suggest now is to turn on File and Printer sharing in Command Prompt. Here are the steps to do it:
- Leave File and Printer Sharing for Microsoft Networks turned on.
- Type CMD in the Search bar.
- Right-click on Command Prompt, and select Run as Administrator.
- Type netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes, and hit Enter.
- Exit from the command prompt, and check if it will work.
If issue persists, try turning it on using Powershell, and check if it works. Here are the steps:
- Leave File and Printer Sharing for Microsoft Networks turned on.
- Type Powershell in the Search bar.
- Right-click on Windows PowerShell, and select Run as Administrator.
- Type netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes, and hit Enter.
- Close PowerShell.
Let us know how it goes.