The reason why the update keeps showing up after you uninstall it is because there are several versions of it already installed.
You need to uninstall it, over and over, until no longer is shown on the installed updates list.
For more details on the installed versions, run this command from an elevated command prompt:
dism /online /get-packages | findstr KB2952664
it will show something like this:
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.1.3
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.2.1
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.2.3
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.3.0
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.4.1
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.4.4
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.5.3
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.6.1
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.7.4
Identidade do Pacote : Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.8.2
Everytime you uninstall KB2952664 and run the above command, you will notice that the list has shortened.