Software Alternatives & Reviews

completely remove all traces of python installation and start over?

Process Explorer Autoruns
  1. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'l…
    Indeed, I would suggest to run Process Explorer https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer , then at the top you see the headers like Process, CPU, Private Bytes etc, right click and click Select Columns. Then at the tab 'Process Image' check the 'Command Line' checkbox and click OK. It will then print the full path after each process. You can map the 8888 and 8889 processes via their PID (10096 and 7328 in your screenshot, but check again before trying to match). This way you can find out what exactly was executed to run on those ports.

    #Monitoring Tools #Command Line Tools #Performance Monitoring 287 social mentions

  2. See what programs are configured to startup automatically when your system boots and you login.
    If that is just jupyter, but automagically starting, you can use autoruns https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns to see what exactly is configured for that on your system.

    #OS & Utilities #Utilities #Windows Tools 302 social mentions

Discuss: completely remove all traces of python installation and start over?

Log in or Post with