Purtroppo una delle maggiori fragilità di Windows 10, specialmente su macchine datate come la mia (2016) è legata agli update.
A volte possono bloccare la macchina. Fino ad oggi,eseguendo una clonazione del disco mensile, sono riuscito sempre ad aggirare il problema quando si presentava.
Ora però c'è un aggiornamento (KB4589212) che Windows DEVE fare e che, appena completato, genera una schermata BLU e diventa impossibile riavviare la macchina.
A nulla serve tentare un "ripristino di configurazione" tipo Windows 7 oppure una disinstallazione dgli aggiornamenti che non va a buon fine. Purtroppo il Sistema operativo si danneggia irreparabilmente.
C'è solo da aspettare (ho 35gg di tempo) e sperare che Microsoft ci metta una pezza.
From the System Recovery Command Prompt run the following command:
· dism /online /get-packages
This will produce a list of installed updates and packages. They will look like this:
Package Identity: Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0
State: Installed
Release Type: Security Update
Install Time: 2/11/2010 1:01 PM
Find the most recent one and then make a note of the package identity.
Then run the following command:
· dism /online /remove-package /PackageName:Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0
Note: Name of update is from previous step which may vary.
You will get a status of the removal until it is complete. Then reboot your PC.
You will want to start with the most recent and remove them one at a time to find the problem update.

Nessun commento:
Posta un commento