Friday, April 3, 2009

Disable Virtual Machine Time Bomb

Deactivate virtual PC time bomb If you have whatever needs to deactivate your virtual machine time synchronization (e.g. if there are software installed in your vm expiring), you could cut and paste the following XML code snippet in vmc file:
<integration>
   <microsoft>
       <components>
           <host_time_sync>
               <enabled type="boolean">false</enabled>
           </host_time_sync>
       </components>
   </microsoft>
</integration>
Obviously, you should open vmc file with editor like notepade...
kick it on DotNetKicks.com
Save to delicious 0 saves

No comments:

Post a Comment