Page 1 of 1

Windows 7 is finalizing your settings problem

Posted: Fri 01 Jul 2016, 13:33
by Theet
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:

Code: Select all

tasklist /v | more
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.

Code: Select all

taskkill /PID 1176
4) After that the system will restart and you can login.