Make an Fat32 USB disk bootable

Requirements:

1) HP boot disk utility.

2) A folder containing MS DOS system files.

Command line I used:

HPUSBF I:  -FS:FAT32 -V:MYDEV -B:c:\usbdos

‘C:\USBDOS’ folder contains dos system files: command.com, io.sys, msdos.sys

Posted in OS. Tags: . Leave a Comment »

Stop a Virtual PC image from synchronizing the date with the host OS

To stop the VPC image from synchronizing, add the following XML section to the .VMC file:

<integration>
  <microsoft>
   ….
   <components>
    <host_time_sync>
     <enabled type="boolean">false</enabled>
    </host_time_sync>
   </components>
   ….
  </microsoft>
</integration>

Follow

Get every new post delivered to your Inbox.