What are the ways to create a shared folder?
To create a shared folder
Environment: papapa(192.168.1.1), hahahaha (192.168.1.2) two hosts Papapa, turn off the firewall.
Step 1:
papapa enable sharing--network-advanced sharing-check up-save changes (enabling does not mean your folder is shared)
Step 2:
Create folder-Right click Properties-Share-Advanced Share-everyone Select Up-Permission-All Give-Apply, OK--Share folder
Step 3:
Verify shared folders with hahaha
Three ways to share access
1. Network access Double-click to open the network directly on the client, find papapa, open, username password, find momo2. UNC path to access Windows key +R, enter "\\192.168.1.1", username password to enter 3. Map network drive Open cmd command box, net use f: \\192.168.1.1\momo After running out, delete network drive C:\Users\Administrator>net use * /del You have the following remote connections: F: \\192.168.1.1\momo \\192.168.1.1\IPC$ \\PAPAPA\IPC$Continuing will cancel the connection. Do you want to continue with this operation? (Y/N) [N]: y command completed successfully.