If you are having more knowledge of windows and then you can uninstall update by command prompt

In order to use this tool, you will need to know the KB number of the Windows update. If you don’t know the KB number, you can  get a list of installed Windows Updates and their KB number.

To uninstall an update, open type the following command after replacing the KB ID with the one that you wish to uninstall: wusa /uninstall /kb:[id]

If you want to uninstall the update without your interaction and restart the computer, you can use the following command: wusa /uninstall /kb:[id] /quiet

If you want to uninstall the update and prompt to restart the computer, use the following command: wusa /uninstall /kb:[id] /quiet /promptrestart

If you want to uninstall the update without a forced system reboot, use the following command: wusa /uninstall /kb:[id] /quiet /norestart

If you want to uninstall the update and force system reboot, use the following command: wusa /uninstall /kb:[id] /quiet /forcerestart

Example: wusa /uninstall /KB:4023057 /quiet /forcerestart