大家好,
host: windows7 guest: ubuntu 12.04
我在host os做VBoxManage.exe guestproperty set "myvm" "cpuid" "12345"
在guest每次關機前清掉cpuid的值或刪除此屬性,用以下三種方式:
VBoxControl guestproperty set "cpuid" ""
或
VBoxControl guestproperty delete "cpuid"
或
VBoxControl guestproperty unset "cpuid"
再去檢查VBoxControl guestproperty get cpuid確實清空或No value set!
但再重開機VM時,guest os用VBoxControl property get "cupid",
cpuid的值仍然會得到"12345" @@
但我先前已做過VBoxControl guestproperty delete或unset或清除值的動作了
想要做到的是guest去刪除或清空某guestproperty屬性,當VM再重新開機時該屬性值為空?
非常感謝!