Hello! Help me please! A computer on the network, it was necessary to make the disks accessible from other computers, but somehow it turned out that the C drive was not available at all. What should be done? Thanks in advance to everyone who will help?

  • Wasps ... what wasps ?! - knes

2 answers 2

Access to the network is done with the net share command.

net share share=C:\Users\Someone\Share 

The disk is mounted using the net use command.

 net use C:\\server\share /user:Accounts\Someone 

To display full help

 net help share 

or

 net help use 

    Use admin balls \\<computer_name>\<disk_letter>$\

    By the way, forget about sharing disks, it is not safe !!

    Create specialized folders for these needs like c: share