Deleted shared directories still trying to be shared?

This is a discussion about Deleted shared directories still trying to be shared? in the Windows Networking category; Hello I have a bunch of shares that were deleted, and the event log is reporting errors for each share that no longer exists. I know I can go into the registry and manually delete the entry for each share, but does anyone know of a quicker way to take care of this?.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar06.webp

31 Posts
Location -
Joined 2001-07-10
Hello
I have a bunch of shares that were deleted, and the event log is reporting errors for each share that no longer exists. I know I can go into the registry and manually delete the entry for each share, but does anyone know of a quicker way to take care of this?

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.
Jul 27
Created
Jul 30
Last Response
0
Likes
2 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
Right click on My Computer and go to Manage. Go to System Tools -> Shared Folders -> Shares. You should see the defunct shares there, and you can right click on them and choose Stop Sharing.
 
If the shares don't show up there, you could also try creating the folders over again, reboot, and disable sharing on them.

data/avatar/default/avatar06.webp

31 Posts
Location -
Joined 2001-07-10
OP
I forgot to mention that I am having this problem with Windows NT 4 Server, not Windows 2000.

data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
OK, well the second method I suggested should still work - recreate the shared directories, reboot, then turn the sharing off on them. I doubt that this would be any faster than killing them from the registry though...

data/avatar/default/avatar05.webp

748 Posts
Location -
Joined 2001-05-21
An even easier way is to bring up a command prompt, and type:
 
NET SHARE sharename /DELETE
 
for each share you want to delete. If you just type NET SHARE, this will just show you what shares are set up on that computer.
 
Much easier than messing around with the registry!!
 
AndyF