Only guests see ads. Create a free account and/or log in for a complete ad-free experience.
Be Part of Our Community
Did you know, as a member you can create blogs, add downloads, share images and much more! Now isn't that worth a free account and ad-free experience? We think it is. Welcome in friend.
Sometimes when installing a fresh Windows you might not be able to connect to a shared network drive. This is especially true with Windows 11 and 24H2and up. There is a easy solution for this. I searched for hours to find this so to save you time here's the fix (might not work for you depending on the issue).
The short explanation. Windows 11 Home 25H2 that I use have added more secure and strict network features. This prevents Windows from discovering drives in your network that are not "verified" and have no secure connection, even if you have a username and password. What we need to do is open up insecure connections and allow guest access.
Allow Insecure Connections from PowerShell.
The final method to fix the error "Network path not found – 0x80070035" in Windows 11 24H2, is to allow the insecure guest logons, using PowerShell.*
1. Open PowerShell as Administrator (important) and use the following three (3) commands one by one:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Sometimes when installing a fresh Windows you might not be able to connect to a shared network drive. This is especially true with Windows 11 and 24H2and up. There is a easy solution for this. I searched for hours to find this so to save you time here's the fix (might not work for you depending on the issue).
The short explanation. Windows 11 Home 25H2 that I use have added more secure and strict network features. This prevents Windows from discovering drives in your network that are not "verified" and have no secure connection, even if you have a username and password. What we need to do is open up insecure connections and allow guest access.
Allow Insecure Connections from PowerShell.
The final method to fix the error "Network path not found – 0x80070035" in Windows 11 24H2, is to allow the insecure guest logons, using PowerShell.*
1. Open PowerShell as Administrator (important) and use the following three (3) commands one by one:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -ForceSet-SmbClientConfiguration -RequireSecuritySignature $false -ForceSet-SmbServerConfiguration -RequireSecuritySignature $false -ForceRestart to make sure and try to connect again using \\mynetworkdrive or \\drivesipadress from explorer.
If you have any other tips, leave them in the comments.
☕ It's all good ❤️