How can I create a shared folder from the Windows command line?

前端 未结 2 818
灰色年华
灰色年华 2021-01-04 00:16

As far as I\'m aware, this is done via the net command.

However, the help section isn\'t very helpful, as it only shows me the secondary options and not

2条回答
  •  Happy的楠姐
    2021-01-04 01:16

    C:\> net help share

    For example:

    To share a computer's C:\Data directory with the share name DataShare and include a remark, type:

    net share DataShare=c:\Data /remark:"For department 123."

提交回复
热议问题