Previously my anaconda navigator was not responding so I have rebooted my computer and now when I am trying to open anaconda navigator it pop-ups an error with \"there is an ins
I got the same problem on windows 10, and all the previous answers and commands to taskkill didn't work and gave me the error "Access denied".
I found out that when you turn off your computer in windows 10, by default it doesn't really turn off but instead it hibernates, so it doesn't really "kill" all the tasks running.
Therefore my solution:
This will successfully kill all running tasks, including pythonw
, and hopefully solve your problem.