WOA-Project / WOA-Deployer-Rpi

WOA Deployer for Raspberry Pi
https://pi64.win/
MIT License
966 stars 127 forks source link

Error OOBSETTING #53

Open ghost opened 4 years ago

ghost commented 4 years ago

With raspberry 3b, I have follow instructions step by step but during w10 configuration wizard I have always error OOBSETTING and I can't skip this error, then installing doesn't finished

I have try to install an older w10 version but doesn't work.

makuhlmann commented 4 years ago

I have found a workaround for this issue in the following thread:

https://www.tenforums.com/windows-insider/118225-insider-isos-cant-get-past-oobe-stage-post1626784.html#post1626784

Basically you need to open the cmd console by pressing Shift + F10 and then you run the following commands:

net user administrator /active:yes
cd %windir%\system32\oobe
msoobe.exe

Then you wait for ~15 minutes and reset the PI by disconnecting the power supply for a few seconds. Afterwards it should boot past the setup and log you in to the Administrator account.