Windows 7 is finalizing your settings problem
Posted: Fri 01 Jul 2016, 13:33
How to fix windows 7 install stuck at step "Finalizing your settings"
You can try this:
1) Type Shift+F10 to open de cmd prompt
2) Type below code to see the tasklist:
3) And there I saw this KB installer which didn't seem to be doing anything. So i simply killed it (look for the right process) with e.g.
4) After that the system will restart and you can login.
You can try this:
1) Type Shift+F10 to open de cmd prompt
2) Type below code to see the tasklist:
Code: Select all
tasklist /v | more
Code: Select all
taskkill /PID 1176