Two Different Problems, Same Symptom

When you can't access a shared folder, network drive, or printer, it's almost always one of two things: a connectivity problem (your machine can't reach the host) or a permissions/authentication problem (your machine can reach the host but isn't allowed in). Identifying which one is happening first saves time on wrong fixes.

Quick test: open a Command Prompt and ping the host machine by IP address or name (e.g., ping 192.168.1.50 or ping DESKTOP-COMPUTER). If it responds, the network path works — the problem is permissions or service configuration. If it doesn't respond, the problem is connectivity or the host machine is off.

Windows Shared Folder Issues

Enable File and Printer Sharing

On the host computer (the one sharing the folder): Control Panel → Network and Sharing Center → Change advanced sharing settings → Turn on File and Printer Sharing. Also turn on "Network discovery." Both must be enabled for shares to be visible.

Check Workgroup Name

All computers sharing files must be on the same workgroup. Right-click This PC → Properties → Change settings → Computer Name tab → the Workgroup field. By default it's "WORKGROUP" — but if one machine was renamed, the others won't see it. Change the mismatched machine to match the rest and reboot.

Credential Manager

Windows stores network credentials, and a stale saved password is a very common reason access suddenly breaks (especially after a password change):

  1. Open Control Panel → Credential Manager → Windows Credentials.
  2. Find any entries for the host machine's IP or name.
  3. Remove them, then try accessing the share again — Windows will prompt for fresh credentials.

SMB Protocol Issues

Windows 10 and 11 disabled SMBv1 by default. Older NAS devices, older Windows machines, and some printers only support SMBv1. To re-enable it temporarily:

  1. Control Panel → Programs → Turn Windows features on or off.
  2. Scroll to "SMB 1.0/CIFS File Sharing Support" and check the box.
  3. Reboot.

SMBv1 is a security risk. It was the attack vector for the WannaCry ransomware outbreak. Re-enable it only as a short-term workaround to confirm compatibility — then update or replace the old device that requires it.

Common Error Messages

ErrorMeaningFix
0x80070035 — Network path not foundHost not reachable or share doesn't existPing the host; verify share name; check firewall
0x80004005 — Unspecified errorAuthentication failure or SMB protocol mismatchClear Credential Manager; check SMB version
0x80070043 — Network name not foundShare name was changed or deleted on hostVerify share still exists on the host machine
Access is deniedCorrect path but wrong permissionsCheck share permissions AND NTFS permissions on host

Mapped Drives Disconnecting

Mapped network drives often disconnect after waking from sleep or rebooting. The fix is to force Windows to reconnect them at login:

  1. When mapping the drive: check "Reconnect at sign-in."
  2. If it's already mapped: right-click the drive in File Explorer → Disconnect, then remap it with "Reconnect at sign-in" checked.
  3. For persistent issues: use a startup script or Task Scheduler to run net use Z: \\hostname\share /persistent:yes at login.

Mac Network Share Issues

Connecting to Windows Shares from Mac

  1. In Finder: Go → Connect to Server (Cmd+K).
  2. Enter smb://192.168.1.x/sharename (use the host's IP address, not hostname, to avoid DNS issues).
  3. Enter the Windows username and password when prompted.

If connection fails, confirm File and Printer Sharing is enabled on the Windows host, and that "Guest" access isn't required (Macs may need a valid user account).

Mac-to-Mac Sharing

On the sharing Mac: System Settings → General → Sharing → File Sharing. Click the + button to add which folders to share and which users can access them. Connecting Mac uses Cmd+K with smb://[sharing Mac's IP].

We set up and fix network shares. Whether it's a home office with two computers sharing files or a small business network with shared drives and printers, we configure it correctly. Bring your machine in and we'll get it connected.