I am using the newest update put forth in my post about not being able to access some setup programs in my computer. The problem was solved and I am using Windows 11 22H2 (Build 22621.963). Now I am having another problem: my Windows 11 and 10 computers cannot access each other's shares and reports a 0x80070035 "The Network Path was not found" error. Here's what I tried on the Windows 11 end: Pinging. It registers the 10 PC's IP address as pingable. Updating using Windows Update. Enabling Network Discovery Assigning a manual IP. Typing out the full path of a share.(\\Windows10Name\Share) Using the target IP, both as itself and with a full path. (\\192.168.1.12\Share) Disabling password protection. Changing network profiles from public to private. Add SMB 1.0 to Windows Features. I can't find anything else that should be done that would remedy a situation. The one I did not do was to downgrade to an earlier build of Windows 11. Assistance appreciated.
for share acces you use \\myserver\myfolder or \\192.168.1.xx\myfolder if not works in dns methode switch to ip
Set both PC in private network profile; Re-enable password protection; Set a password on the PC with the shared directory; Grant Full Control permissions to the shared directory (under Advanced Sharing, in Properties) for the password protected account; Access from another PC on the same LAN to the PC with the shared directory by the credentials that you have setting up on that PC. Usually it's better to use the IP instead of the HostName when you type the address, because sometimes could be fails.
I made another offline account on the sharing machine, I tried typing the full path of the share both with the computer name and the IP, and still nothing. Can it be the driver?
Could be a configuration issue in the router check the settings and do a ipconfing/all make sure both machine are in the same subnet and network ID.....i dont think is a driver issue....also if your using any third party app like a antivirus or firewall turn it off ....if that doesnt work go into the services snap in and turn on this services to AUTOMATIC Function Discovery Provider Host Function Discovery Resource Publication DNS Client SSDP Discovery PnP Device Host
I ran across this somewhere and it works for me: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "AllowInsecureGuestAuth"=dword:00000001
For windows 11 24H2 to other computer (windows 10) with insecure guest logons, Try : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "AllowInsecureGuestAuth"=dword:00000001 "RequireSecuritySignature"=dword:00000000