Error during Windows 10 installation

pygocentrus Posted messages 7 Status Membre -  
 TheGeekMan -
Hi,

Everything went smoothly during the VirtualBox installation. However, at the end of the Windows 10 installation, I have an OOBEKEYBOARD error message. If I choose to retry or ignore, it always returns to the error. What should I do to fix this, please? Thank you

iMac mid 2007
iOS 10.11.6 (El Capitan)
6 GB of RAM

VirtualBox version 6.1
Windows 10 iso 1909 x64 Canadian French

4 réponses

Molikd Posted messages 203 Registration date   Status Membre Last intervention   145
 
Good evening,

press shift + f10 (at the same time)
CMD will open, type these lines of code:
net user administrator /enable:yes
net user admin admin /add
net localgroup Administrators admin /add
cd C:\Windows\System32\oobe
msoobe.exe
Normally, it will say Please wait, (/!\ wait 10 minutes /!\)
After 10 minutes, turn off the computer and turn it back on
Log in with the admin account, the password is "admin"
And continue the process, there will be no more errors.
54
pygocentrus Posted messages 7 Status Membre 16
 
questions...

When do I write this command? When I see the W10 error message?

When I press shift + f10 at the same time, nothing opens. CMD is it the Terminal of iOS? If so, I can open it via Application then...
-1
Tony
 
Hello, thank you for the solution, it worked for me. I directly launched cmd as an admin, so there was no need to do the first lines, and also "administrators" does not exist on a French Windows, so I had to replace it with "administrateurs". Thank you anyway for the method.
3
KitFisto02 > Tony
 
Thanks for the clarifications, it really helped me a lot; I would have struggled with administrator!!
0
Boblaplonge
 
Hello for your information:
Replace administrator with administrateur (with or without " s ") depending on the line
And enable with active
Be especially careful to respect the case (characters, uppercase, s, etc., any slight omission, and the line will not be taken)
0
TheGeekMan > Boblaplonge
 
Thank you, I succeeded thanks to you.
0