Imagem de fundo

No âmbito do Windows PowerShell, o comando que exibe...

No âmbito do Windows PowerShell, o comando que exibe processos/tarefas cujo nome começa por python é:


A

ls /tn “python*"


B

list_process NAME = "python*"


C

show /task is "python*"


D

tasklist /fi "IMAGENAME eq python*"


E

output /exe == "python*"