Поделиться через

Невозможный вход в профиль на диске

Зінченко Даня 20 Баллы репутации
2025-06-15T18:50:39.74+00:00

У меня возникала проблема при переподключении дисков у меня появился показывается только вход в профиль ПК к которому у меня нет доступа, и вылазит синий экран с текстом "Службе "служба профилей пользователей" не удалось войти в систему.Невозможно загрузить профиль пользователя.Это не может быть другой диск так как я в биосе поставил доступ загрузке только этого диска на котором был мой профиль

Windows для бизнеса | Клиент Windows для ИТ-специалистов | Взаимодействие с пользователем | Другое
Голосов: {count}

Ответ, принятый автором вопроса
  1. Chen Tran 7,590 Баллы репутации Независимый помощник
    2025-06-17T10:55:50.54+00:00

    Hello,

    Thank you for posting question on Microsoft Windows forum!

    Based on the provided error message "User Profile Service failed the logon" which might indicate the potential corruption in Corrupted User Profile or Incorrect Permissions/Registry Issues: You can try the below steps to see if it helps to resolve the issue.

    1.Boot into Safe Mode

    • Restart your PC. At the login screen, hold Shift while clicking Power → Restart.
    • After reboot, go to Troubleshoot → Advanced Options → Startup Settings → Restart.
    • Press F4/F5 to boot into Safe Mode (with or without networking).
    • Attempt to log in with the affected account.

    2.Run System File Checker (SFC)

    • Open Command Prompt as Admin (from Safe Mode or recovery environment).
    • running the below command
    • sfc /scannow
    • Wait for completion. If errors are found, restart.

    3.Check Disk for Errors

    • In Command Prompt (Admin), run:
    • chkdsk C: /f /r
    • Press Y to schedule on reboot. Restart your PC.

    4.Repair User Profile via Registry

    1. Press Win + R, type regedit, and open as Admin.
    2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    3. Look for folders (SIDs) with your username in ProfileImagePath:
      • If you see two folders for the same user (e.g., SID and SID.bak), delete the folder *without *.bak.
      • If only one folder exists, rename it to SID.bak (e.g., S-1-5-21... → S-1-5-21....bak).
    4. Set the correct permissions:
      • Right-click the .bak folder → Permissions → Advanced → Change owner to Administrators.
      • Check Replace owner on subcontainersApply.
      • Grant Administrators Full Control.
    5. Remove the .bak extension from the folder name (revert to original SID).
    6. Inside the SID folder, ensure:
      • State = 0 (double-click to modify).
      • RefCount = 0.
    7. Close Regedit and reboot.

    5.Create a New User Profile

    1. Log in with another Admin account (or Safe Mode).

    Press Win + R, type netplwiz, and hit Enter.

    Click Add → Sign in without Microsoft account → Local account.

    Create a new username/password and add it to the Administrators group.

    Log out and try logging into the new account.

    • If successful, migrate data from the old profile (C:\Users\OldUsername) to the new one.

    6.Disk Space

    • Verify that you have sufficient free space on your system drive. Low disk space could also prevent profile creation.

    Hope the above information is helpful!

    Один пользователь счел этот ответ полезным.
    Комментариев: 0 Без комментариев

Дополнительные ответы: 0

Сортировать по: Наиболее полезные

Ваш ответ

Автор вопроса может устанавливать для ответов пометку "Принято", а модераторы — пометку "Рекомендуется". Благодаря этому пользователям становится проще понять, какой из ответов помог решить проблему автора.