PC Review Forums Newsgroups Windows XP Windows XP Security connect c$

Reply

connect c$

 
Thread Tools Rate Thread
Old 30-08-2004, 12:48 PM   #1
Carlo
Guest
 
Posts: n/a
Default connect c$


hi
i need to mount c$ from another xp pc
- i do connect a network drive
- i write \\name\c$
- in the connection window i cant choose the user name, the box is green
- then i try to click in connect with another user, but it doesnt work

i can connect with other pc but not with this one, what can i do???
are there any settings to do on the pc???
thanks
Carlo


  Reply With Quote
Old 30-08-2004, 01:43 PM   #2
Jaelani C. U.
Guest
 
Posts: n/a
Default Re: connect c$

The server must have a user name already stored to allow other PC to
access a resource.


On Mon, 30 Aug 2004 13:48:02 +0200, Carlo <marcocci@ingv.it> wrote:

> hi
> i need to mount c$ from another xp pc
> - i do connect a network drive
> - i write \\name\c$
> - in the connection window i cant choose the user name, the box is green
> - then i try to click in connect with another user, but it doesnt work
>
> i can connect with other pc but not with this one, what can i do???
> are there any settings to do on the pc???
> thanks
> Carlo

  Reply With Quote
Old 30-08-2004, 02:03 PM   #3
Carlo
Guest
 
Posts: n/a
Default Re: connect c$

what do you mean??????


  Reply With Quote
Old 30-08-2004, 02:22 PM   #4
Jaelani C. U.
Guest
 
Posts: n/a
Default Re: connect c$

You must add a user name into the PC which has the C$ share, so the server
will recognize it.
The user name must be the same with the user name of the PC which need to
mount.
Because the C$ share is for administrator, the user name (in the server)
must be a member of administrators group.


On Mon, 30 Aug 2004 15:03:20 +0200, Carlo <marcocci@ingv.it> wrote:

> what do you mean??????

  Reply With Quote
Old 30-08-2004, 03:52 PM   #5
Carlo
Guest
 
Posts: n/a
Default Re: connect c$

a user name in administrator's group exists, but i cant choose it to connect
tx
carlo

"Jaelani C. U." <jaelanicu@gmx.net> ha scritto nel messaggio
newspsdjrgdu0bobfgx@bitminds...
> You must add a user name into the PC which has the C$ share, so the server
> will recognize it.
> The user name must be the same with the user name of the PC which need to
> mount.
> Because the C$ share is for administrator, the user name (in the server)
> must be a member of administrators group.
>
>
> On Mon, 30 Aug 2004 15:03:20 +0200, Carlo <marcocci@ingv.it> wrote:
>
> > what do you mean??????



  Reply With Quote
Old 30-08-2004, 07:55 PM   #6
Torgeir Bakken \(MVP\)
Guest
 
Posts: n/a
Default Re: connect c$

Carlo wrote:

> a user name in administrator's group exists, but i cant choose it to connect

Hi

Possibly a ForceGuest issue...

WinXP in a workgroup setting defaults to authenticate all connections coming
from "the network" as the Guest User (only possible to change on WinXP Pro).

More about this here:
http://groups.google.com/groups?sel...E11%40hydro.com


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/sc...er/default.mspx
  Reply With Quote
Old 31-08-2004, 01:25 AM   #7
Edwin Davidson
Guest
 
Posts: n/a
Default Re: connect c$

say your admin user is admin and your password is god

from cmd.exe or a batch file
net use s: \\station\c$ /user:domain\admin god
This will map the drive

net use s: \\station\c$ /user:domain\admin
This will prompt the user for a password and, if correct, map a drive

net use \\station\c$ /user:domain\admin god
this will authenticate without mapping a drive, usefull if you use UNC
codes

Not that I recommend any of this, just fyi.

If you need to share the C$, create a new share and grant the
appropriate rights to the share.
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off