I Can't Turn Sharing Off

  • Thread starter Thread starter Shane Goodman
  • Start date Start date
S

Shane Goodman

Greetings,

I have a folder which is being shared:

c:\Documents and Settings\Shane

I want to turn sharing off for this folder, but when I go to the Sharing tab
in properties, the "Share this folder on the network" box is dimmed, so I
can't clear it. Why would this check box be dimmed? How can I make it not
dimmed, so I can clear it?

Thanks,
Shane.
Windows XP Home SP3
 
Greetings,

I have a folder which is being shared:

c:\Documents and Settings\Shane

I want to turn sharing off for this folder, but when I go to the Sharing tab
in properties, the "Share this folder on the network" box is dimmed, so I
can't clear it. Why would this check box be dimmed? How can I make it not
dimmed, so I can clear it?

Thanks,
Shane.
Windows XP Home SP3

Make sure that you're logged in as Shane and that your account has
computer administrator privileges.

Try unsharing it at a command prompt using this command:

net share shane /delete
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Desktop Experience)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Try unsharing it at a command prompt using this command:
net share shane /delete

This seemed to work. My "Shane" folder is no longer shared, although the
options in the Sharing tab are dimmed, which is weird.

Thanks,
Shane.
Windows XP Home SP3
 
This seemed to work. My "Shane" folder is no longer shared, although the
options in the Sharing tab are dimmed, which is weird.

Thanks,
Shane.
Windows XP Home SP3

You're welcome! I don't know why the sharing tab isn't working. If
you want to share the folder again, you can use:

net share Shane="C:\Documents and Settings\Shane"
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Desktop Experience)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top