Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Windows 10 - User keeps getting a temporary profile on (initial) login

Writer Matthew Martinez

I know this is searchable all over the internet, however none of the solutions worked and it was related to the AD (Active Directory).

Here are the symptoms.
The PC is part of an AD. The user in question never had an issue until now or until a PC reinstall. When the user logs into another PC it always creates a temporary user profile. Missing network drives.

6

1 Answer

What you can try.

  1. Registry
  • Open Regedit.msc
  • Go to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList"
  • Check for folders entries with .bak
  • If you have such entries, normally deleting them will solve this problem for you on the next login.

Why didn't it work in my case? It was always on the initial / first login of that user. So there was no .bak file.

  1. CMD
  • Run "sfc /scannow" and "DISM /Online /Cleanup-Image /ScanHealth" in a CMD (Command Prompt) with admin rights.

Depending on the results this might have solved your issue. For my case it was unlikely as I had just reinstalled the very same PC with Windows 10, all updates, due to another unrelated issue.

  1. AD
  • Open the AD Console
  • Go to the affected user account
  • Check the "Profile path:" under "Profile"

It's very uncommon and that might explain why you never read about it in relation to the temporary profile issue. In my case the Logon Script was listed in the Profile path, meaning on Login the PC was trying to find an entry, that didn't exist. Thereby creating a temp profile since it couldn't resolve the issue.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy