Local Administrator Password issues
-
Interesting. For kicks and giggles, I built a separate basic Windows 7 Professional installation from a Dell CD (did not join it to a domain, thus keeping it out of AD) and ran sysprep against it with an unattend file. I got the same results as well. The autologon works fine, but after the x number of auto restarts, the machine will prompt me for the manual login. That's when the Administrator login fails. What would cause the machine to not allow me to log in manually, but will allow the Autologon to work with no problems? I know the account is not disabled, but it acts as if the password is not correct. - JCRAWFORD 9 years ago
Answers (4)
I believe the problem is that it did not like the characters within my password. I found this out by trying to manually change the Administrator password via command prompt.
net user Administrator 58Kmt&ab (*not the real password, but similar syntax*)
I would get "The Command completed successfully", but then on the next line I would receive this...
'ab' is not recognized as an internal or external command, operable program or batch file.
I am assuming that it does not like the text following the "&". It however, took the password when I put it in quotes. That being said, do I need to put the password in quotes in the unattend.xml file? Will that cause any issues, or will that fix my problem?