How to remove error while installing windows : windows could not complete installation. To install on this computer please restart.
Steps :
1. Press Shift + F10. (It will Command Prompt)
2. Use following commands
>net user administrator /active:yes
>net user administrator 1234
here 1234 is password for Admin User
3. Then exit command Prompt.
Alternate Option :
1. Open cmd using Shift + F10
2. Open Local Security Policy console
Using secpol.msc
Apply user name and Password for admin User, Disable password for guest User.
Comments
Post a Comment