Wednesday, September 15, 2021

Solved Issues while installing Windows 10 with VirtualBox (v6)

Message: "Something went wrong (OOBESETTINGS)"



This message showed up in the middle of installing Windows 10 with VirtualBox.

Solution 1

1. Close the window and choose Power off the machine.

2. Go to Settings and set number of CPU cores to 2.

3. Start the machine again.


Solution 2

1. Press Shift + F10 to open Command Prompt and then run the following commands:

> net user Administrator /active:yes
> net user /add MyName MyPassword
> net localgroup administrators MyName /add
> cd %windir%\system32\oobe
> msoobe.exe

2. Close the Command Prompt window then select Machine > Reset to restart the virtual machine. Don't use the close button at the edge of the window of the running machine to forcefully shut it off, it might corrupt the virtual hard disk, and the virtual machine can't start. If the similar error message shows up again or it's stuck at "Just a moment" screen, just restart it again.

3. Click OK when the message below shows up.

then, it'll lead to Administrator login screen below. From this point forward, the error message should never appear again.


NOTE: After the installation's completed, disable the Administrator user because viruses can use the user to make change to the system files (even in Boot Sector).




No comments:

Post a Comment