|
|
| Next: Chicago |
| Author |
Message |
lawpoop External

Since: Aug 20, 2009 Posts: 1
|
Posted: Thu Aug 20, 2009 11:41 am Post subject: how to view open shares? Archived from groups: microsoft>public>windowsxp>security_admin (more info?) |
|
|
|
| On an XP box, how can I see what shares and files are currently being
access by other users?
|
|
|
| Back to top |
|
 |
Old Rookie External

Since: Aug 20, 2009 Posts: 6
|
Posted: Thu Aug 20, 2009 9:59 pm Post subject: Re: how to view open shares? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Try the net file command. Just enter net file in an open command prompt
window. If you are unsure how to do that enter cmd in the run box and hit
OK.
Steve
"lawpoop" <lawpoop.DeleteThis@gmail.com> wrote in message
news:a3c0e913-30fe-43ea-87d1-2e3a3da08b3f@e27g2000yqm.googlegroups.com...
> On an XP box, how can I see what shares and files are currently being
> access by other users? |
|
| Back to top |
|
 |
Twayne External

Since: Jan 08, 2009 Posts: 185
|
Posted: Sun Aug 23, 2009 2:22 pm Post subject: Re: how to view open shares? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
"Old Rookie" <somewhere RemoveThis @wonderlan.net> wrote in message
news:ueWn$tgIKHA.1492@TK2MSFTNGP03.phx.gbl
> Try the net file command. Just enter net file in an open command
> prompt window. If you are unsure how to do that enter cmd in the run
> box and hit OK.
Using Run, it'll just flash and go away before you can read it. You
could put the command in a bacth file followed by a pause to keep it
onscreen. Or just use the Command Prompt.
Twayne`
>
> Steve
>
>
> "lawpoop" <lawpoop RemoveThis @gmail.com> wrote in message
> news:a3c0e913-30fe-43ea-87d1-2e3a3da08b3f@e27g2000yqm.googlegroups.com...
>> On an XP box, how can I see what shares and files are currently being
>> access by other users? |
|
| Back to top |
|
 |
Shenan Stanley External

Since: Mar 03, 2005 Posts: 7790
|
Posted: Sun Aug 23, 2009 2:22 pm Post subject: Re: how to view open shares? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
lawpoop wrote:
> On an XP box, how can I see what shares and files are currently
> being access by other users?
Old Rookie wrote:
> Try the net file command. Just enter net file in an open command
> prompt window. If you are unsure how to do that enter cmd in the
> run box and hit OK.
Twayne wrote:
> Using Run, it'll just flash and go away before you can read it. You
> could put the command in a bacth file followed by a pause to keep it
> onscreen. Or just use the Command Prompt.
A direct answer for the OP later, first addressing what Twayne has said and
the confusion that may have existed in "Old Rookie"'s response...
Actually, I believe "Old Rookie" was saying that you could do the following
(if they had not put in "cmd" instead of the full word, I would have thought
like you have.):
Click on the Start button --> Click on RUN --> type in:
cmd
--> Click OK.
Then use the resulting command prompt window that appears to run your
commands in.
As an alternative...
Click on the Start button --> Click on RUN --> type in:
cmd /k <your command line command>
--> Click OK.
So you could have:
cmd /k ipconfig
or
cmd /k net file
or
cmd /k net use
or
cmd /k net localgroup administrators
Each will open a command prompt displaying the results of the command line
command you wanted and leave that command prompt window open for you to use.
Yes - I know one can also enter "command" instead of "cmd" in the RUN "Open"
box and get a command prompt - but it is not the same command prompt. A CMD
'command prompt' vs. a COMMAND 'command prompt' window discussion(s) can be
found here:
http://www.computerhope.com/issues/ch000395.htm
http://www.hyperorg.com/blogger/mtarchive/001935.html
http://www.terryscomputertips.com/computers/command-vs-cmd-dos-shell.php
However - for the OP - here is what _I_ would do to see what shares and
files are currently being access by other users...
- Right-click on the "My Computer" icon.
- Choose "Manage".
- Expand "System Tools".
- Expand "Shared Folders".
- Select "Shares" to see shares and how many clients (if any)
are actively connected to the shares.
- Select "Sessions" to see whom is connected from which
computers and how many files they have open from there as
well as additional information.
- Select "Open Files" to see which files are being accessed
actively by other users, etc.
Hope that helps!
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html |
|
| Back to top |
|
 |
Old Rookie External

Since: Aug 20, 2009 Posts: 6
|
Posted: Fri Aug 28, 2009 9:36 am Post subject: Re: how to view open shares? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Yep. That is what I meant. Thanks for clarifying that Shenan.
Steve
"Shenan Stanley" <newshelper RemoveThis @gmail.com> wrote in message
news:OKLdiWCJKHA.4232@TK2MSFTNGP02.phx.gbl...
> lawpoop wrote:
>> On an XP box, how can I see what shares and files are currently
>> being access by other users?
>
> Old Rookie wrote:
>> Try the net file command. Just enter net file in an open command
>> prompt window. If you are unsure how to do that enter cmd in the
>> run box and hit OK.
>
> Twayne wrote:
>> Using Run, it'll just flash and go away before you can read it. You
>> could put the command in a bacth file followed by a pause to keep it
>> onscreen. Or just use the Command Prompt.
>
> A direct answer for the OP later, first addressing what Twayne has said
> and the confusion that may have existed in "Old Rookie"'s response...
>
> Actually, I believe "Old Rookie" was saying that you could do the
> following (if they had not put in "cmd" instead of the full word, I would
> have thought like you have.):
>
> Click on the Start button --> Click on RUN --> type in:
> cmd
> --> Click OK.
>
> Then use the resulting command prompt window that appears to run your
> commands in.
>
> As an alternative...
>
> Click on the Start button --> Click on RUN --> type in:
> cmd /k <your command line command>
> --> Click OK.
>
> So you could have:
> cmd /k ipconfig
> or
> cmd /k net file
> or
> cmd /k net use
> or
> cmd /k net localgroup administrators
>
> Each will open a command prompt displaying the results of the command line
> command you wanted and leave that command prompt window open for you to
> use.
>
> Yes - I know one can also enter "command" instead of "cmd" in the RUN
> "Open" box and get a command prompt - but it is not the same command
> prompt. A CMD 'command prompt' vs. a COMMAND 'command prompt' window
> discussion(s) can be found here:
> http://www.computerhope.com/issues/ch000395.htm
> http://www.hyperorg.com/blogger/mtarchive/001935.html
> http://www.terryscomputertips.com/computers/command-vs-cmd-dos-shell.php
>
>
> However - for the OP - here is what _I_ would do to see what shares and
> files are currently being access by other users...
>
> - Right-click on the "My Computer" icon.
> - Choose "Manage".
> - Expand "System Tools".
> - Expand "Shared Folders".
> - Select "Shares" to see shares and how many clients (if any)
> are actively connected to the shares.
> - Select "Sessions" to see whom is connected from which
> computers and how many files they have open from there as
> well as additional information.
> - Select "Open Files" to see which files are being accessed
> actively by other users, etc.
>
> Hope that helps!
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
> |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
| |
|
|