Why does Windows prompt for credentials when accessing the C$ share, but not when accessing a regular folder...
Is a "Democratic" Oligarchy-Style System Possible?
What is the accessibility of a package's `Private` context variables?
Why isn't airport relocation done gradually?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Apparent duplicates between Haynes service instructions and MOT
Is "plugging out" electronic devices an American expression?
Pokemon Turn Based battle (Python)
What is the closest word meaning "respect for time / mindful"
Button changing it's text & action. Good or terrible?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
FPGA - DIY Programming
Are there incongruent pythagorean triangles with the same perimeter and same area?
Is there a symbol for a right arrow with a square in the middle?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
How come people say “Would of”?
Why did Acorn's A3000 have red function keys?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Is this app Icon Browser Safe/Legit?
Worn-tile Scrabble
One word riddle: Vowel in the middle
When should I buy a clipper card after flying to OAK?
What is the meaning of the verb "bear" in this context?
Delete all lines which don't have n characters before delimiter
Aging parents with no investments
Why does Windows prompt for credentials when accessing the C$ share, but not when accessing a regular folder share?
The 2019 Stack Overflow Developer Survey Results Are InUseful Command-line Commands on WindowsWindows not passing credentials when accessing shareWhy does removing the EVERYONE group prevent domain admins from accessing a drive?Not being prompted for credentials when connecting to a share on different domainWhy does Public Folder share prompt for password even after I set “Turn off password protected sharing”How to delete cached temporarily credentials for a network share on a Windows machine without rebooting or logging offWhy does accessing a folder via UNC path share not work but mapping the same path as a drive does?What are the minimum permissions for a Windows share to be anonymous-read only?Prompt for credentials when accessing administrative share over networkHow to fix “ERROR: User credentials are not allowed on the local machine.” when creating a scheduled task with Administrator credentials?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Scenario
- I have two Windows 10 Pro computers A and B on the same domain.
- I am logged on to Computer A using a domain account and I'd like to access share 'files' on computer B.
- Before I start
net use
returns zero results and there's nothing in the Windows Credentials manager. The sysadmin of Computer B has limited access to the 'files' share to
just the local administrator (BAdministrator).Folder security on 'files' is: full control for users SYSTEM and
BAdministrator, and members of the local BAdministrators group. The in-built Everyone group isn't listed.I type
\bfiles
into the explorer address bar and I immediately get an error dialog: "Windows cannot access Bfiles. You do not have permission to access Bfiles. Contact your network administrator to request access.". Why don't I get prompted for credentials here once the authentication fails?- When I access
\bC$
, I get a prompt to "Enter Network credentials" with red text "Access is denied" at the bottom. Providing local administrator credentials works. - The audit log on B shows that when accessing both shares, the attempt is made using my domain account, but in the case of the C$ share it is subsequently giving me the opportunity to enter alternative credentials. Why doesn't this happen for the regular 'files' share? Is there something to do with how the sysadmin has configured permissions of the 'files' folder or share?
Work-around
- I am aware I can use
net use \Bfiles * /user:Busername
or map a
drive using the Explorer GUI and supply alternative credentials. - I am aware I can cache credentials
(using cmdkey)
windows network-share
add a comment |
Scenario
- I have two Windows 10 Pro computers A and B on the same domain.
- I am logged on to Computer A using a domain account and I'd like to access share 'files' on computer B.
- Before I start
net use
returns zero results and there's nothing in the Windows Credentials manager. The sysadmin of Computer B has limited access to the 'files' share to
just the local administrator (BAdministrator).Folder security on 'files' is: full control for users SYSTEM and
BAdministrator, and members of the local BAdministrators group. The in-built Everyone group isn't listed.I type
\bfiles
into the explorer address bar and I immediately get an error dialog: "Windows cannot access Bfiles. You do not have permission to access Bfiles. Contact your network administrator to request access.". Why don't I get prompted for credentials here once the authentication fails?- When I access
\bC$
, I get a prompt to "Enter Network credentials" with red text "Access is denied" at the bottom. Providing local administrator credentials works. - The audit log on B shows that when accessing both shares, the attempt is made using my domain account, but in the case of the C$ share it is subsequently giving me the opportunity to enter alternative credentials. Why doesn't this happen for the regular 'files' share? Is there something to do with how the sysadmin has configured permissions of the 'files' folder or share?
Work-around
- I am aware I can use
net use \Bfiles * /user:Busername
or map a
drive using the Explorer GUI and supply alternative credentials. - I am aware I can cache credentials
(using cmdkey)
windows network-share
add a comment |
Scenario
- I have two Windows 10 Pro computers A and B on the same domain.
- I am logged on to Computer A using a domain account and I'd like to access share 'files' on computer B.
- Before I start
net use
returns zero results and there's nothing in the Windows Credentials manager. The sysadmin of Computer B has limited access to the 'files' share to
just the local administrator (BAdministrator).Folder security on 'files' is: full control for users SYSTEM and
BAdministrator, and members of the local BAdministrators group. The in-built Everyone group isn't listed.I type
\bfiles
into the explorer address bar and I immediately get an error dialog: "Windows cannot access Bfiles. You do not have permission to access Bfiles. Contact your network administrator to request access.". Why don't I get prompted for credentials here once the authentication fails?- When I access
\bC$
, I get a prompt to "Enter Network credentials" with red text "Access is denied" at the bottom. Providing local administrator credentials works. - The audit log on B shows that when accessing both shares, the attempt is made using my domain account, but in the case of the C$ share it is subsequently giving me the opportunity to enter alternative credentials. Why doesn't this happen for the regular 'files' share? Is there something to do with how the sysadmin has configured permissions of the 'files' folder or share?
Work-around
- I am aware I can use
net use \Bfiles * /user:Busername
or map a
drive using the Explorer GUI and supply alternative credentials. - I am aware I can cache credentials
(using cmdkey)
windows network-share
Scenario
- I have two Windows 10 Pro computers A and B on the same domain.
- I am logged on to Computer A using a domain account and I'd like to access share 'files' on computer B.
- Before I start
net use
returns zero results and there's nothing in the Windows Credentials manager. The sysadmin of Computer B has limited access to the 'files' share to
just the local administrator (BAdministrator).Folder security on 'files' is: full control for users SYSTEM and
BAdministrator, and members of the local BAdministrators group. The in-built Everyone group isn't listed.I type
\bfiles
into the explorer address bar and I immediately get an error dialog: "Windows cannot access Bfiles. You do not have permission to access Bfiles. Contact your network administrator to request access.". Why don't I get prompted for credentials here once the authentication fails?- When I access
\bC$
, I get a prompt to "Enter Network credentials" with red text "Access is denied" at the bottom. Providing local administrator credentials works. - The audit log on B shows that when accessing both shares, the attempt is made using my domain account, but in the case of the C$ share it is subsequently giving me the opportunity to enter alternative credentials. Why doesn't this happen for the regular 'files' share? Is there something to do with how the sysadmin has configured permissions of the 'files' folder or share?
Work-around
- I am aware I can use
net use \Bfiles * /user:Busername
or map a
drive using the Explorer GUI and supply alternative credentials. - I am aware I can cache credentials
(using cmdkey)
windows network-share
windows network-share
asked 2 mins ago
camioscamios
61
61
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f962548%2fwhy-does-windows-prompt-for-credentials-when-accessing-the-c-share-but-not-whe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f962548%2fwhy-does-windows-prompt-for-credentials-when-accessing-the-c-share-but-not-whe%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