Like what DaveM121 said, you cannot uninstall The Update Assistant in Windows 10.
What we suggest is you can submit a feedback regarding to your concern about the Update Assistant to our Feedback Hub.
You can submit your feedback through this link.
If you have any other concerns, please don't hesitate to post back here.
This is ludicrous!! I do not wish my application of Windows to be 'updated' at the moment. Why, therefore, can I not delete the relevant program? Sorry to be vulgar, but who the hell owns my computer: me or Microsoft? I do not expect Renault
to tell me how to manage my car or Bosch my dishwasher so why should the maker of the operating systrem on my computer presume to tell me what I may or may not do with it? Or, worse, foist its products on me when I have not asked for the them or in ways that
make them 'unrefusable'? This is all some kind of technological dictatorship in which the user has no role and no say.
I had this exact problem for the longest time. I was able to fix it with the task scheduler solution, but since that's not working for you, here's a janky fix that will totally prevent it from running, it's what I've been using the last several months.
- Right click on your desktop, select new -> text document. Open the text document.
2. The following script continuously executes commands that will terminate Windows Update Assistant whenever it attempts to start. Copy and paste the following script into the text document:
@echo off
:Loop
taskkill /im Windows10UpgraderApp.exe /f
taskkill /im SetupHost.exe /f
goto Loop
- Go to File -> save as...
- Change the file name to Windows Update Killer.bat (The file name doesn't matter as long as the extension is .bat) -> select "Save as type:" -> select "all files"
- Save the file.
After doing this, an executable file will appear on your desktop. Run the file
as an administrator. A command prompt window will appear. Closing the window will terminate the script, so just keep it running and you'll never see Windows Update Assistant ever again.