remove sharing from folder

  • Thread starter Thread starter dikgee
  • Start date Start date
D

dikgee

problem trying to remove a folder from being shared. when I open properties/
share the boxes to select/unselect sharing on this folder are greed out. I
can access the folder and view its contents. not sure why selections are
greyed out. any ideas????
 
Probably because you are logged-on as a limited user account.

Try:
runas /user:Admininstrator cmd.exe

Net share {sharename} /delete
 
thank you, it workede

Anteaus said:
Probably because you are logged-on as a limited user account.

Try:
runas /user:Admininstrator cmd.exe

Net share {sharename} /delete
 
Anteaus said:
Probably because you are logged-on as a limited user account.

Try:
runas /user:Admininstrator cmd.exe

Net share {sharename} /delete

You posted a few commands(runas /user:Admininstrator cmd.exe



Net share {sharename} /delete)

My question is a: where is a list for these commands and b:what does each
command do?? thanks
 
At the command prompt, type "net help" without the quotes. Also at the
command prompt, type "runas /?" without the quotes.
 
Back
Top