I wonder what “limited lifetime warranty” means.

  • lattrommi
    link
    fedilink
    English
    arrow-up
    9
    ·
    20 days ago

    just in case someone sticks it in a working drive, add a file to the floppy named

    autorun.inf

    and add the following to it with a text editor:

    [autorun]
    open=Microsoft.Media.Player.exe
    icon=icon.ico
    

    while i doubt it will actually work, if it does, it would be quite hilarious in my opinion. there’s probably, hopefully, safeguards that prevent such a thing from working and i likely have the syntax wrong, i haven’t used windows in years.

      • Malfeasant@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        19 days ago

        I don’t think the OS was sophisticated enough to tell the difference… A drive letter is a drive letter…

        • Ziglin@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          18 days ago

          There are USB headers, PCI(-E) slots, SATA and some older ones. To get storage devices working on each one you will need a different driver.

          Windows disabled autorun for USB sticks before win10.

          Also if you list the devices on Linux they will show up as sd(a, b, c…) for SSDs, hd(a, b, c…) for HDDs and nvmen(0,1,2…) for NVMe drives. So yes the OS must be able to differentiate.

          Windows assigning letters is just weird IMO.

          Also to my knowledge the floppy would show up as disk A on Windows.