I need to suppress the Win+Alt+Space shortcut in Edge on Windows 10

Timothy Donovan 0 Reputation points
2025-01-06T14:05:02.1133333+00:00

I need a script to suppress task switch keys "winkey+alt+space"by using a low-level keyboard hook, or anything. When in a locked down edge Kiosk mode the user can press the "Win+Alt+Space" key combination and a menu will open in the upper left hand corner causing major secrity issues. I need to disable that shortcut function. I have tried Registry entries, MS PowerToys, and AutoHotKeys and all have failed I cannot suppress all HotKeys via Group policy I need the Alt+Home to work.

Thank you

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,418 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,964 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShiJieLi-MSFT 11,101 Reputation points Microsoft Vendor
    2025-01-08T02:06:47.68+00:00

    Hi @Timothy Donovan ,

    Actually, it is "Alt+Space" that calls the menu, so you can simply disable this combination. For example, you can use AutoHotKey script:

    Alt & Space::Return

    Tested in Kiosk mode and it worked just fine.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.