Windows 10 - Cannot disable signed driver installation











up vote
2
down vote

favorite












I am sick of trying to disable "only signed driver" installation on Windows 10.



I tried running as admin:



bcdedit /set testsigning on
bcdedit /set nointegritychecks off



But to no avail.

Only rebooting and using "Startup options" and then "Disable driver signature enforcement" worked. But this is one time. How can I do this permanently?



This is extremely ridiculous - I wanted to install USBasp driver (for programming AVR microcontrollers) and I couldn't...



P.S I have "Secure boot" disabled in BIOS.










share|improve this question






















  • Please see How to force Windows 7 to disable driver signature enforcement?
    – xavier_fakerat
    Oct 8 '17 at 12:05










  • bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
    – masterxilo
    Nov 23 '17 at 21:37










  • @masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
    – Wowfunhappy
    May 28 at 22:00















up vote
2
down vote

favorite












I am sick of trying to disable "only signed driver" installation on Windows 10.



I tried running as admin:



bcdedit /set testsigning on
bcdedit /set nointegritychecks off



But to no avail.

Only rebooting and using "Startup options" and then "Disable driver signature enforcement" worked. But this is one time. How can I do this permanently?



This is extremely ridiculous - I wanted to install USBasp driver (for programming AVR microcontrollers) and I couldn't...



P.S I have "Secure boot" disabled in BIOS.










share|improve this question






















  • Please see How to force Windows 7 to disable driver signature enforcement?
    – xavier_fakerat
    Oct 8 '17 at 12:05










  • bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
    – masterxilo
    Nov 23 '17 at 21:37










  • @masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
    – Wowfunhappy
    May 28 at 22:00













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I am sick of trying to disable "only signed driver" installation on Windows 10.



I tried running as admin:



bcdedit /set testsigning on
bcdedit /set nointegritychecks off



But to no avail.

Only rebooting and using "Startup options" and then "Disable driver signature enforcement" worked. But this is one time. How can I do this permanently?



This is extremely ridiculous - I wanted to install USBasp driver (for programming AVR microcontrollers) and I couldn't...



P.S I have "Secure boot" disabled in BIOS.










share|improve this question













I am sick of trying to disable "only signed driver" installation on Windows 10.



I tried running as admin:



bcdedit /set testsigning on
bcdedit /set nointegritychecks off



But to no avail.

Only rebooting and using "Startup options" and then "Disable driver signature enforcement" worked. But this is one time. How can I do this permanently?



This is extremely ridiculous - I wanted to install USBasp driver (for programming AVR microcontrollers) and I couldn't...



P.S I have "Secure boot" disabled in BIOS.







windows windows-10 drivers






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 8 '17 at 11:52









zupazt3

1112




1112












  • Please see How to force Windows 7 to disable driver signature enforcement?
    – xavier_fakerat
    Oct 8 '17 at 12:05










  • bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
    – masterxilo
    Nov 23 '17 at 21:37










  • @masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
    – Wowfunhappy
    May 28 at 22:00


















  • Please see How to force Windows 7 to disable driver signature enforcement?
    – xavier_fakerat
    Oct 8 '17 at 12:05










  • bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
    – masterxilo
    Nov 23 '17 at 21:37










  • @masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
    – Wowfunhappy
    May 28 at 22:00
















Please see How to force Windows 7 to disable driver signature enforcement?
– xavier_fakerat
Oct 8 '17 at 12:05




Please see How to force Windows 7 to disable driver signature enforcement?
– xavier_fakerat
Oct 8 '17 at 12:05












bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
– masterxilo
Nov 23 '17 at 21:37




bcdedit /set onetimeadvancedoptions on will reboot directly into startup options without any additional steps. Then you can selection option 7 there. Maybe it helps a little.
– masterxilo
Nov 23 '17 at 21:37












@masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
– Wowfunhappy
May 28 at 22:00




@masterxilo I use a Bluetooth keyboard. So every single time I want to use an unsigned driver, I need to physically get an old USB keyboard out of the cabinet, just so I can hit this one button.
– Wowfunhappy
May 28 at 22:00










2 Answers
2






active

oldest

votes

















up vote
0
down vote













I think you meant to run :



bcdedit /set testsigning off
bcdedit /set nointegritychecks on


Note the "nointegritychecks on".



In any case, the first one should have been enough and the second is not needed.
Secure Boot should also be disabled in the BIOS.



More info in the article
The TESTSIGNING Boot Configuration Option.






share|improve this answer

















  • 1




    Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
    – zupazt3
    Oct 8 '17 at 16:09










  • Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
    – harrymc
    Oct 8 '17 at 17:02






  • 1




    I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
    – zupazt3
    Oct 8 '17 at 17:19










  • Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
    – harrymc
    Oct 8 '17 at 18:52










  • @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
    – masterxilo
    Nov 23 '17 at 21:28


















up vote
-1
down vote













In all cases, you need to run:



bcdedit /set testsigning off
bcdedit /set nointegritychecks on


In some cases, this will be enough to install the driver.



In some cases, however, you will also need to do the following immediately before installing the driver:




1) Restart machine while holding down Shift key → Troubleshoot → Advanced Options → Startup Settings → Restart



2) When the Startup Settings screen appears, select "Disable Driver Signature Enforcement"




Monitor EDID overrides are an example of a type of driver that always needs the second method. I suspect, but am not sure, that the first method by itself works for drivers that have "test" signatures, whereas the second is needed for drivers that have no signature whatsoever.



Note that in my experience, performing the second method but not the first will in all cases allow the drivers to install, but cause them to cease functioning after the next reboot. Thus, the bcdedit commands are needed in all cases.





I really, really hope Microsoft reconsiders this policy in the future. This type of policy is something I expect on iOS, not my self-built PC. Even Apple's own macOS gives users the ability to permanently allow unsigned kernel extensions.



Given admin and bootloader access, I should always be able to run unsigned code on my own machine. A mechanism that needs to be re-enabled after every boot, and which cannot be performed at all with a Bluetooth keyboard, should not be acceptable in a desktop OS with wide-ranging hardware targets.






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',
    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%2f1257266%2fwindows-10-cannot-disable-signed-driver-installation%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I think you meant to run :



    bcdedit /set testsigning off
    bcdedit /set nointegritychecks on


    Note the "nointegritychecks on".



    In any case, the first one should have been enough and the second is not needed.
    Secure Boot should also be disabled in the BIOS.



    More info in the article
    The TESTSIGNING Boot Configuration Option.






    share|improve this answer

















    • 1




      Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
      – zupazt3
      Oct 8 '17 at 16:09










    • Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
      – harrymc
      Oct 8 '17 at 17:02






    • 1




      I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
      – zupazt3
      Oct 8 '17 at 17:19










    • Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
      – harrymc
      Oct 8 '17 at 18:52










    • @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
      – masterxilo
      Nov 23 '17 at 21:28















    up vote
    0
    down vote













    I think you meant to run :



    bcdedit /set testsigning off
    bcdedit /set nointegritychecks on


    Note the "nointegritychecks on".



    In any case, the first one should have been enough and the second is not needed.
    Secure Boot should also be disabled in the BIOS.



    More info in the article
    The TESTSIGNING Boot Configuration Option.






    share|improve this answer

















    • 1




      Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
      – zupazt3
      Oct 8 '17 at 16:09










    • Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
      – harrymc
      Oct 8 '17 at 17:02






    • 1




      I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
      – zupazt3
      Oct 8 '17 at 17:19










    • Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
      – harrymc
      Oct 8 '17 at 18:52










    • @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
      – masterxilo
      Nov 23 '17 at 21:28













    up vote
    0
    down vote










    up vote
    0
    down vote









    I think you meant to run :



    bcdedit /set testsigning off
    bcdedit /set nointegritychecks on


    Note the "nointegritychecks on".



    In any case, the first one should have been enough and the second is not needed.
    Secure Boot should also be disabled in the BIOS.



    More info in the article
    The TESTSIGNING Boot Configuration Option.






    share|improve this answer












    I think you meant to run :



    bcdedit /set testsigning off
    bcdedit /set nointegritychecks on


    Note the "nointegritychecks on".



    In any case, the first one should have been enough and the second is not needed.
    Secure Boot should also be disabled in the BIOS.



    More info in the article
    The TESTSIGNING Boot Configuration Option.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 8 '17 at 15:51









    harrymc

    250k10257552




    250k10257552








    • 1




      Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
      – zupazt3
      Oct 8 '17 at 16:09










    • Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
      – harrymc
      Oct 8 '17 at 17:02






    • 1




      I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
      – zupazt3
      Oct 8 '17 at 17:19










    • Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
      – harrymc
      Oct 8 '17 at 18:52










    • @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
      – masterxilo
      Nov 23 '17 at 21:28














    • 1




      Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
      – zupazt3
      Oct 8 '17 at 16:09










    • Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
      – harrymc
      Oct 8 '17 at 17:02






    • 1




      I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
      – zupazt3
      Oct 8 '17 at 17:19










    • Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
      – harrymc
      Oct 8 '17 at 18:52










    • @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
      – masterxilo
      Nov 23 '17 at 21:28








    1




    1




    Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
    – zupazt3
    Oct 8 '17 at 16:09




    Yep, I just made a typo. Of course I run "nointegritychecks on". But that doesn't work. After "testsigning on" I had a watermark on the bottom-right corner of my desktop, but I still wasn't able to install the driver. I don't see anything new in the article linked.
    – zupazt3
    Oct 8 '17 at 16:09












    Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
    – harrymc
    Oct 8 '17 at 17:02




    Are you sure that the driver fits your Windows version? Maybe a problem of 32 vs. 64 bits.
    – harrymc
    Oct 8 '17 at 17:02




    1




    1




    I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
    – zupazt3
    Oct 8 '17 at 17:19




    I am sure because I have installed the driver successfully by booting with a "Disable driver signature enforcement" option. I'm even using right now this device (USBasp). But for future I want to be able to install what I want and not only signed drivers.
    – zupazt3
    Oct 8 '17 at 17:19












    Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
    – harrymc
    Oct 8 '17 at 18:52




    Weird. This goes against my experience in Windows 7 and every article I have read on the subject. Perhaps in Windows 10 dear Microsoft has decided to disable this option as a security measure. After all, it is a rather huge security risk.
    – harrymc
    Oct 8 '17 at 18:52












    @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
    – masterxilo
    Nov 23 '17 at 21:28




    @zupazt3 I have exactly the same problem. There's a certain driver that I cannot install, even in test-mode and with nointegritychecks on. I can only install it by manually going to the "Startup Settings" during boot and selecting "7) Disable Driver signature enforcement"
    – masterxilo
    Nov 23 '17 at 21:28












    up vote
    -1
    down vote













    In all cases, you need to run:



    bcdedit /set testsigning off
    bcdedit /set nointegritychecks on


    In some cases, this will be enough to install the driver.



    In some cases, however, you will also need to do the following immediately before installing the driver:




    1) Restart machine while holding down Shift key → Troubleshoot → Advanced Options → Startup Settings → Restart



    2) When the Startup Settings screen appears, select "Disable Driver Signature Enforcement"




    Monitor EDID overrides are an example of a type of driver that always needs the second method. I suspect, but am not sure, that the first method by itself works for drivers that have "test" signatures, whereas the second is needed for drivers that have no signature whatsoever.



    Note that in my experience, performing the second method but not the first will in all cases allow the drivers to install, but cause them to cease functioning after the next reboot. Thus, the bcdedit commands are needed in all cases.





    I really, really hope Microsoft reconsiders this policy in the future. This type of policy is something I expect on iOS, not my self-built PC. Even Apple's own macOS gives users the ability to permanently allow unsigned kernel extensions.



    Given admin and bootloader access, I should always be able to run unsigned code on my own machine. A mechanism that needs to be re-enabled after every boot, and which cannot be performed at all with a Bluetooth keyboard, should not be acceptable in a desktop OS with wide-ranging hardware targets.






    share|improve this answer

























      up vote
      -1
      down vote













      In all cases, you need to run:



      bcdedit /set testsigning off
      bcdedit /set nointegritychecks on


      In some cases, this will be enough to install the driver.



      In some cases, however, you will also need to do the following immediately before installing the driver:




      1) Restart machine while holding down Shift key → Troubleshoot → Advanced Options → Startup Settings → Restart



      2) When the Startup Settings screen appears, select "Disable Driver Signature Enforcement"




      Monitor EDID overrides are an example of a type of driver that always needs the second method. I suspect, but am not sure, that the first method by itself works for drivers that have "test" signatures, whereas the second is needed for drivers that have no signature whatsoever.



      Note that in my experience, performing the second method but not the first will in all cases allow the drivers to install, but cause them to cease functioning after the next reboot. Thus, the bcdedit commands are needed in all cases.





      I really, really hope Microsoft reconsiders this policy in the future. This type of policy is something I expect on iOS, not my self-built PC. Even Apple's own macOS gives users the ability to permanently allow unsigned kernel extensions.



      Given admin and bootloader access, I should always be able to run unsigned code on my own machine. A mechanism that needs to be re-enabled after every boot, and which cannot be performed at all with a Bluetooth keyboard, should not be acceptable in a desktop OS with wide-ranging hardware targets.






      share|improve this answer























        up vote
        -1
        down vote










        up vote
        -1
        down vote









        In all cases, you need to run:



        bcdedit /set testsigning off
        bcdedit /set nointegritychecks on


        In some cases, this will be enough to install the driver.



        In some cases, however, you will also need to do the following immediately before installing the driver:




        1) Restart machine while holding down Shift key → Troubleshoot → Advanced Options → Startup Settings → Restart



        2) When the Startup Settings screen appears, select "Disable Driver Signature Enforcement"




        Monitor EDID overrides are an example of a type of driver that always needs the second method. I suspect, but am not sure, that the first method by itself works for drivers that have "test" signatures, whereas the second is needed for drivers that have no signature whatsoever.



        Note that in my experience, performing the second method but not the first will in all cases allow the drivers to install, but cause them to cease functioning after the next reboot. Thus, the bcdedit commands are needed in all cases.





        I really, really hope Microsoft reconsiders this policy in the future. This type of policy is something I expect on iOS, not my self-built PC. Even Apple's own macOS gives users the ability to permanently allow unsigned kernel extensions.



        Given admin and bootloader access, I should always be able to run unsigned code on my own machine. A mechanism that needs to be re-enabled after every boot, and which cannot be performed at all with a Bluetooth keyboard, should not be acceptable in a desktop OS with wide-ranging hardware targets.






        share|improve this answer












        In all cases, you need to run:



        bcdedit /set testsigning off
        bcdedit /set nointegritychecks on


        In some cases, this will be enough to install the driver.



        In some cases, however, you will also need to do the following immediately before installing the driver:




        1) Restart machine while holding down Shift key → Troubleshoot → Advanced Options → Startup Settings → Restart



        2) When the Startup Settings screen appears, select "Disable Driver Signature Enforcement"




        Monitor EDID overrides are an example of a type of driver that always needs the second method. I suspect, but am not sure, that the first method by itself works for drivers that have "test" signatures, whereas the second is needed for drivers that have no signature whatsoever.



        Note that in my experience, performing the second method but not the first will in all cases allow the drivers to install, but cause them to cease functioning after the next reboot. Thus, the bcdedit commands are needed in all cases.





        I really, really hope Microsoft reconsiders this policy in the future. This type of policy is something I expect on iOS, not my self-built PC. Even Apple's own macOS gives users the ability to permanently allow unsigned kernel extensions.



        Given admin and bootloader access, I should always be able to run unsigned code on my own machine. A mechanism that needs to be re-enabled after every boot, and which cannot be performed at all with a Bluetooth keyboard, should not be acceptable in a desktop OS with wide-ranging hardware targets.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 27 at 20:06









        Wowfunhappy

        2091215




        2091215






























            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%2f1257266%2fwindows-10-cannot-disable-signed-driver-installation%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

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!