Argumentos da linha de comando
A command-line argument or parameter is an item of information provided to a program when it is started. A program can have many command-line arguments that identify sources or destinations of information, or that alter the operation of the program.
When a command processor is active a program is typically invoked by typing its name followed by command-line arguments (if any).
Ao verificar a string de linha de comando completa, você pode lançar mais luz sobre o assunto.
- Abra o Gerenciador de tarefas .
- Selecione a guia Processos e clique em Visualizar > Selecione Colunas .
- Ative a opção Linha de comando e clique em OK para aplicar as alterações.
Leitura adicional
- Como usar o Gerenciador de Tarefas do Windows
- O que as colunas de memória do Gerenciador de tarefas significa?
svchost.exe
O arquivo executável é descrito como Processo do Host para Serviços do Windows . É um processo genérico que hospeda diferentes serviços do sistema.
There can be multiple instances of
svchost.exe
running on your computer, with each instance containing different services. One instance ofsvchost.exe
might host a single service for a program, and another instance might host several services related to Windows. You can use Task Manager to view which services are running under each instance ofsvchost.exe
.
Open Task Manager by right-clicking the taskbar, and then clicking Start Task Manager.
Click the Processes tab.
Click Show processes from all users. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
Right-click an instance of
svchost.exe
, and then click Go to Service(s). The services associated with the process are highlighted on the Services tab.Source: What is svchost.exe?