Share Folders With Windows Homegroup Through Command Line / Batch File

by Max Rohde,

If you have a folder

C:\Test

and you would like to share it with your Windows Homegroup, you can do so in the Windows Command line (cmd.exe) or in a Batch file with the net share tool.

The folder above could be shared with the name "Test" as follows:

net share聽Test="C:\Test" /GRANT:"HomeUsers",FULL