SUPINFO International University

SUPINFO Institute of Information Technology
Laboratoire Microsoft




VMC

Accueil > Définitions > v > VMC

VMC

Par Alexandre HERRMANN,
Publiée le 04/05/2007 vers 19h.

Un fichier .vmc est un fichier de configuration codé en xml d'une machine virtuelle Microsoft, il contient ses différents paramètres de fonctionnement tel que le nom de la machine virtuelle, l'emplacement des fichiers de disque durs .vhd, la taille de la ram, les cartes réseaux à utiliser etc..
Un extrait d'un fichier .vmc :
<?xml version="1.0" encoding="UTF-16"?>
<!-- Microsoft Virtual Machine Options and Settings -->
<preferences>
 <version type="string">2.0</version>
 <alerts>
  <notifications>
   <no_boot_disk type="boolean">true</no_boot_disk>
  </notifications>
 </alerts>
 <hardware>
  <memory>
   <ram_size type="integer">512</ram_size>
  </memory>
  <pci_bus>
   <ethernet_adapter>
    <controller_count type="integer">1</controller_count>
    <ethernet_controller id="0">
     <virtual_network>
      <id type="bytes">6C310134D27011DB81F6E8847785FEA4</id>
      <name type="string">Broadcom NetXtreme Gigabit Ethernet</name>
     </virtual_network>
     <ethernet_card_address type="bytes">0003FF7CA83F</ethernet_card_address>
    </ethernet_controller>
   </ethernet_adapter>
   <video_adapter>
    <vram_size type="integer">8</vram_size>
   </video_adapter>
   <ide_adapter>
    <ide_controller id="1">
     <location id="0">
      <drive_type type="integer">2</drive_type>
      <pathname>
       <absolute type="string" />
       <relative type="string" />
      </pathname>
     </location>
    </ide_controller>


Proposer une définition

Notre avis :

Votre avis :

Réactions :
0

Votants :
1

Visites :
3708

1
2
3
4
5

Définitions Précédent :

VSV

Définitions Suivant :

Crossbow

Définitions Précédent(e)(s)

04/05/2007 - VSV

04/05/2007 - MSU

04/05/2007 - Windows Remote Management

27/04/2007 - H.F.S.

25/04/2007 - Small Business Server R2

Les Définitions Suivant(e)(s)

04/05/2007 - Crossbow

04/05/2007 - Windows Mobile 6.0

04/05/2007 - V92

04/05/2007 - Photon

04/05/2007 - Silverlight




Retrouvez ci-dessous les autres sections du Laboratoire Microsoft