1

Converting .sys to .inf file, is there any software or method to do this?

I scoured the net and could not find any software or any explaining if possible and how. Any helpful responses welcome.

1 Answers1

2

.sys and .inf files are not the same thing, nor can one be converted to another.

  • .inf files are text files that contain configuration information.
  • .sys files are compiled binary device driver files

They are often found together when installing devices on Windows operating systems.

It sounds like you are trying to install a device on your computer, you should elaborate more in your question as to what you are trying to do.

Keltari
  • 75,447