Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-join-to-join — Windows 11
ERROR_JOIN_TO_JOIN = 138
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12
· Jak ověřujeme opravy
| Error Code | error-join-to-join |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 10 min |
| Requires Admin Rights | ⚠️ Yes |
Postup řešení
- 1 Press Windows key + R, type 'cmd', and press Ctrl+Shift+Enter to open Command Prompt as Administrator. This gives you the necessary permissions to manage junctions.
- 2 Type 'dir /AL' and press Enter. This lists all junctions and symbolic links in the current directory. Navigate to the folder where you're trying to create the join (using 'cd' command) and run 'dir /AL' to see if there's already a junction there.
-
3
If there is an existing junction, you need to remove it first. Use 'rmdir
' (e.g., 'rmdir C:\MyJunction') to delete the junction. Be careful not to delete the underlying data — 'rmdir' on a junction only removes the link, not the target. -
4
After removing the existing junction, you can create a new one using 'mklink /J
' (e.g., 'mklink /J C:\MyJunction D:\Data'). This creates a proper junction point. - 5 Verify the new junction works by accessing the path. If you still get the error, check if the target path is valid and accessible.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Stále máte problémy?
Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.
🛠️ Vyzkoušet Error Buddy — Zdarma