Windows – How to check if someone is using files which you have shared in homegroup

homegroupwindows 7

How to check if someone is using files which you have shared in homegroup?

How many ppl use these files, which file are they using?

Best Answer

If on real time, Resource Monitor would help. On Disk tab you can see which file are being read, and on Network tab you can see who are receiving data from you. But it's basic.

If you want to be more thorough, and getting the statistic, in the properties of your shared folder, select Security tab, Advanced, on Auditing tab, add the users you want to track on. Now open gpedit.msc, on Local Computer PolicyComputer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesAudit PolicyAudit System Events, check both Success and Failure.

The log will be in Security node of Event Viewer. This may cause problem if your log size become too large from all the activity, and I'm not sure if Windows could determine the remote user (more likely only as Everyone).

Related Question