How to “Clear All” Windows 10 Action Center notifications with keyboard












17














In Windows 10 desktop, is there way to "Clear All" of the Action Center notifications with the keyboard?



I know WinA will open the Action Center. But I haven't found a shortcut to dismiss the notifications.










share|improve this question






















  • Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
    – adampski
    Sep 16 '16 at 17:07












  • That doesn't seem to be working either @Homey_D_Clown_IT
    – Drew S
    Sep 19 '16 at 13:59
















17














In Windows 10 desktop, is there way to "Clear All" of the Action Center notifications with the keyboard?



I know WinA will open the Action Center. But I haven't found a shortcut to dismiss the notifications.










share|improve this question






















  • Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
    – adampski
    Sep 16 '16 at 17:07












  • That doesn't seem to be working either @Homey_D_Clown_IT
    – Drew S
    Sep 19 '16 at 13:59














17












17








17


3





In Windows 10 desktop, is there way to "Clear All" of the Action Center notifications with the keyboard?



I know WinA will open the Action Center. But I haven't found a shortcut to dismiss the notifications.










share|improve this question













In Windows 10 desktop, is there way to "Clear All" of the Action Center notifications with the keyboard?



I know WinA will open the Action Center. But I haven't found a shortcut to dismiss the notifications.







windows windows-10






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 16 '16 at 17:01









Drew S

17028




17028












  • Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
    – adampski
    Sep 16 '16 at 17:07












  • That doesn't seem to be working either @Homey_D_Clown_IT
    – Drew S
    Sep 19 '16 at 13:59


















  • Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
    – adampski
    Sep 16 '16 at 17:07












  • That doesn't seem to be working either @Homey_D_Clown_IT
    – Drew S
    Sep 19 '16 at 13:59
















Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
– adampski
Sep 16 '16 at 17:07






Can you not navigate around with arrow keys and Enter to select desired option(s) after using Win A?
– adampski
Sep 16 '16 at 17:07














That doesn't seem to be working either @Homey_D_Clown_IT
– Drew S
Sep 19 '16 at 13:59




That doesn't seem to be working either @Homey_D_Clown_IT
– Drew S
Sep 19 '16 at 13:59










3 Answers
3






active

oldest

votes


















25














Try:



WinKey + A (to open Action Center)



Shift + Tab (to set focus on "clear all")



Space






share|improve this answer

















  • 1




    I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
    – Drew S
    Sep 16 '16 at 20:23






  • 7




    A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
    – Edward Brey
    Nov 11 '16 at 2:28






  • 1




    The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
    – Robert K. Bell
    Sep 28 at 0:35





















0














For some reason, when doing that manually the solution of WinKey-A, Shift-Tab and Space, always works... but it doesn't when doing it from AutoIt.



This little script for AutoIt will either:



a) If there are any notifications, it will clear them all



b) If there aren't, it will expand or contract the buttons (Tablet, config, etc...) from below.



    Send("#a")
Sleep(100)
Send("{ENTER}")
Send("{ESC}")





share|improve this answer























  • Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
    – Drew S
    Dec 20 '16 at 21:56



















0














Try:





  • WinKey + A to open Action Center


  • WinKey + A again to close it


At this point notifications are cleared out






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%2f1125149%2fhow-to-clear-all-windows-10-action-center-notifications-with-keyboard%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    25














    Try:



    WinKey + A (to open Action Center)



    Shift + Tab (to set focus on "clear all")



    Space






    share|improve this answer

















    • 1




      I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
      – Drew S
      Sep 16 '16 at 20:23






    • 7




      A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
      – Edward Brey
      Nov 11 '16 at 2:28






    • 1




      The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
      – Robert K. Bell
      Sep 28 at 0:35


















    25














    Try:



    WinKey + A (to open Action Center)



    Shift + Tab (to set focus on "clear all")



    Space






    share|improve this answer

















    • 1




      I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
      – Drew S
      Sep 16 '16 at 20:23






    • 7




      A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
      – Edward Brey
      Nov 11 '16 at 2:28






    • 1




      The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
      – Robert K. Bell
      Sep 28 at 0:35
















    25












    25








    25






    Try:



    WinKey + A (to open Action Center)



    Shift + Tab (to set focus on "clear all")



    Space






    share|improve this answer












    Try:



    WinKey + A (to open Action Center)



    Shift + Tab (to set focus on "clear all")



    Space







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Sep 16 '16 at 17:08









    Win32Guy

    7,15322233




    7,15322233








    • 1




      I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
      – Drew S
      Sep 16 '16 at 20:23






    • 7




      A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
      – Edward Brey
      Nov 11 '16 at 2:28






    • 1




      The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
      – Robert K. Bell
      Sep 28 at 0:35
















    • 1




      I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
      – Drew S
      Sep 16 '16 at 20:23






    • 7




      A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
      – Edward Brey
      Nov 11 '16 at 2:28






    • 1




      The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
      – Robert K. Bell
      Sep 28 at 0:35










    1




    1




    I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
    – Drew S
    Sep 16 '16 at 20:23




    I may have spoke too soon. It works, but it's not ideal. Apparently shift+tab doesn't work, so you have to Tab about 7 times to get to "Clear All" :(
    – Drew S
    Sep 16 '16 at 20:23




    7




    7




    A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
    – Edward Brey
    Nov 11 '16 at 2:28




    A keyboard sequence this is. A keyboard shortcut? Seems like a bit of a longcut to me. Sadly, this may be the best that Redmond is offering us. :-(
    – Edward Brey
    Nov 11 '16 at 2:28




    1




    1




    The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
    – Robert K. Bell
    Sep 28 at 0:35






    The first Shift+Tab only focuses the settings tiles within the Action Center for me; a second press focuses the Clear All button.
    – Robert K. Bell
    Sep 28 at 0:35















    0














    For some reason, when doing that manually the solution of WinKey-A, Shift-Tab and Space, always works... but it doesn't when doing it from AutoIt.



    This little script for AutoIt will either:



    a) If there are any notifications, it will clear them all



    b) If there aren't, it will expand or contract the buttons (Tablet, config, etc...) from below.



        Send("#a")
    Sleep(100)
    Send("{ENTER}")
    Send("{ESC}")





    share|improve this answer























    • Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
      – Drew S
      Dec 20 '16 at 21:56
















    0














    For some reason, when doing that manually the solution of WinKey-A, Shift-Tab and Space, always works... but it doesn't when doing it from AutoIt.



    This little script for AutoIt will either:



    a) If there are any notifications, it will clear them all



    b) If there aren't, it will expand or contract the buttons (Tablet, config, etc...) from below.



        Send("#a")
    Sleep(100)
    Send("{ENTER}")
    Send("{ESC}")





    share|improve this answer























    • Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
      – Drew S
      Dec 20 '16 at 21:56














    0












    0








    0






    For some reason, when doing that manually the solution of WinKey-A, Shift-Tab and Space, always works... but it doesn't when doing it from AutoIt.



    This little script for AutoIt will either:



    a) If there are any notifications, it will clear them all



    b) If there aren't, it will expand or contract the buttons (Tablet, config, etc...) from below.



        Send("#a")
    Sleep(100)
    Send("{ENTER}")
    Send("{ESC}")





    share|improve this answer














    For some reason, when doing that manually the solution of WinKey-A, Shift-Tab and Space, always works... but it doesn't when doing it from AutoIt.



    This little script for AutoIt will either:



    a) If there are any notifications, it will clear them all



    b) If there aren't, it will expand or contract the buttons (Tablet, config, etc...) from below.



        Send("#a")
    Sleep(100)
    Send("{ENTER}")
    Send("{ESC}")






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Dec 20 '16 at 17:59









    kenorb

    10.7k1577111




    10.7k1577111










    answered Dec 20 '16 at 17:38









    Pablo Navarro

    1




    1












    • Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
      – Drew S
      Dec 20 '16 at 21:56


















    • Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
      – Drew S
      Dec 20 '16 at 21:56
















    Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
    – Drew S
    Dec 20 '16 at 21:56




    Odd. I couldn't get Shift+Tab to work manually. I'm on Win 10 Home 64 bit.
    – Drew S
    Dec 20 '16 at 21:56











    0














    Try:





    • WinKey + A to open Action Center


    • WinKey + A again to close it


    At this point notifications are cleared out






    share|improve this answer


























      0














      Try:





      • WinKey + A to open Action Center


      • WinKey + A again to close it


      At this point notifications are cleared out






      share|improve this answer
























        0












        0








        0






        Try:





        • WinKey + A to open Action Center


        • WinKey + A again to close it


        At this point notifications are cleared out






        share|improve this answer












        Try:





        • WinKey + A to open Action Center


        • WinKey + A again to close it


        At this point notifications are cleared out







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 12 at 17:28









        Konstantin Babiy

        1




        1






























            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%2f1125149%2fhow-to-clear-all-windows-10-action-center-notifications-with-keyboard%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?

            Grease: Live!

            When does type information flow backwards in C++?