Windows 10, can ping other PC but cannot access shared folders! What gives?
I have a computer running Windows 7 that shares a Git repo on drive D. Let's call this PC "win7
". This repo is the origin of a project that we push to and pull from.
The network is a wireless network. One PC on this network is running on Windows 10. Let's call this PC "win10
". Win10
can ping every other PC on the network including win7
. Win7
can ping win10
. Win7
can access all shared files on win10
. Neither of the PCs have passwords.
Problem: Win10
cannot access any shared files on win7
, not from Explorer, nor from Git Bash or any other Git management system (E-Git on Eclipse or Visual Studio). So, win10
cannot pull/push. Every other PC on the network can access win7
shared files and push/pull to/from the shared Git origin.
What's wrong with Windows 10?
I have tried these:
Control PanelAll Control Panel ItemsNetwork and Sharing CenterAdvanced sharing settings File sharing is on, Discovery is on, Password protected sharing is off
Adapter SettingsPropertiesQoS Packet Scheduler uninstalled and re-installed
- Adapter SettingsPropertiesFile and Printer Sharing uninstalled and re-installed
- Adapter SettingsPropertiesEVERYTHING uninstalled and re-installed
gpedit.mscComputer ConfigWin SettingsSecurity SettingsLocal PoliciesSecurity Options:
Enabled These:
- Network access: Allow anonymous SID/name translation
- Network access: Let Everyone permissions apply to anonymous users
Disabled These:
- Network access: Restrict anonymous access to Named Pipes and Shares
- Network access: Do not allow anonymous enumeration of SAM accounts
- Network access: Do not allow anonymous enumeration of SAM accounts and shares
netsh int ip reset
, and then restarted
netsh winsock reset
, and then restarted- AdapterSettings Enabled NetBIOS over TCP/IP
- Tried changing to static IP
- The new windows 10 Control Panel Network Reset
- Firewall is turned off
All of these were tried to no avail.
networking windows-10 network-shares file-sharing shared-folders
|
show 11 more comments
I have a computer running Windows 7 that shares a Git repo on drive D. Let's call this PC "win7
". This repo is the origin of a project that we push to and pull from.
The network is a wireless network. One PC on this network is running on Windows 10. Let's call this PC "win10
". Win10
can ping every other PC on the network including win7
. Win7
can ping win10
. Win7
can access all shared files on win10
. Neither of the PCs have passwords.
Problem: Win10
cannot access any shared files on win7
, not from Explorer, nor from Git Bash or any other Git management system (E-Git on Eclipse or Visual Studio). So, win10
cannot pull/push. Every other PC on the network can access win7
shared files and push/pull to/from the shared Git origin.
What's wrong with Windows 10?
I have tried these:
Control PanelAll Control Panel ItemsNetwork and Sharing CenterAdvanced sharing settings File sharing is on, Discovery is on, Password protected sharing is off
Adapter SettingsPropertiesQoS Packet Scheduler uninstalled and re-installed
- Adapter SettingsPropertiesFile and Printer Sharing uninstalled and re-installed
- Adapter SettingsPropertiesEVERYTHING uninstalled and re-installed
gpedit.mscComputer ConfigWin SettingsSecurity SettingsLocal PoliciesSecurity Options:
Enabled These:
- Network access: Allow anonymous SID/name translation
- Network access: Let Everyone permissions apply to anonymous users
Disabled These:
- Network access: Restrict anonymous access to Named Pipes and Shares
- Network access: Do not allow anonymous enumeration of SAM accounts
- Network access: Do not allow anonymous enumeration of SAM accounts and shares
netsh int ip reset
, and then restarted
netsh winsock reset
, and then restarted- AdapterSettings Enabled NetBIOS over TCP/IP
- Tried changing to static IP
- The new windows 10 Control Panel Network Reset
- Firewall is turned off
All of these were tried to no avail.
networking windows-10 network-shares file-sharing shared-folders
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14
|
show 11 more comments
I have a computer running Windows 7 that shares a Git repo on drive D. Let's call this PC "win7
". This repo is the origin of a project that we push to and pull from.
The network is a wireless network. One PC on this network is running on Windows 10. Let's call this PC "win10
". Win10
can ping every other PC on the network including win7
. Win7
can ping win10
. Win7
can access all shared files on win10
. Neither of the PCs have passwords.
Problem: Win10
cannot access any shared files on win7
, not from Explorer, nor from Git Bash or any other Git management system (E-Git on Eclipse or Visual Studio). So, win10
cannot pull/push. Every other PC on the network can access win7
shared files and push/pull to/from the shared Git origin.
What's wrong with Windows 10?
I have tried these:
Control PanelAll Control Panel ItemsNetwork and Sharing CenterAdvanced sharing settings File sharing is on, Discovery is on, Password protected sharing is off
Adapter SettingsPropertiesQoS Packet Scheduler uninstalled and re-installed
- Adapter SettingsPropertiesFile and Printer Sharing uninstalled and re-installed
- Adapter SettingsPropertiesEVERYTHING uninstalled and re-installed
gpedit.mscComputer ConfigWin SettingsSecurity SettingsLocal PoliciesSecurity Options:
Enabled These:
- Network access: Allow anonymous SID/name translation
- Network access: Let Everyone permissions apply to anonymous users
Disabled These:
- Network access: Restrict anonymous access to Named Pipes and Shares
- Network access: Do not allow anonymous enumeration of SAM accounts
- Network access: Do not allow anonymous enumeration of SAM accounts and shares
netsh int ip reset
, and then restarted
netsh winsock reset
, and then restarted- AdapterSettings Enabled NetBIOS over TCP/IP
- Tried changing to static IP
- The new windows 10 Control Panel Network Reset
- Firewall is turned off
All of these were tried to no avail.
networking windows-10 network-shares file-sharing shared-folders
I have a computer running Windows 7 that shares a Git repo on drive D. Let's call this PC "win7
". This repo is the origin of a project that we push to and pull from.
The network is a wireless network. One PC on this network is running on Windows 10. Let's call this PC "win10
". Win10
can ping every other PC on the network including win7
. Win7
can ping win10
. Win7
can access all shared files on win10
. Neither of the PCs have passwords.
Problem: Win10
cannot access any shared files on win7
, not from Explorer, nor from Git Bash or any other Git management system (E-Git on Eclipse or Visual Studio). So, win10
cannot pull/push. Every other PC on the network can access win7
shared files and push/pull to/from the shared Git origin.
What's wrong with Windows 10?
I have tried these:
Control PanelAll Control Panel ItemsNetwork and Sharing CenterAdvanced sharing settings File sharing is on, Discovery is on, Password protected sharing is off
Adapter SettingsPropertiesQoS Packet Scheduler uninstalled and re-installed
- Adapter SettingsPropertiesFile and Printer Sharing uninstalled and re-installed
- Adapter SettingsPropertiesEVERYTHING uninstalled and re-installed
gpedit.mscComputer ConfigWin SettingsSecurity SettingsLocal PoliciesSecurity Options:
Enabled These:
- Network access: Allow anonymous SID/name translation
- Network access: Let Everyone permissions apply to anonymous users
Disabled These:
- Network access: Restrict anonymous access to Named Pipes and Shares
- Network access: Do not allow anonymous enumeration of SAM accounts
- Network access: Do not allow anonymous enumeration of SAM accounts and shares
netsh int ip reset
, and then restarted
netsh winsock reset
, and then restarted- AdapterSettings Enabled NetBIOS over TCP/IP
- Tried changing to static IP
- The new windows 10 Control Panel Network Reset
- Firewall is turned off
All of these were tried to no avail.
networking windows-10 network-shares file-sharing shared-folders
networking windows-10 network-shares file-sharing shared-folders
edited Jan 23 '18 at 10:30
Mostafa Zeinali
asked Jan 22 '18 at 7:37
Mostafa ZeinaliMostafa Zeinali
199128
199128
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14
|
show 11 more comments
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14
|
show 11 more comments
1 Answer
1
active
oldest
votes
AT LAAST!! After 4 month, and seeing the error for the second time, I found the solution here:
https://support.microsoft.com/en-us/help/4046019
Turns out, if you type the ip in "Run", and only in "Run", a very specific error shows up that contains this message: "your organization's security policies blocks access..."
Searching that lead me to this solution:
Open "Local Group Policy Editor" by searching in Start Menu or going to Run and running gpedit.msc
, then go to Computer ConfigurationAdministrative TemplatesnetworkLanman Workstation
and:
"Enable insecure guest logons"
And that solved the problem.
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
Could you please elaborate how you got access toComputer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash
– Nightwolf
Jan 17 at 7:08
|
show 2 more comments
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%2f1287731%2fwindows-10-can-ping-other-pc-but-cannot-access-shared-folders-what-gives%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
AT LAAST!! After 4 month, and seeing the error for the second time, I found the solution here:
https://support.microsoft.com/en-us/help/4046019
Turns out, if you type the ip in "Run", and only in "Run", a very specific error shows up that contains this message: "your organization's security policies blocks access..."
Searching that lead me to this solution:
Open "Local Group Policy Editor" by searching in Start Menu or going to Run and running gpedit.msc
, then go to Computer ConfigurationAdministrative TemplatesnetworkLanman Workstation
and:
"Enable insecure guest logons"
And that solved the problem.
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
Could you please elaborate how you got access toComputer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash
– Nightwolf
Jan 17 at 7:08
|
show 2 more comments
AT LAAST!! After 4 month, and seeing the error for the second time, I found the solution here:
https://support.microsoft.com/en-us/help/4046019
Turns out, if you type the ip in "Run", and only in "Run", a very specific error shows up that contains this message: "your organization's security policies blocks access..."
Searching that lead me to this solution:
Open "Local Group Policy Editor" by searching in Start Menu or going to Run and running gpedit.msc
, then go to Computer ConfigurationAdministrative TemplatesnetworkLanman Workstation
and:
"Enable insecure guest logons"
And that solved the problem.
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
Could you please elaborate how you got access toComputer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash
– Nightwolf
Jan 17 at 7:08
|
show 2 more comments
AT LAAST!! After 4 month, and seeing the error for the second time, I found the solution here:
https://support.microsoft.com/en-us/help/4046019
Turns out, if you type the ip in "Run", and only in "Run", a very specific error shows up that contains this message: "your organization's security policies blocks access..."
Searching that lead me to this solution:
Open "Local Group Policy Editor" by searching in Start Menu or going to Run and running gpedit.msc
, then go to Computer ConfigurationAdministrative TemplatesnetworkLanman Workstation
and:
"Enable insecure guest logons"
And that solved the problem.
AT LAAST!! After 4 month, and seeing the error for the second time, I found the solution here:
https://support.microsoft.com/en-us/help/4046019
Turns out, if you type the ip in "Run", and only in "Run", a very specific error shows up that contains this message: "your organization's security policies blocks access..."
Searching that lead me to this solution:
Open "Local Group Policy Editor" by searching in Start Menu or going to Run and running gpedit.msc
, then go to Computer ConfigurationAdministrative TemplatesnetworkLanman Workstation
and:
"Enable insecure guest logons"
And that solved the problem.
edited Jan 20 at 13:07
answered May 27 '18 at 10:13
Mostafa ZeinaliMostafa Zeinali
199128
199128
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
Could you please elaborate how you got access toComputer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash
– Nightwolf
Jan 17 at 7:08
|
show 2 more comments
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
Could you please elaborate how you got access toComputer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash
– Nightwolf
Jan 17 at 7:08
1
1
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
Isn't this the same as "Turn off password-protected sharing"?
– Violet Giraffe
May 27 '18 at 10:21
1
1
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
i.imgur.com/psYm79w.png
– Violet Giraffe
May 27 '18 at 10:22
1
1
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
Unfortunately, and speaking from two times experience with this problem, no, in both times the password protected sharing was turned off.
– Mostafa Zeinali
May 28 '18 at 16:00
1
1
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
I would say, if you ever ran into this problem and password protected sharing was already turned off, pay the ol "Lanman" a visit :)
– Mostafa Zeinali
May 28 '18 at 16:01
1
1
Could you please elaborate how you got access to
Computer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash– Nightwolf
Jan 17 at 7:08
Could you please elaborate how you got access to
Computer configurationadministrative templatesnetworkLanman Workstation
. Have exact same issue after win10 crash– Nightwolf
Jan 17 at 7:08
|
show 2 more comments
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%2f1287731%2fwindows-10-can-ping-other-pc-but-cannot-access-shared-folders-what-gives%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
So what have you tried to enable file sharing on the Windows 7 machine? Have you tried HomeGroup yet?
– MoonRunestar
Jan 22 '18 at 12:15
Are the user names and passwords the same between the computers?
– Allen Howard
Jan 22 '18 at 14:24
You haven't told us exactly what happens when you try to access Win7 from Win10. Do you get an error?
– Twisty Impersonator
Jan 23 '18 at 4:30
@Sonickyle27 Edited the question
– Mostafa Zeinali
Jan 23 '18 at 5:13
@AllenHoward Neither of the PCs have Passwords.
– Mostafa Zeinali
Jan 23 '18 at 5:14