Windows logging you in using temp profile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# Browse to the following key: | # Browse to the following key: | ||
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\</pre> | <pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\</pre> | ||
# Find the key that references the username you are having issues with | |||
# Delete the entire key | |||
# reboot | |||
You should not be able to logon and it create a profile. | You should not be able to logon and it create a profile. |
Revision as of 12:35, 25 July 2019
If Windows always logs you in using a temporary profile which happens a lot if you have deployed a virtual machine from a vmWare created template, follow these steps which should resolve the issue.
- Open Registry Editor" (regedit)
- Browse to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\
- Find the key that references the username you are having issues with
- Delete the entire key
- reboot
You should not be able to logon and it create a profile.