By default, all drives in NT/2K/XP/2K3 are configured as hidden
administrative shares. That's why they have the $ appended to the
share name, so they will not show up in My Network Places. My
question is, why do you want to disable the share. Only admins of
that computer can access the shared drive anyway, so as long as you
have passwords setup for each PC, this shouldn't be a problem.
However, if everybody knows everybody's password, here's another
option:
You need administrator rights to be able to access the shares, and
they can only be accessed by UNC. (//servername/c$)
If you do not want to use them, they can be disabled in the registry.
Open your registry (start -> Run -> regedit) *CAUTION* EDITING YOUR
REGISTRY CAN BE VERY DANGEROUS. PLEASE TAKE CAUTION IN DOING SO.
Browse to the following key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer
\Parameters
and set the Autoshareserver amd Autosharewks dword value to 0.
This should disable the share.
|