$ shares permanently off

This is a discussion about $ shares permanently off in the Windows Software category; 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

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar08.webp

220 Posts
Location -
Joined 2000-05-09
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

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Feb 9
Created
Feb 14
Last Response
0
Likes
1 minute
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar04.webp

314 Posts
Location -
Joined 2000-01-17
Create a value here:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
 
For Pro: AutoShareWks
For Srv: AutoShareServer
 
In both cases it should be a DWORD 0
 
// Toby

data/avatar/default/avatar15.webp

183 Posts
Location -
Joined 2000-09-15
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