# 找出windows執行程式中的完整命令列 從工作管理員中可以找到命令列, 但當其參數很長, 要慢慢打也太累了。  可以用以下windows shell指令,找出其完整的指令列。 ```shell= wmic process where "name like '%chrome%'" get processid,commandline ``` 
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.