Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: bug in display / div macro

...

  1. Type "regedit" in the search field under "Start" menu or press Windows+R and enter "regedit"; press Enter to run the found applet.

    Div
    classpagebreak
     
  2. Find the "AlwaysDisableMCN" parameter in the following way:

    Div
    classcommandline

    HKEY_LOCAL_MACHINE
     + SYSTEM
        + CurrentControlSet
           + Enum
              + SCSI
                 + Disk&Ven_DEC&Prod_RWZ53_____(C)DEC  <- This one depends on Vendor and Model of your MO drive
                    + 5&fd233cf&0&000500 <- This one depends on hardware connection (SCSI ID of MO drive, location of SCSI HBA on the host's mainboard, etc ...)
                       + Device Parameters
                          + MediaChangeNotification
                             + AlwaysDisableMCN = DWORD:00000000

     

  3. Change the "AlwaysDisableMCN" parameter to "1", for example: "AlwaysDisableMCN = DWORD:00000001".

  4. Reboot the host system.

...