Programmatically open charm bar, power bar and start menu with C#

前端 未结 1 1075
一生所求
一生所求 2021-01-18 19:17

How to programatically open:

  • Charm Bar

  • Power Options

  • Start Menu

in windows 8?

I want to be able t

相关标签:
1条回答
  • 2021-01-18 19:58

    I'd bet sending the Windows key (and the other key, as needed), would be sufficient.

    Here is another post on how to do so with an API call.

    SendKeys.Send and Windows Key

    To open...

    • ... the Start Screen - just send the Windows key.
    • ... the Charms - send the Windows key + C.
    • ... the settings Charms bar (closet to the power options) - send the Windows key + I.
    0 讨论(0)
提交回复
热议问题