Bill W said:
I would like to know if someone is logged onto my computer to access shared
folders. Is there some way to determine who is actively logged on?
The quickest and easiest way is to open a Command Prompt as Administrator
and run the command:
C:\>net session
This will display all current sessions, including user name and remote
computer. Do:
C:\net session \\somecomputer /delete
to disconnect the user from \\somecomputer.
You can see the same info via the GUI, by going to Administrative Tools,
Computer Management, Shared Folders, Sessions and Open Files. If you do this
on a regular basis, you can reach the info quicker by creating a new
shortcut for the File Sharing snap-in, %SystemDir%\System32\fsmgmt.msc
I suspect there are a few other places where the session info is displayed,
as well.