CentOSをバックグラウンドで動かす

Windows機,VMwarePlayer上にあるCentOSを,GUIなしでバックグラウンド起動する方法についてです.

VMwarePlayerのインストール,CentOSのインストールが済んでいることを前提とします.

1. VMwarePlayerのサイトにある,「VMware VIX for Windows」をダウンロードしてインストールします.(ドライバとツールのタブにある)
https://my.vmware.com/jp/web/vmware/free#desktop_end_user_computing/vmware_player/6_0

2.コマンドプロンプトを管理者で開きます.
以下のコマンドを実行します.

【起動】C:\"Program Files (x86)"\VMware\"VMware VIX"\vmrun.exe -T player start "C:\Users\(TAT)chaN\Documents\Virtual Machines\CentOS\CentOS.vmx" nogui
【再起動】C:\"Program Files (x86)"\VMware\"VMware VIX"\vmrun.exe -T player reset "C:\Users\(TAT)chaN\Documents\Virtual Machines\CentOS\CentOS.vmx"
【停止】C:\"Program Files (x86)"\VMware\"VMware VIX"\vmrun.exe -T player stop "C:\Users\(TAT)chaN\Documents\Virtual Machines\CentOS\CentOS.vmx"
※ (VIXのインストールしたフォルダのvmrun.exeを指定) -T player (命令コマンド) (CentOSの構成ファイルの場所)