Share via

Screen mirroring shortcut

Anonymous
2023-01-06T13:38:03+00:00

I have a question.

How to disable those shortcuts WIN + D or WIN + left/right

I dont want to use them. It is even posibble to disable them?

Windows for home | Windows 10 | Accessibility

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Rodrigo Queiroz 77,500 Reputation points Independent Advisor
    2023-01-06T14:22:39+00:00

    Hi Zieziol,

    I'm Rodrigo and I will help you.

    There is no option on Windows Settings to disable these shortcuts.

    But, you can use The Keyboard Manager on PowerToys to disable these shortcuts.

    You can install PowerToys from the Microsoft Store here:

    https://apps.microsoft.com/store/detail/XP89DCG...

    After installing PowerToys, open it, open the Keyboard Manager > Remap a shortcut

    On the Keyboard Manager, under "Physical Shortcut", press "Type" and press the shortcut you want to disable, under "Mapped To", select "Disable" on the dropdown list, and press OK to save.

    You need to do this process with all shortcuts you want to disable.

    1 person found this answer helpful.
    0 comments No comments
  2. Rodrigo Queiroz 77,500 Reputation points Independent Advisor
    2023-01-07T13:45:03+00:00

    Another option is to use AutoHotKey to disable the shortcuts.

    Download AutoHotKey and install it:

    https://www.autohotkey.com/download/ahk-v2.exe

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Open the notepad, paste the script below and save the file changing the extension to .ahk . Double click the file and it is running, this is will disable the Win + D, Win + Left and Win + Right shortcuts.

    #d::return

    #Left::return

    #Right::return

    0 comments No comments
  3. Anonymous
    2023-01-06T15:46:56+00:00

    well thanks for your effort. I was using it but when im trying to click fast and few keys at the same time ( i mean with this keyboard shortcut) its doesnt work I need to find something to deactive it better

    0 comments No comments