Windows logging you in using temp profile: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 sho...") |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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: | |||
<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. | ||
[[Category:vmware]] | |||
[[Category:windows]] |
Revision as of 12:32, 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.