Windows logging you in using temp profile: Difference between revisions

From roonics
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
 
(6 intermediate revisions by the same user not shown)
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)
# Open Registry Editor (regedit)
* 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  
* Find the key that references the username you are having issues with  
# Delete the entire key
* Delete the entire key
# reboot
* 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]]
‎<comments />

Latest revision as of 10:07, 20 March 2022

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.

  1. Open Registry Editor (regedit)
  2. Browse to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\
  3. Find the key that references the username you are having issues with
  4. Delete the entire key
  5. reboot

You should not be able to logon and it create a profile. ‎<comments />