Koozali.org: home of the SME Server

No default share c$ on xp [SOLVED]

Offline factory

  • *
  • 20
  • +0/-0
No default share c$ on xp [SOLVED]
« on: May 08, 2009, 04:44:53 PM »
When I join a XP computer to the domain, it doesn't create a default share c$ on the computer.

Is there a way to access to computers hard drive over the network if i am in the domain admins group.


edit:

Default share missing on XP computer.
« Last Edit: May 11, 2009, 03:33:26 PM by factory »

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: No default share c$ on xp
« Reply #1 on: May 08, 2009, 05:18:38 PM »
factory: this is not a SME issue and I can confirm that all my xp clients joined to the domain have c$ share..

Ciao
Stefano

Offline Boris

  • *
  • 783
  • +0/-0
Re: No default share c$ on xp
« Reply #2 on: May 09, 2009, 07:58:48 AM »
Disable "simple file sharing" on XP pro.
...

Offline gzartman

  • *
  • 306
  • +0/-0
    • LEI Engineering & Surveying
Re: No default share c$ on xp
« Reply #3 on: May 09, 2009, 05:37:39 PM »
How do you know the share isn't there, as this share is never visible by browsing the network. 

Try mapping a drive letter to it:  \\xp_box_name\c$
----
Greg J. Zartman
LEI Engineering & Surveying

SME user and community member since 2000.

Offline gzartman

  • *
  • 306
  • +0/-0
    • LEI Engineering & Surveying
Re: No default share c$ on xp
« Reply #4 on: May 09, 2009, 05:40:12 PM »
Moving thread to General Discussion, as it is more appropriate there.
----
Greg J. Zartman
LEI Engineering & Surveying

SME user and community member since 2000.

Offline factory

  • *
  • 20
  • +0/-0
Re: No default share c$ on xp
« Reply #5 on: May 11, 2009, 03:29:09 PM »
Disable "simple file sharing" on XP pro.

Didn't work

How do you know the share isn't there, as this share is never visible by browsing the network. 

Try mapping a drive letter to it:  \\xp_box_name\c$

One of the way to see the share is typing net share in CMD


==========================================

Bug isn't related to SME.


I found this and it work.

http://www.chicagotech.net/netissues/administrativesharing1.htm

....

Causes: These issues may occur after a malicious or spyware program removes the administrative shares on a windows computer. You can use "net share" command to check  that the administrative shares are active. if yes, you must have admin$, C$ and IPC$.

Resolutions: To fix it, please follow these steps;

a.         Click Start, click Run, type regedit, and then press ENTER.

b.         Locate and then click the following registry sub-key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters

c.         If the AutoShareServer and AutoShareWks DWORD values in the LanmanServer\Parameters sub-key are configured with a value data of 0, change that value to 1.

Note If these values do not exist, you do not have to create them because the default behavior is to automatically create the administrative shares.

d.         Quit Registry Editor.

f.         Restart the computer.