![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have an XP Home PC on my LAN with a administrator level user and password.
On my Vista home PC I run this command at the command prompt: net use G: \\xplaptop\c$ /user:xplaptop\theusername Then press enter and prompted for password. I enter password for that user and I get System error 86 has occurred. The specified network password is not correct. What am I doing wrong? |
|
|||
|
"Angus" wrote in message
... I have an XP Home PC on my LAN with a administrator level user and password. On my Vista home PC I run this command at the command prompt: net use G: \\xplaptop\c$ /user:xplaptop\theusername Then press enter and prompted for password. I enter password for that user and I get System error 86 has occurred. The specified network password is not correct. What am I doing wrong? Well the first thing you are doing wrong is multi-posting rather than crossposting. See he http://en.wikipedia.org/wiki/Crossposting I replied to your other post: Why are you making things unnecessarily complicated? Why not just browse to the XP machine through the Network window? |
|
|||
|
I cannot see the whole drive of the remote XP machine just by browsing
through the network window. I believe the problem is that the admin share c$ might not be shared on XP in a workgroup. Thanks a lot for your most helpful comments. Gordon is a ... as the song goes. "Gordon" wrote in message ... "Angus" wrote in message ... I have an XP Home PC on my LAN with a administrator level user and password. On my Vista home PC I run this command at the command prompt: net use G: \\xplaptop\c$ /user:xplaptop\theusername Then press enter and prompted for password. I enter password for that user and I get System error 86 has occurred. The specified network password is not correct. What am I doing wrong? Well the first thing you are doing wrong is multi-posting rather than crossposting. See he http://en.wikipedia.org/wiki/Crossposting I replied to your other post: Why are you making things unnecessarily complicated? Why not just browse to the XP machine through the Network window? |
|
|||
|
"Angus" wrote in message
... I cannot see the whole drive of the remote XP machine just by browsing through the network window. I believe the problem is that the admin share c$ might not be shared on XP in a workgroup. Thanks a lot for your most helpful comments. Gordon is a ... as the song goes. Ignoring the insult, why do you need to see C$ anyway? You can't DO anything with it over a network..... |
|
|||
|
On Sat, 22 Nov 2008 11:46:16 -0000, "Angus" wrote:
I have an XP Home PC on my LAN with a administrator level user and password. On my Vista home PC I run this command at the command prompt: net use G: \\xplaptop\c$ /user:xplaptop\theusername Then press enter and prompted for password. I enter password for that user and I get System error 86 has occurred. The specified network password is not correct. What am I doing wrong? XP Home Edition doesn't have administrative shares like C$. You can manually share the C: disk with a different name. If the name ends with a dollar sign, the share will be hidden. I don't think it's legal to use a name that looks like an admin share for an actual disk, such as C$, but Z$ would work (if there's no Z: disk). You can include the password in the "net use" command, and you don't need to specify a domain name in a workgroup network. So, this command would work for a hidden, non-administrative share on XP Home: net use G: \\xplaptop\z$ /user:theusername password -- Best Wishes, Steve Winograd, MS-MVP (Windows Networking) Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups. Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com |