-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autologon fails using 32-bit powershell, succeeds on 64-bit #1
Comments
Cant fundamentally fix since a 32 bit process on a 64 bit machine cannot access the autologon reg keys. But boxstarter could provide better a error message. |
Could you considered the solution like this: http://stackoverflow.com/a/19381092 ? |
yeah that may work |
Merge pull request #101 from cam1985/master
Based on a discussion with @pauby I have removed this issue from the 3.1.0 milestone, and assigned the A PR has been raised to make this clear in the documentation. |
From https://boxstarter.codeplex.com/workitem/87/edit
Here's a simple Boxstarter script I'm using to test autologin. I save this to my desktop as test.ps1.
And here's the code I'm using to run the boxstarter script
I'm running this from a clean 64-bit Win 7 SP1 machine with all windows updates already applied.
When I run this using 64-bit Powershell there are no issues. The machine reboots, the auto-login occurs, and boxstarter finishes.
However, when I run this using 32-bit Powershell ("Windows Powershell (x86)"), the machine reboots and then sits at the login screen. I've double-checked that I'm supplying the correct username/password to Get-Credential.
The text was updated successfully, but these errors were encountered: