Please DON'T DELETE THIS THREAD. It will be useful to others.
Here is a solution that I have already tried.
This solution was originally posted in Russian language. You can read it here (solution 2):
Ошибки экрана OOBE при первой настройке Windows 10 и как их устранить | Белые окошки
Here are the steps:
- when you get that error press
Shift + F10 to open a
Command Prompt and run the following commands one at a time:
Code:
net user Аdministrator /active:yes
cd oobe
msoobe.exe
The first command activates the
built-in administrator account. The second command goes to the location of the
oobe directory in system32. The third command launches
msoobe.exe utility to reset local settings.
After...