Equilíbrio de Powershell de 'msconfig'?

1

Eu uso 'msconfig' para controlar que inicialização de programas na inicialização (etc) - existe uma maneira de fazer o mesmo em powershell?

Eu tentei:

get-help startup

Isso traz:

Register-PSSessionConfiguration
Get-PSSessionConfiguration     
Set-PSSessionConfiguration     
Enable-PSRemoting              
New-PSSessionConfigurationFile 
New-Service                    
Set-Service                    
Set-WmiInstance                
about_PowerShell.exe           
about_Remote_FAQ               
about_Remote_Troubleshooting   
about_Windows_RT               
about_WS-Management_Cmdlets

Eu só queria uma lista Powershell que é o equivalente ao que é mostrado na guia de inicialização 'msconfig.exe' ("Configuração do sistema").

Estou no Windows 7, com o Powershell 4.0.

    
por monojohnny 15.04.2016 / 09:58

1 resposta

1

Não há essa funcionalidade incorporada, mas você pode usar AutoRuns módulo :

AutoRuns is a module that will help do live incident response and enumerate autoruns artifacts that may be used by legitimate programs as well as malware to achieve persistence

    
por 15.04.2016 / 11:23