Situatie
Aceasta problema poate aparea atat la sistemele de operare de la servere cat si la statiile de lucru.Problema este provocata de un update pe care nu a putut sa-l instaleze corespunzator, in cazul de fata NetFramework.
Daca el ramane blocat asa, nu vor merge “Last known good configuration”, “Debugging mode”, “Disable automatic restart on system failure” si vom urma solutiile de mai jos
Backup
- Pentru statii de lucru, folosim system restore
- Pentru server punem un backup
Solutie
Pasi de urmat
Il restartam in SafeMode si il lasam sa isi dea revert changes
Dupa ce a terminat acest pas ne logam pe un cont local sau de domeniu cu drept de admin, deschidem un Command Prompt tot cu drept de admin si executam pe rand comenziile :
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%system32catroot2 catroot2.bak
netsh winsock reset
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Tot in cmd scriem “regedit”, apasam enter si vom sterge daca exista urmatoarele :
HLKMOffline ComponentsAdvancedInstallersNeedResolving
HKLMOffline ComponentsPendingXmlIdentifier
HKLMOffline ComponentsNextQueueEntryIndex
Dam restart si ar trebui sa mearga.
– Bagam cd-ul de instalare cu sistemul de operare corespunzator
– Retartam pc si asteptam mesajul “If prompted, press any key to start Windows from the installation disc”, asta daca avem setarile de boot facute in BIOS
– Apasam “Repair your computer”
– Selectam limba engleza la tastatura si dam Next unde vom alege sistemul de operare si vom da din nou next
– Selectam Command Prompt unde vom da comenziile :
takeown /f C:Windowswinsxspending.xml
Ren c:windowswinsxspending.xml pending.old
Asta pentru a sterge sau redenumi fisierul din C:Windowswinsxspending.xml
Dam restart
Leave A Comment?