Citiraj:
Autor tomios
Molim pomoć oko deinstalacije nekih Windows 10 update. Dakle na popisu pod "Uninstall an update" ne postoji. Razne kombinacije putem Powershell ne prolaze. Imam par kumulativnih ažuriranja za .NET 4.8 koji mi ruše aplikaciju na poslu. Na Windows 7 maknuo i radi. Ovdje nema teorije.
|
Probaj ovo:
https://social.technet.microsoft.com...10itprogeneral
We can boot into WinRe mode and uninstall them:
1. Go to Window Recovery Environment (WinRE) by keeping pressing Shift key and click restart in start menu.
2. Run the below command, which will list all the packages on the OS
DISM /Image:C:\ /Get-Packages
Note: please replace C with the machine’s OS drive
4. We can uninstall the sepcific updates by running the following commands:
Dism /Image:C:\ /Remove-Package /PackageName:<Package Identity>
Note: The package identity can be found in update Packages.
Best regards,
Yilia
Inače, upravo je nevjerojatno koliko problema MS uzrokuje sa svojim updejtima. Sve mi se više čini kako je Win10 nekakav poremećeni socijalni eksperiment.