Access C$ drive of a PC from another PC within a local network
I just reinstalled windows on my laptop and PC and found that I can no longer access laptop drives from the PC by going to e.g. \MyLaptopc$
I used to be able to do this, but now I'm getting an error.
Here's the details of the current state:
- I can see MyLaptop from MyPC under Network.
- When I click MyLaptop and I can see a shared Users folder.
- When I try to open \MyLaptopC$ I get a login box, but when I enter the credentials (using MyLaptopLaptopUser format) I get a message: MyLaptop is not accessible. You might not have permissions... (before I was also getting 'access denied').
- The LaptopUser is the main user (administrator) on MyLaptop and I used to be able to access the drives this way before. It is also added to Security tab of the drive with Full control permissions.
- Both devices are using the same wifi connection and both are in the same homegroup (not sure if I need it though, I don't remember using it previously).
- Both devices are using Windows 7 (same as before the reinstall).
- MyLaptop is on Win7 Home Premium, MyPC is on Win7 Professional.
I know I can share the C drive (or any other drive/folder), but I would prefer not to do this, I know I didn't have to do this before.
Any advice would be appreciated.
Update:
After un-sharing the Users folder on both devices the homegroup now shows no other homegroup computers available, but both computers are still visible under Network. Trying to access the C$ drive of one from another now still shows the login box, but logging in results in Access denied error message.
New Facts:
- After executing
net user administrator /active:yes
and setting password for administrator user I can now access the remote drive using that user's credentials. It works both ways with the administrator users for laptop and PC. - Therefore my question now is - what is the difference between the built-in administrator account and the non-built-in LaptopUser/PCUser account, which are also administrator type users?, ideally I would like to be able to do this using LaptopUser/PCUser
windows-7 networking network-shares home-networking
|
show 6 more comments
I just reinstalled windows on my laptop and PC and found that I can no longer access laptop drives from the PC by going to e.g. \MyLaptopc$
I used to be able to do this, but now I'm getting an error.
Here's the details of the current state:
- I can see MyLaptop from MyPC under Network.
- When I click MyLaptop and I can see a shared Users folder.
- When I try to open \MyLaptopC$ I get a login box, but when I enter the credentials (using MyLaptopLaptopUser format) I get a message: MyLaptop is not accessible. You might not have permissions... (before I was also getting 'access denied').
- The LaptopUser is the main user (administrator) on MyLaptop and I used to be able to access the drives this way before. It is also added to Security tab of the drive with Full control permissions.
- Both devices are using the same wifi connection and both are in the same homegroup (not sure if I need it though, I don't remember using it previously).
- Both devices are using Windows 7 (same as before the reinstall).
- MyLaptop is on Win7 Home Premium, MyPC is on Win7 Professional.
I know I can share the C drive (or any other drive/folder), but I would prefer not to do this, I know I didn't have to do this before.
Any advice would be appreciated.
Update:
After un-sharing the Users folder on both devices the homegroup now shows no other homegroup computers available, but both computers are still visible under Network. Trying to access the C$ drive of one from another now still shows the login box, but logging in results in Access denied error message.
New Facts:
- After executing
net user administrator /active:yes
and setting password for administrator user I can now access the remote drive using that user's credentials. It works both ways with the administrator users for laptop and PC. - Therefore my question now is - what is the difference between the built-in administrator account and the non-built-in LaptopUser/PCUser account, which are also administrator type users?, ideally I would like to be able to do this using LaptopUser/PCUser
windows-7 networking network-shares home-networking
1
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Try using the username format ofipaddressLaptopUser
& see if that makes any difference. Check that theLaptopUser
is a local admin of theMyLaptop
since the hidden adminC$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.
– Pimp Juice IT
Jan 22 '17 at 17:25
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
Have you triedLaptopUser
- e.g. no domain at all?
– Julian Knight
Jan 22 '17 at 18:45
|
show 6 more comments
I just reinstalled windows on my laptop and PC and found that I can no longer access laptop drives from the PC by going to e.g. \MyLaptopc$
I used to be able to do this, but now I'm getting an error.
Here's the details of the current state:
- I can see MyLaptop from MyPC under Network.
- When I click MyLaptop and I can see a shared Users folder.
- When I try to open \MyLaptopC$ I get a login box, but when I enter the credentials (using MyLaptopLaptopUser format) I get a message: MyLaptop is not accessible. You might not have permissions... (before I was also getting 'access denied').
- The LaptopUser is the main user (administrator) on MyLaptop and I used to be able to access the drives this way before. It is also added to Security tab of the drive with Full control permissions.
- Both devices are using the same wifi connection and both are in the same homegroup (not sure if I need it though, I don't remember using it previously).
- Both devices are using Windows 7 (same as before the reinstall).
- MyLaptop is on Win7 Home Premium, MyPC is on Win7 Professional.
I know I can share the C drive (or any other drive/folder), but I would prefer not to do this, I know I didn't have to do this before.
Any advice would be appreciated.
Update:
After un-sharing the Users folder on both devices the homegroup now shows no other homegroup computers available, but both computers are still visible under Network. Trying to access the C$ drive of one from another now still shows the login box, but logging in results in Access denied error message.
New Facts:
- After executing
net user administrator /active:yes
and setting password for administrator user I can now access the remote drive using that user's credentials. It works both ways with the administrator users for laptop and PC. - Therefore my question now is - what is the difference between the built-in administrator account and the non-built-in LaptopUser/PCUser account, which are also administrator type users?, ideally I would like to be able to do this using LaptopUser/PCUser
windows-7 networking network-shares home-networking
I just reinstalled windows on my laptop and PC and found that I can no longer access laptop drives from the PC by going to e.g. \MyLaptopc$
I used to be able to do this, but now I'm getting an error.
Here's the details of the current state:
- I can see MyLaptop from MyPC under Network.
- When I click MyLaptop and I can see a shared Users folder.
- When I try to open \MyLaptopC$ I get a login box, but when I enter the credentials (using MyLaptopLaptopUser format) I get a message: MyLaptop is not accessible. You might not have permissions... (before I was also getting 'access denied').
- The LaptopUser is the main user (administrator) on MyLaptop and I used to be able to access the drives this way before. It is also added to Security tab of the drive with Full control permissions.
- Both devices are using the same wifi connection and both are in the same homegroup (not sure if I need it though, I don't remember using it previously).
- Both devices are using Windows 7 (same as before the reinstall).
- MyLaptop is on Win7 Home Premium, MyPC is on Win7 Professional.
I know I can share the C drive (or any other drive/folder), but I would prefer not to do this, I know I didn't have to do this before.
Any advice would be appreciated.
Update:
After un-sharing the Users folder on both devices the homegroup now shows no other homegroup computers available, but both computers are still visible under Network. Trying to access the C$ drive of one from another now still shows the login box, but logging in results in Access denied error message.
New Facts:
- After executing
net user administrator /active:yes
and setting password for administrator user I can now access the remote drive using that user's credentials. It works both ways with the administrator users for laptop and PC. - Therefore my question now is - what is the difference between the built-in administrator account and the non-built-in LaptopUser/PCUser account, which are also administrator type users?, ideally I would like to be able to do this using LaptopUser/PCUser
windows-7 networking network-shares home-networking
windows-7 networking network-shares home-networking
edited Jan 24 '17 at 10:46
tsw_mik
asked Jan 22 '17 at 16:52
tsw_miktsw_mik
1112
1112
1
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Try using the username format ofipaddressLaptopUser
& see if that makes any difference. Check that theLaptopUser
is a local admin of theMyLaptop
since the hidden adminC$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.
– Pimp Juice IT
Jan 22 '17 at 17:25
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
Have you triedLaptopUser
- e.g. no domain at all?
– Julian Knight
Jan 22 '17 at 18:45
|
show 6 more comments
1
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Try using the username format ofipaddressLaptopUser
& see if that makes any difference. Check that theLaptopUser
is a local admin of theMyLaptop
since the hidden adminC$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.
– Pimp Juice IT
Jan 22 '17 at 17:25
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
Have you triedLaptopUser
- e.g. no domain at all?
– Julian Knight
Jan 22 '17 at 18:45
1
1
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Try using the username format of
ipaddressLaptopUser
& see if that makes any difference. Check that the LaptopUser
is a local admin of the MyLaptop
since the hidden admin C$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.– Pimp Juice IT
Jan 22 '17 at 17:25
Try using the username format of
ipaddressLaptopUser
& see if that makes any difference. Check that the LaptopUser
is a local admin of the MyLaptop
since the hidden admin C$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.– Pimp Juice IT
Jan 22 '17 at 17:25
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
Have you tried
LaptopUser
- e.g. no domain at all?– Julian Knight
Jan 22 '17 at 18:45
Have you tried
LaptopUser
- e.g. no domain at all?– Julian Knight
Jan 22 '17 at 18:45
|
show 6 more comments
2 Answers
2
active
oldest
votes
It may have something to do with elevated permissions. Your System Event Log might give you further detail as to what is going on under the hood. The Security Policy MMC snap in should be super helpful in determining/clarifying said permission issues provided your OS is compatible.
add a comment |
In Vista+, administrative shares can only be accessed if the machine is in domain and you're a domain administrator.
This can be changed but it's preferable to use the new, more manageable Users
share for normal file sharing. Under it, an accessing user will only see profiles and folders in them that the owner chose to share with them (technically, for which they have read&execute permissions).
You can replace an administrative share with a normal share: go to the drive's properties, "sharing" tab, unshare it, close the dialog, then reopen it and re-share the drive as a normal share. You need to grant an accessing user permissions at both the "share permissions" tab and for every file/folder you wish to have access to. Be careful here: you certainly don't want J Random Hacker, or a virus, or yourself accidentally to e.g. write to your Windows
folder.
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
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%2f1170326%2faccess-c-drive-of-a-pc-from-another-pc-within-a-local-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It may have something to do with elevated permissions. Your System Event Log might give you further detail as to what is going on under the hood. The Security Policy MMC snap in should be super helpful in determining/clarifying said permission issues provided your OS is compatible.
add a comment |
It may have something to do with elevated permissions. Your System Event Log might give you further detail as to what is going on under the hood. The Security Policy MMC snap in should be super helpful in determining/clarifying said permission issues provided your OS is compatible.
add a comment |
It may have something to do with elevated permissions. Your System Event Log might give you further detail as to what is going on under the hood. The Security Policy MMC snap in should be super helpful in determining/clarifying said permission issues provided your OS is compatible.
It may have something to do with elevated permissions. Your System Event Log might give you further detail as to what is going on under the hood. The Security Policy MMC snap in should be super helpful in determining/clarifying said permission issues provided your OS is compatible.
answered Jan 24 '17 at 1:35
upandouttherabbith0leupandouttherabbith0le
57
57
add a comment |
add a comment |
In Vista+, administrative shares can only be accessed if the machine is in domain and you're a domain administrator.
This can be changed but it's preferable to use the new, more manageable Users
share for normal file sharing. Under it, an accessing user will only see profiles and folders in them that the owner chose to share with them (technically, for which they have read&execute permissions).
You can replace an administrative share with a normal share: go to the drive's properties, "sharing" tab, unshare it, close the dialog, then reopen it and re-share the drive as a normal share. You need to grant an accessing user permissions at both the "share permissions" tab and for every file/folder you wish to have access to. Be careful here: you certainly don't want J Random Hacker, or a virus, or yourself accidentally to e.g. write to your Windows
folder.
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
add a comment |
In Vista+, administrative shares can only be accessed if the machine is in domain and you're a domain administrator.
This can be changed but it's preferable to use the new, more manageable Users
share for normal file sharing. Under it, an accessing user will only see profiles and folders in them that the owner chose to share with them (technically, for which they have read&execute permissions).
You can replace an administrative share with a normal share: go to the drive's properties, "sharing" tab, unshare it, close the dialog, then reopen it and re-share the drive as a normal share. You need to grant an accessing user permissions at both the "share permissions" tab and for every file/folder you wish to have access to. Be careful here: you certainly don't want J Random Hacker, or a virus, or yourself accidentally to e.g. write to your Windows
folder.
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
add a comment |
In Vista+, administrative shares can only be accessed if the machine is in domain and you're a domain administrator.
This can be changed but it's preferable to use the new, more manageable Users
share for normal file sharing. Under it, an accessing user will only see profiles and folders in them that the owner chose to share with them (technically, for which they have read&execute permissions).
You can replace an administrative share with a normal share: go to the drive's properties, "sharing" tab, unshare it, close the dialog, then reopen it and re-share the drive as a normal share. You need to grant an accessing user permissions at both the "share permissions" tab and for every file/folder you wish to have access to. Be careful here: you certainly don't want J Random Hacker, or a virus, or yourself accidentally to e.g. write to your Windows
folder.
In Vista+, administrative shares can only be accessed if the machine is in domain and you're a domain administrator.
This can be changed but it's preferable to use the new, more manageable Users
share for normal file sharing. Under it, an accessing user will only see profiles and folders in them that the owner chose to share with them (technically, for which they have read&execute permissions).
You can replace an administrative share with a normal share: go to the drive's properties, "sharing" tab, unshare it, close the dialog, then reopen it and re-share the drive as a normal share. You need to grant an accessing user permissions at both the "share permissions" tab and for every file/folder you wish to have access to. Be careful here: you certainly don't want J Random Hacker, or a virus, or yourself accidentally to e.g. write to your Windows
folder.
edited Feb 10 '17 at 13:28
answered Jan 24 '17 at 1:42
ivan_pozdeevivan_pozdeev
1,130722
1,130722
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
add a comment |
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
(copied from stackoverflow.com/a/40325060/648265).
– ivan_pozdeev
Jan 24 '17 at 1:46
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
Thanks, but I don't really want to share the contents of my drive with anyone except for myself when accessing it externally with my normal username and password.
– tsw_mik
Jan 24 '17 at 19:12
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
@tsw_mik disable the guest account (if it's not disabled already) and you're good. By default, only you and local admins (and SYSTEM but it cannot login on the network) have access to your profile. The big idea is, administrative shares are only there for system administration tasks, not for accessing files during normal use.
– ivan_pozdeev
Jan 24 '17 at 23:31
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1170326%2faccess-c-drive-of-a-pc-from-another-pc-within-a-local-network%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
1
Did you check the firewall yet ?
– pun
Jan 22 '17 at 17:02
Try using the username format of
ipaddressLaptopUser
& see if that makes any difference. Check that theLaptopUser
is a local admin of theMyLaptop
since the hidden adminC$
share is for administrator level access. Seems like a permission or credential issue more than a FW issue since it's actually prompting you for the password when you connect via the SMB protocol; otherwise, you'd get an inaccessible, cannot find resource, etc. type error if I recall correctly. So use the IP address username format, check the account is enabled and local admin, and confirm the password is correct.– Pimp Juice IT
Jan 22 '17 at 17:25
@pun - windows firewalls are working on both, devices, I tried disabling them, but that makes no difference
– tsw_mik
Jan 22 '17 at 17:44
@Walmart - I tried using ipaddressLaptopUser, but that makes no difference. LaptopUser is an administrator user (in User Accounts, I don't seem to have Users and Groups on this Windows instance) and credentials are ok, since they are working on the laptop. Laptop is on Win7 Home Premium, PC is on Win7 Professional.
– tsw_mik
Jan 22 '17 at 17:47
Have you tried
LaptopUser
- e.g. no domain at all?– Julian Knight
Jan 22 '17 at 18:45