get-process | ForEach-object {
write-Output $_.ProcessName
} | Out-File c:\temp\ProcessList1.txt
### ここで 手動でsandbox 10 を起動する ###
pause
get-process | ForEach-object {
write-Output $_.ProcessName
} | Out-File c:\temp\ProcessList2.txt
diff (get-content c:\temp\ProcessList1.txt) (get-content c:\temp\ProcessList2.txt)
結果は以下の通りです。(差分は1行のみ) 一つだけのプロセスのようです。
InputObject SideIndicator
----------- -------------
vmmem =>
vmwp =>
WindowsSandbox =>
tasklist で確認する
以上の結果より tasklist.exe でも確認してみました。以下の通りです。
C:\>tasklist | findstr -i WindowsSandBox
WindowsSandbox.exe 3392 Console 1 205,388 K
結論
2019年7月現在では Windows 10 サンドボックスのプロセス名は以下の通りです。
WindowsSandbox.exe
パス:
C:\Windows\System32\WindowsSandbox.exe
最終更新日:2019/07/14
[ホーム] - [Windows 10 サンドボックス 使い方] - [Windows 10 サンドボックスのプロセス名は]
本サイト内掲載されている情報は、著作権法により保護されています。いかなる場合でも権利者の許可なくコピー、配布することはできません。 このページはリンクフリーです。(このページへの直接リンクも可能です。) Copyright(c) tooljp.com 2007-2019