Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-dir-not-root — Windows 11
ERROR_DIR_NOT_ROOT = 144
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-dir-not-root |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 5 min |
Postup řešení
- 1 Open Command Prompt (Win+R, type 'cmd', press Enter). Review the command you used. Ensure the path is a root directory, like 'C:\' or 'D:\'. If you used a subfolder, you need to adjust it.
- 2 If you want to map a drive to a subfolder, you have two options: either use the root of the drive and then navigate to the subfolder, or use a symbolic link. For example, instead of 'subst X: C:\Users\Name\Documents', you can create a symbolic link: 'mklink /D C:\DocumentsLink C:\Users\Name\Documents'.
- 3 To use SUBST with a root directory, type 'subst X: C:\' (or the appropriate drive letter). This will map the entire C: drive to X:, which may not be what you want, so be careful.
- 4 If you need to map a subfolder, consider using the 'net use' command with a local share, or use PowerShell's New-PSDrive with -Root parameter that accepts any path.
- 5 After making the change, verify the mapping with 'subst' or by checking File Explorer.
🔍 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