就在吃個午餐回來 VM就死給我看 , poweron 出現以下以下訊息 , 大概就是你的VM被LOCK住
Failed to lock the file
Cannot open th disk xxx
failed to start the virtual machine
剛決方法:
到該VM 存放的目錄下把 .lck 的資料夾或文件刪除,再去啟動VM就可以了
windows xp vm tool slientmod
setup.exe /s /v "/qn REBOOT=R"
Here is an explanation of the switches.
/S = Silent
/v pass paramaters to msi directly
/qn do silent install
REBOOT=R = Really Do not reboot
ADDLOCAL=ALL = Install all components locally
REMOVE = The components listed will not be installed