How to get a list of drivers deployed with Windows operating systems












0














I need to create a tool that identifies drivers installed apart from the original installation and updates of a Windows operating system.



There are various tools that can be used to interrogate an installed operating system and even an offline Windows image. However, I was wondering if this information is available in other ways that would mean not having to install each of the operating systems of interest, then check again following releases of hotfixes etc. Some online catalog perhaps.



At first glance, Microsoft Update Catalog looks like the kind of thing I'm thinking of, but it does not to appear to support searching for all drivers of a given operating system. https://www.catalog.update.microsoft.com/Faq.aspx










share|improve this question
























  • Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
    – Mokubai
    Dec 6 '18 at 15:40










  • There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
    – Ramhound
    Dec 6 '18 at 15:43










  • In short, there are no shortcuts to the information.
    – harrymc
    Dec 6 '18 at 15:44










  • @Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
    – fractor
    Dec 6 '18 at 15:46






  • 1




    Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
    – Mokubai
    Dec 6 '18 at 17:11


















0














I need to create a tool that identifies drivers installed apart from the original installation and updates of a Windows operating system.



There are various tools that can be used to interrogate an installed operating system and even an offline Windows image. However, I was wondering if this information is available in other ways that would mean not having to install each of the operating systems of interest, then check again following releases of hotfixes etc. Some online catalog perhaps.



At first glance, Microsoft Update Catalog looks like the kind of thing I'm thinking of, but it does not to appear to support searching for all drivers of a given operating system. https://www.catalog.update.microsoft.com/Faq.aspx










share|improve this question
























  • Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
    – Mokubai
    Dec 6 '18 at 15:40










  • There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
    – Ramhound
    Dec 6 '18 at 15:43










  • In short, there are no shortcuts to the information.
    – harrymc
    Dec 6 '18 at 15:44










  • @Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
    – fractor
    Dec 6 '18 at 15:46






  • 1




    Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
    – Mokubai
    Dec 6 '18 at 17:11
















0












0








0







I need to create a tool that identifies drivers installed apart from the original installation and updates of a Windows operating system.



There are various tools that can be used to interrogate an installed operating system and even an offline Windows image. However, I was wondering if this information is available in other ways that would mean not having to install each of the operating systems of interest, then check again following releases of hotfixes etc. Some online catalog perhaps.



At first glance, Microsoft Update Catalog looks like the kind of thing I'm thinking of, but it does not to appear to support searching for all drivers of a given operating system. https://www.catalog.update.microsoft.com/Faq.aspx










share|improve this question















I need to create a tool that identifies drivers installed apart from the original installation and updates of a Windows operating system.



There are various tools that can be used to interrogate an installed operating system and even an offline Windows image. However, I was wondering if this information is available in other ways that would mean not having to install each of the operating systems of interest, then check again following releases of hotfixes etc. Some online catalog perhaps.



At first glance, Microsoft Update Catalog looks like the kind of thing I'm thinking of, but it does not to appear to support searching for all drivers of a given operating system. https://www.catalog.update.microsoft.com/Faq.aspx







windows drivers






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 6 '18 at 17:05

























asked Dec 6 '18 at 15:36









fractor

1215




1215












  • Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
    – Mokubai
    Dec 6 '18 at 15:40










  • There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
    – Ramhound
    Dec 6 '18 at 15:43










  • In short, there are no shortcuts to the information.
    – harrymc
    Dec 6 '18 at 15:44










  • @Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
    – fractor
    Dec 6 '18 at 15:46






  • 1




    Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
    – Mokubai
    Dec 6 '18 at 17:11




















  • Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
    – Mokubai
    Dec 6 '18 at 15:40










  • There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
    – Ramhound
    Dec 6 '18 at 15:43










  • In short, there are no shortcuts to the information.
    – harrymc
    Dec 6 '18 at 15:44










  • @Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
    – fractor
    Dec 6 '18 at 15:46






  • 1




    Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
    – Mokubai
    Dec 6 '18 at 17:11


















Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
– Mokubai
Dec 6 '18 at 15:40




Given that Windows updates itself and its drivers automatically during installation based on what is installed in the system it is going to be difficult to get a definitive list that isn't in constant flux. Drivers can be updated and uploaded to Microsoft update systems at any time.
– Mokubai
Dec 6 '18 at 15:40












There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
– Ramhound
Dec 6 '18 at 15:43




There are numerous third-party tools that will generate a list of drivers that are currently installed, but if you are trying to streamline your installation process, your best bet to simplify the process is to add those drivers to your installation image.
– Ramhound
Dec 6 '18 at 15:43












In short, there are no shortcuts to the information.
– harrymc
Dec 6 '18 at 15:44




In short, there are no shortcuts to the information.
– harrymc
Dec 6 '18 at 15:44












@Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
– fractor
Dec 6 '18 at 15:46




@Mokubai Indeed, this is the problem. The tool I need to create is to help with migration of applications from legacy operating systems and I need to suggest third-party drivers on which the application might be dependent.
– fractor
Dec 6 '18 at 15:46




1




1




Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
– Mokubai
Dec 6 '18 at 17:11






Then there is potentially an XY problem here and you are attacking it from the wrong direction. If you ask what drivers are required for a particular program to work with a specific device we might actually be able to help. That would be a new question though.
– Mokubai
Dec 6 '18 at 17:11












1 Answer
1






active

oldest

votes


















1














Negative answer : There are no databases listing which drivers will be installed
for which configuration.



The number of possible combinations of hardware devices and drivers,
both Windows-generic and third-party, is simply too large and is besides
in constant evolution.



Windows installs according to the hardware it knows about at the moment,
but this decision may change in the future.
And it's not immune from making the wrong decision
(as is found in various posts on this site).



Windows never guarantees hardware support, just does the best job it can.
In many cases human intervention is required to correct the situation.



The field of hardware versus drivers is just too disorderly for any database.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381390%2fhow-to-get-a-list-of-drivers-deployed-with-windows-operating-systems%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Negative answer : There are no databases listing which drivers will be installed
    for which configuration.



    The number of possible combinations of hardware devices and drivers,
    both Windows-generic and third-party, is simply too large and is besides
    in constant evolution.



    Windows installs according to the hardware it knows about at the moment,
    but this decision may change in the future.
    And it's not immune from making the wrong decision
    (as is found in various posts on this site).



    Windows never guarantees hardware support, just does the best job it can.
    In many cases human intervention is required to correct the situation.



    The field of hardware versus drivers is just too disorderly for any database.






    share|improve this answer


























      1














      Negative answer : There are no databases listing which drivers will be installed
      for which configuration.



      The number of possible combinations of hardware devices and drivers,
      both Windows-generic and third-party, is simply too large and is besides
      in constant evolution.



      Windows installs according to the hardware it knows about at the moment,
      but this decision may change in the future.
      And it's not immune from making the wrong decision
      (as is found in various posts on this site).



      Windows never guarantees hardware support, just does the best job it can.
      In many cases human intervention is required to correct the situation.



      The field of hardware versus drivers is just too disorderly for any database.






      share|improve this answer
























        1












        1








        1






        Negative answer : There are no databases listing which drivers will be installed
        for which configuration.



        The number of possible combinations of hardware devices and drivers,
        both Windows-generic and third-party, is simply too large and is besides
        in constant evolution.



        Windows installs according to the hardware it knows about at the moment,
        but this decision may change in the future.
        And it's not immune from making the wrong decision
        (as is found in various posts on this site).



        Windows never guarantees hardware support, just does the best job it can.
        In many cases human intervention is required to correct the situation.



        The field of hardware versus drivers is just too disorderly for any database.






        share|improve this answer












        Negative answer : There are no databases listing which drivers will be installed
        for which configuration.



        The number of possible combinations of hardware devices and drivers,
        both Windows-generic and third-party, is simply too large and is besides
        in constant evolution.



        Windows installs according to the hardware it knows about at the moment,
        but this decision may change in the future.
        And it's not immune from making the wrong decision
        (as is found in various posts on this site).



        Windows never guarantees hardware support, just does the best job it can.
        In many cases human intervention is required to correct the situation.



        The field of hardware versus drivers is just too disorderly for any database.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 6 '18 at 16:00









        harrymc

        253k12261563




        253k12261563






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381390%2fhow-to-get-a-list-of-drivers-deployed-with-windows-operating-systems%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Сан-Квентин

            Алькесар

            Josef Freinademetz