Skip to content

Instantly share code, notes, and snippets.

@tangoabcdelta
Created July 19, 2026 11:28
Show Gist options
  • Select an option

  • Save tangoabcdelta/acc5b51b9f1deb4bfb90f5667dfbd89c to your computer and use it in GitHub Desktop.

Select an option

Save tangoabcdelta/acc5b51b9f1deb4bfb90f5667dfbd89c to your computer and use it in GitHub Desktop.
Share Files and Folders from Windows Laptop to Mac

To see Windows shared folders on a Mac, follow these steps

Step-by-Step Connection

  1. Get the Windows IP Address:
  2. On your Windows PC, open the Start menu, type cmd, and press Enter.
  3. Type ipconfig and note the IPv4 Address 1. (e.g., 192.168.1.15).
  4. Alternatively,
  5. Go to the windows pc's cmd prompt
  6. Type hostname to know the hostname.
  7. You can also use the hostname to connect
  8. Switch to your Mac and ensure it is on the same Wi-Fi or Ethernet network as the Windows machine.
  9. Open Finder
  10. click Go > Connect to Server
  11. enter smb:// followed by the Windows PC's IP address or hostname.
  12. Click Connect
  13. Select the shared folders you want to mount a. Log in using your Windows username and password.
  14. If you donot want to use username and password, then you can go to your windows pc
  15. Go to Control Panel and search for Network and Sharing
  16. Click on Advandaced Sharing settings
  17. Now, you need to remember these settings so that you can undo them later.
  18. Turn Network discovery ON (This may already be ON / selected)
  19. Select the option that says Set up network connected devices automatically (This may already be ON / selected)
  20. Scroll down and find Public Folder sharing, turn it ON. This, you will have to undo.
  21. Turn off Password Protected Sharing. This, you will also have to undo.

Troubleshooting (Windows Sharing Settings)

If your Mac cannot find the Windows computer, you may need to adjust your Windows network settings:

  • Open the Control Panel and navigate to Network and Internet > Network and Sharing Center.
  • Click Change advanced sharing settings in the left sidebar.
  • Under the Private or Guest or Public profile.
  • Select Turn on network discovery and Turn on file and printer sharing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment