April 4, 200521 yr Hello,Is it possible via net share, to share documents on someone's computer?I login with net use, and than username+pw of the computer.Is it possible to share document now for that computer?Thanks
April 4, 200521 yr Are you using windows xp ? if you are i do ot thinkyou will be able to do this.hail hail
April 4, 200521 yr You can do it with Sysinternals psexec command line tool. Its over at www.sysinternals.com. The sytax will be psexec \\computer [-u user [-p psswd] net share sharename=drive:pathPeace,
April 4, 200521 yr Author I get:Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again..How can i change, that i can go on it?thanks
April 5, 200521 yr net share Desktop="%userprofile%\Desktop" /unlimitedshares the Desktop of the current user on that pc and calls it Desktop with unlimited no of users to have accessnet share 'sharename'='path' /'number of users'
April 5, 200521 yr Author i get:Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again..also when i did /dC:\>net use computer /dcomputer was deleted successfully.and than i do:psexec computer -u administrator -p administrator net share Drive=C:
April 6, 200521 yr I meant to literally do this 'net use * /d' This command with disconnect all (*) shares, pipes, etc. that you have open. The error you keep getting is saying that you already have a connection to the resource using a different security context.For example, I am logged in as USER1 on DOMAIN1 and in this security context DOMAIN1\USER1 I have a connection to COMPUTER2. Now, from the same computer, I try to map to another share on COMPUTER2 as USER2 on DOMAIN1. This is not allowed, as I am already using the DOMAIN1\USER1 security context to attach to resources on that computer.In order to connect to COMPUTER2 as DOMAIN1\USER2, I need first to disconnect the share, or IPC$ connection to COMPUTER2 that has been established using DOMAIN1\USER1.The easiest way to do this is to type:net use * /dI hope this is more clear now
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now