shared folders

  • Thread starter Thread starter Majki Majk
  • Start date Start date
M

Majki Majk

Where to look for which shared folders i have?
Who has the permisssions to log into my folders(and/or disc)?

Thanks.
 
From the command prompt, log onto the C: root folder (type cd\)
at the C: prompt, type :
CACLS * /T /C > list.txt
(it will take a while to write all the folder names, so if you get tired of
waiting, press Ctrl-C to end it. You will see what was printed so far in
list.txt)
then
notepad list.txt

To see your basic share settings, go to start/run, and type:
fsmgmt.msc
 
Thanks
Majki

Mark L. Ferguson said:
From the command prompt, log onto the C: root folder (type cd\)
at the C: prompt, type :
CACLS * /T /C > list.txt
(it will take a while to write all the folder names, so if you get tired
of waiting, press Ctrl-C to end it. You will see what was printed so far
in list.txt)
then
notepad list.txt

To see your basic share settings, go to start/run, and type:
fsmgmt.msc
 
Back
Top