Unable to access shared folder without user name and password in windows 10
I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to do by changing settings in Advanced Network and Sharing settings.
After updating to windows 10 it still asks for the user name and password. Even if I add Guest and Everyone with full controll in the permissions. I am sure I need to enable the Guest account before I can add guest account. For checking I went to user accounts but did not see Guest account but I accessed accounts using cmpmgmt.msc
and checked the Guest account there which is enabled (because disable account was unchecked)
Has anything changed in windows 10?
windows-7 windows windows-8 windows-10 shared-folders
add a comment |
I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to do by changing settings in Advanced Network and Sharing settings.
After updating to windows 10 it still asks for the user name and password. Even if I add Guest and Everyone with full controll in the permissions. I am sure I need to enable the Guest account before I can add guest account. For checking I went to user accounts but did not see Guest account but I accessed accounts using cmpmgmt.msc
and checked the Guest account there which is enabled (because disable account was unchecked)
Has anything changed in windows 10?
windows-7 windows windows-8 windows-10 shared-folders
add a comment |
I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to do by changing settings in Advanced Network and Sharing settings.
After updating to windows 10 it still asks for the user name and password. Even if I add Guest and Everyone with full controll in the permissions. I am sure I need to enable the Guest account before I can add guest account. For checking I went to user accounts but did not see Guest account but I accessed accounts using cmpmgmt.msc
and checked the Guest account there which is enabled (because disable account was unchecked)
Has anything changed in windows 10?
windows-7 windows windows-8 windows-10 shared-folders
I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to do by changing settings in Advanced Network and Sharing settings.
After updating to windows 10 it still asks for the user name and password. Even if I add Guest and Everyone with full controll in the permissions. I am sure I need to enable the Guest account before I can add guest account. For checking I went to user accounts but did not see Guest account but I accessed accounts using cmpmgmt.msc
and checked the Guest account there which is enabled (because disable account was unchecked)
Has anything changed in windows 10?
windows-7 windows windows-8 windows-10 shared-folders
windows-7 windows windows-8 windows-10 shared-folders
edited Aug 18 '15 at 19:05
Hannu
4,1351925
4,1351925
asked Aug 18 '15 at 18:18
Lame UserLame User
116127
116127
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Question is old but none of the answers fully cover the problem. There are a number of ways to accomplish this. There is one that works every time.
- Press the key to open the Start menu and, without clicking anything, type
sharing
. - At the top should be
Manage advanced sharing settings
. Click that. - Expand the heading for
All Networks
and find the section calledPassword protected sharing
. - Set that to
Turn off password protected sharing
. - Click
Save changes
. - You may need to restart or unshare and reshare for the settings to take effect.
Also make sure that the file permissions of the files and folders being shared also allow access to Everyone
. File permissions are managed separately from share permissions and whichever is more restrictive wins.
This should work in Windows 7 through 10 without issue.
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing withEveryone
in such would be unwise.
– Cliff Armstrong
Jan 14 at 21:54
add a comment |
Would have to ask because it's not mentioned, but can we presume you are connected to homegroup
Another requirement usually is that you'll need to have set a username and password in both the computers
add a comment |
Right Click that folder which you want to share and then go to select share with then click For specific people and then add guest and then add it and change the read to read/write . that's all go to their folder by giving IP that's all .. nothing changed in folder sharing in windows 10 OS .
Step 1 :
Step 2 :
add a comment |
There could be many reasons why, but one which keeps hunting me is that Windows automatically tries to log into shared folders using currently sign-in user. If this fails it will not try "fall-back" to Guest.
In my case, my NAS has a user 'papo', but on my PC, I am sign in as papo as well.
But I use different passwords for everything (with a formula).
The result is, I can't sign-in to NAS as a Guest without a password from my PC.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f959218%2funable-to-access-shared-folder-without-user-name-and-password-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Question is old but none of the answers fully cover the problem. There are a number of ways to accomplish this. There is one that works every time.
- Press the key to open the Start menu and, without clicking anything, type
sharing
. - At the top should be
Manage advanced sharing settings
. Click that. - Expand the heading for
All Networks
and find the section calledPassword protected sharing
. - Set that to
Turn off password protected sharing
. - Click
Save changes
. - You may need to restart or unshare and reshare for the settings to take effect.
Also make sure that the file permissions of the files and folders being shared also allow access to Everyone
. File permissions are managed separately from share permissions and whichever is more restrictive wins.
This should work in Windows 7 through 10 without issue.
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing withEveryone
in such would be unwise.
– Cliff Armstrong
Jan 14 at 21:54
add a comment |
Question is old but none of the answers fully cover the problem. There are a number of ways to accomplish this. There is one that works every time.
- Press the key to open the Start menu and, without clicking anything, type
sharing
. - At the top should be
Manage advanced sharing settings
. Click that. - Expand the heading for
All Networks
and find the section calledPassword protected sharing
. - Set that to
Turn off password protected sharing
. - Click
Save changes
. - You may need to restart or unshare and reshare for the settings to take effect.
Also make sure that the file permissions of the files and folders being shared also allow access to Everyone
. File permissions are managed separately from share permissions and whichever is more restrictive wins.
This should work in Windows 7 through 10 without issue.
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing withEveryone
in such would be unwise.
– Cliff Armstrong
Jan 14 at 21:54
add a comment |
Question is old but none of the answers fully cover the problem. There are a number of ways to accomplish this. There is one that works every time.
- Press the key to open the Start menu and, without clicking anything, type
sharing
. - At the top should be
Manage advanced sharing settings
. Click that. - Expand the heading for
All Networks
and find the section calledPassword protected sharing
. - Set that to
Turn off password protected sharing
. - Click
Save changes
. - You may need to restart or unshare and reshare for the settings to take effect.
Also make sure that the file permissions of the files and folders being shared also allow access to Everyone
. File permissions are managed separately from share permissions and whichever is more restrictive wins.
This should work in Windows 7 through 10 without issue.
Question is old but none of the answers fully cover the problem. There are a number of ways to accomplish this. There is one that works every time.
- Press the key to open the Start menu and, without clicking anything, type
sharing
. - At the top should be
Manage advanced sharing settings
. Click that. - Expand the heading for
All Networks
and find the section calledPassword protected sharing
. - Set that to
Turn off password protected sharing
. - Click
Save changes
. - You may need to restart or unshare and reshare for the settings to take effect.
Also make sure that the file permissions of the files and folders being shared also allow access to Everyone
. File permissions are managed separately from share permissions and whichever is more restrictive wins.
This should work in Windows 7 through 10 without issue.
edited Aug 13 '17 at 23:29
Ashton
695417
695417
answered Aug 13 '17 at 22:18
Cliff ArmstrongCliff Armstrong
1,224112
1,224112
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing withEveryone
in such would be unwise.
– Cliff Armstrong
Jan 14 at 21:54
add a comment |
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing withEveryone
in such would be unwise.
– Cliff Armstrong
Jan 14 at 21:54
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
I add to do this in both computers. Important thing, restart the PC, otherwise it doesn't work.
– Carlos Alberto Martínez Gadea
Aug 31 '17 at 9:41
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
Worked for me immediately, without restart or unshare/reshare. Great answer! Would be interesting, though, to know what purpose of this setting turn off password protected sharing is and what the consequences or side-effects of activating it are.
– Glemi
Jan 6 at 20:48
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing with
Everyone
in such would be unwise.– Cliff Armstrong
Jan 14 at 21:54
In versions of windows before Vista, file sharing was unpassworded by default. If you shared files everyone on the same network as your computer could access (and alter) files in the share as they saw fit. Starting in Vista, in addition to a number of other security improvements for sharing, MS made it so sharing without a password was unavailable by default. This is the setting that reverts to the old behavior. Obviously, it shouldn't be turned off without also taking other steps to secure the shared files in shared network environments. Sharing with
Everyone
in such would be unwise.– Cliff Armstrong
Jan 14 at 21:54
add a comment |
Would have to ask because it's not mentioned, but can we presume you are connected to homegroup
Another requirement usually is that you'll need to have set a username and password in both the computers
add a comment |
Would have to ask because it's not mentioned, but can we presume you are connected to homegroup
Another requirement usually is that you'll need to have set a username and password in both the computers
add a comment |
Would have to ask because it's not mentioned, but can we presume you are connected to homegroup
Another requirement usually is that you'll need to have set a username and password in both the computers
Would have to ask because it's not mentioned, but can we presume you are connected to homegroup
Another requirement usually is that you'll need to have set a username and password in both the computers
answered Aug 19 '15 at 12:58
Rajesh V RRajesh V R
1
1
add a comment |
add a comment |
Right Click that folder which you want to share and then go to select share with then click For specific people and then add guest and then add it and change the read to read/write . that's all go to their folder by giving IP that's all .. nothing changed in folder sharing in windows 10 OS .
Step 1 :
Step 2 :
add a comment |
Right Click that folder which you want to share and then go to select share with then click For specific people and then add guest and then add it and change the read to read/write . that's all go to their folder by giving IP that's all .. nothing changed in folder sharing in windows 10 OS .
Step 1 :
Step 2 :
add a comment |
Right Click that folder which you want to share and then go to select share with then click For specific people and then add guest and then add it and change the read to read/write . that's all go to their folder by giving IP that's all .. nothing changed in folder sharing in windows 10 OS .
Step 1 :
Step 2 :
Right Click that folder which you want to share and then go to select share with then click For specific people and then add guest and then add it and change the read to read/write . that's all go to their folder by giving IP that's all .. nothing changed in folder sharing in windows 10 OS .
Step 1 :
Step 2 :
edited May 12 '17 at 11:56
Pierre.Vriens
1,24561218
1,24561218
answered Aug 19 '15 at 7:30
User_3535User_3535
1013
1013
add a comment |
add a comment |
There could be many reasons why, but one which keeps hunting me is that Windows automatically tries to log into shared folders using currently sign-in user. If this fails it will not try "fall-back" to Guest.
In my case, my NAS has a user 'papo', but on my PC, I am sign in as papo as well.
But I use different passwords for everything (with a formula).
The result is, I can't sign-in to NAS as a Guest without a password from my PC.
add a comment |
There could be many reasons why, but one which keeps hunting me is that Windows automatically tries to log into shared folders using currently sign-in user. If this fails it will not try "fall-back" to Guest.
In my case, my NAS has a user 'papo', but on my PC, I am sign in as papo as well.
But I use different passwords for everything (with a formula).
The result is, I can't sign-in to NAS as a Guest without a password from my PC.
add a comment |
There could be many reasons why, but one which keeps hunting me is that Windows automatically tries to log into shared folders using currently sign-in user. If this fails it will not try "fall-back" to Guest.
In my case, my NAS has a user 'papo', but on my PC, I am sign in as papo as well.
But I use different passwords for everything (with a formula).
The result is, I can't sign-in to NAS as a Guest without a password from my PC.
There could be many reasons why, but one which keeps hunting me is that Windows automatically tries to log into shared folders using currently sign-in user. If this fails it will not try "fall-back" to Guest.
In my case, my NAS has a user 'papo', but on my PC, I am sign in as papo as well.
But I use different passwords for everything (with a formula).
The result is, I can't sign-in to NAS as a Guest without a password from my PC.
answered Jan 19 at 9:14
papopapo
27626
27626
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f959218%2funable-to-access-shared-folder-without-user-name-and-password-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown