[found]c$ share... Is there a way to disable the share?

edro

Lifer
Apr 5, 2002
24,326
68
91
I need to have a few shares, but I don't want the c$ to be shared.

If you disable the share, it comes back after reboot.

Anyway to stop it?
 

edro

Lifer
Apr 5, 2002
24,326
68
91
Found an article showing how to in the registry:
HKLM\SYSTEM\CurrentControlSet\Services\Lanmanserver\Parameters\
Add a DWORD entry called "AutoShareWks" and set the value to '0'.

It works.

Sweet...

Oh, this is in XP.
 

Jzero

Lifer
Oct 10, 1999
18,834
1
0
Shares that end in $ are hidden shares and are only accessible to local admins anyway. You can't see them in explorer.
 

edro

Lifer
Apr 5, 2002
24,326
68
91
Ah, so only local admins can get into them? Hmmm... then I guess this is kind of worthless :D
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Shares that end in $ are hidden shares and are only accessible to local admins anyway. You can't see them in explorer.

And only in explorer, any other SMB client sees them just fine.

Ah, so only local admins can get into them? Hmmm... then I guess this is kind of worthless

Not at all, it's basically the only sure way to get onto a box over the network and it's used quite a bit in corporate networks. Just because you don't need it doesn't mean it's worthless.
 

edro

Lifer
Apr 5, 2002
24,326
68
91
So for security at a LAN, you think I should run this reg hack to disable it?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Only if you did something stupid like using a blank password for administrator or something, only users in the administrators group can access those shares.