■ Start-Process 명령에서 -FilePath/-PassThru 스위치를 사용해 메모장을 실행하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
$Process = Start-Process -FilePath notepad -PassThru |
■ Start-Process 명령에서 -FilePath/-PassThru 스위치를 사용해 메모장을 실행하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
$Process = Start-Process -FilePath notepad -PassThru |