Can't uninstall Visual Studio 2015 (The storage control blocks were destroyed)

前端 未结 5 1578
小鲜肉
小鲜肉 2021-02-06 08:33

So I wanted to force an uninstallation of VS2015 Enterprise with \"vs_enterprise.exe /uninstall /force\", but I get an error message:

Update for Microsoft Windo         


        
5条回答
  •  一个人的身影
    2021-02-06 09:12

    The below steps fixed it for me.

    First uninstall KB2999226:

    wusa.exe /uninstall /kb:2999226 /quiet /norestart
    

    Download and re-install KB2999226 (the one we just uninstalled above):

    https://www.microsoft.com/en-us/download/details.aspx?id=49093
    

    Uninstall Visual Studio from admin shell (you can use the install exe you originally used for the install):

    vs_community.exe /uninstall /force
    

提交回复
热议问题