I'd say the simplest way, is to right click on a folder name and select properties. Click on the sharing tab and share with "everyone". Then go to the "Network and Sharing Center", scroll down to all networks and turn OFF password protected sharing, otherwise you will have to add a local user account for each person you want to grant access to. This is fairly insecure as there will be no password and everyone will have full permissions by default (according to the advanced sharing button) or only read permission according to the top sharing button. Let me know which one is correct, assuming this works for you. ;) On Wed, Jan 23, 2019, 04:40 Nicola Perotto Hi Russel, > > > On 23/01/2019 10:49, RussellMc wrote: > > Windows "home groups" were removed from WIN10 in late 2018 > never used. It is/was one of the millions stupid thing they added to Win > just to > remove after some time. > > > - With Cloud / internet access not being an acceptable part of any > > solution, > > - using the latest versions of WIN10 Pro & Home > > > > Shortest: > > > > How do I access hard drives "on" other PCs on a home LAN with minimal > > restrictions and effort. > > Within LAN security is not an issue. > Warning: this solution is a low security one... > You need to have the same USER (and same password) on all the PCs. > Open a console: right click on Windows start button -> Windows PowerShell > (Admin) > Type this command: > net share DRIVEC=3DC:\ /grant:"authenticated users",full > > Change the "DRIVEC" as you want (this is, of course, the name you will se= e > from > other PCs) > And change the drive letter C: (*) > This works also on removable drives (if you remove the drive the sharing > remains...). > To stop a share: > net share DRIVEC /delete > > You can have some batch file that do this :-) > Have fun > Nicola > > > (*) sharing the boot drive can be dangerous, my suggestion is to have a > "smaller" boot partition and a bigger data partition. > You can use > http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html > to create Junctions to folders on other drives to see them on disk C. > > -- > http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .