Disable Control X cut action in windows 10

lijo kurian jacob 191 Reputation points
2021-07-27T09:37:33.84+00:00

I wanted to Disable the cut action by control & X key in windows 10 so that users wont use that shortcut to cut any files.

I cannot restrict the folder using the Folder permission as the system is loaded with an application which requires full control to the folder. We don't want users to cut the files inside the folder. Please suggest a way forward.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,097 questions
0 comments No comments
{count} votes

Accepted answer
  1. lijo kurian jacob 191 Reputation points
    2021-08-05T07:27:13.037+00:00

    https://www.autohotkey.com/

    https://www.autohotkey.com/docs/misc/Override.htm

    I used AutoHotkey and with its scipt I have successfully disabled ctrl X. AutoHotKey is so powerful , you could configure it to disable/enable the key combinations specific to Apps and Folders as well. it have inbuilt script converter also to convert the script as an EXE file.

    Thanks everyone for all your responses.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Teemo Tang 11,411 Reputation points
    2021-07-28T01:36:38.78+00:00

    Check this similar case for a hint:
    “For disabling any physical key on the keyboard is a registry entry too.
    It's in [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    You create a key with the name Scancode Map. It can redirect any key to another key or disable it.”
    https://superuser.com/questions/1131889/disable-all-keyboard-shortcuts-in-windows

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    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.


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.