$ shares permanently off
how do i turn the default c$ d$ and admin$ off so that they stay off even after reboot? i remember that it needed some reg hacking but how exactly do i do it in win2k ? thx in advance
how do i turn the default c$ d$ and admin$ off so that they stay off even after reboot?
i remember that it needed some reg hacking but how exactly do i do it in win2k ?
thx in advance
i remember that it needed some reg hacking but how exactly do i do it in win2k ?
thx in advance
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Hi,
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Paramaters
If this is a server, look for AutoShareServer value, and set it to 0 (zero) to disable.
If this is a workstation, look for AutoShareWks value, and set it to 0 (zero) to disable.
Doing this will keep W2K from re-creating the shares on the next reboot after you delete them.
Oh, if the value you need is not there, then you'll have to add it. It's a REG_DWORD value type with the appropriate name. If you should wish to re-enable the function, set the value to 1 (one).
Hope this helps.
Regards,
Jim
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Paramaters
If this is a server, look for AutoShareServer value, and set it to 0 (zero) to disable.
If this is a workstation, look for AutoShareWks value, and set it to 0 (zero) to disable.
Doing this will keep W2K from re-creating the shares on the next reboot after you delete them.
Oh, if the value you need is not there, then you'll have to add it. It's a REG_DWORD value type with the appropriate name. If you should wish to re-enable the function, set the value to 1 (one).
Hope this helps.
Regards,
Jim
what does this do for you when you do it?