Windows 10 Notification/ Action center desktop shortcut


  1. Posts : 4
    windows
       #1

    Windows 10 Notification/ Action center desktop shortcut


    Hello,

    I'm trying to find the command line in order to open Windows 10 action Center in order to bind the "Menu" key to the action/ notification center. I couldn't find neither Win+A key code in order to switch it in sharpkeys.

    Does anyone have any suggestion?

    Thanks
      My Computer


  2. Posts : 43,006
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    the "Menu" key
    - could you explain which this is please?

    And if you mean you wish to change the hotkey from Win key + A to open the Action Centre, Autohotkey (free scripting language) can do that in 1 line.
      My Computers


  3. Posts : 4
    windows
    Thread Starter
       #3

    dalchina said:
    - could you explain which this is please?

    And if you mean you wish to change the hotkey from Win key + A to open the Action Centre, Autohotkey (free scripting language) can do that in 1 line.
    Hi,

    Thanks for the fast reply, unfortunately I Don't want to download another software just to do 1 small thing, I'm looking for a vbs command or a Windows command that allows me to do that, just like this one but for the notification center:

    Option Explicit
    Dim WshShell:Set WshShell=CreateObject("Wscript.Shell")
    WshShell.run "rundll32.exe shell32.dll,Control_RunDLL wscui.cpl", 1
    Wscript.Sleep 1000
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    Wscript.Sleep 10
    WshShell.SendKeys("{ENTER}")Option Explicit
    Dim WshShell:Set WshShell=CreateObject("Wscript.Shell")
    WshShell.run "rundll32.exe shell32.dll,Control_RunDLL wscui.cpl", 1
    Wscript.Sleep 1000
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    WshShell.SendKeys("+{TAB}")
    Wscript.Sleep 10
    WshShell.SendKeys("{ENTER}")
      My Computer


  4. Posts : 43,006
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    Thank you for your reply. Good luck.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:20.
Find Us




Windows 10 Forums