Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. When does windows read its inf files?

When does windows read its inf files?

Scheduled Pinned Locked Moved Hardware & Devices
question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    __John_
    wrote on last edited by
    #1

    When does windows read its inf (usb driver) files? Does it do it during the boot process? Or as part of device enumeration? Or something else? Thanks.

    “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford

    M L 2 Replies Last reply
    0
    • _ __John_

      When does windows read its inf (usb driver) files? Does it do it during the boot process? Or as part of device enumeration? Or something else? Thanks.

      “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford

      M Offline
      M Offline
      Mohibur Rashid
      wrote on last edited by
      #2

      info file is read by windows when you insert your USB to your machine(under some condition). It also can by executed by windows when you double click on the drive icon in mycomputer. In my case, I never let info file to be executed. If I see any info file I dont care the owner of the usb device, I simply delete the file.

      I wish I could believe there is an after life.

      L 1 Reply Last reply
      0
      • M Mohibur Rashid

        info file is read by windows when you insert your USB to your machine(under some condition). It also can by executed by windows when you double click on the drive icon in mycomputer. In my case, I never let info file to be executed. If I see any info file I dont care the owner of the usb device, I simply delete the file.

        I wish I could believe there is an after life.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        This is bad advice, ignore it.

        1 Reply Last reply
        0
        • _ __John_

          When does windows read its inf (usb driver) files? Does it do it during the boot process? Or as part of device enumeration? Or something else? Thanks.

          “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          An inf file is a setup file. It associates a hardware ID, such as you will see in the Manufacturers section, with various registry entires, the most important of which is the service entry since it determines the form of the HKLM\sys\CCS\Services\ entry for that device (or filter or whatever). You will also get a Hardware entry in the Registry that associates that Service for a particular Hardware ID, if it is a driver for hardware. Check the DDK/WDK for more info on inf files and driver installation.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups