How to disable "DEL" and "CTRL" key for a particular user in Windows 10

Naveen Vuppala 21 Reputation points
2024-01-04T16:41:42.11+00:00

I would like to disable del key for a windows explorer for a particular user on Windows 10, can you help how can we achieve this.CTRL key also

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-01-05T06:42:58.68+00:00

    Hello Naveen Vuppala,

    Here are the steps you can try:

    1. Press the Windows key + R to open the Run dialog box.
    2. Type "regedit" and press Enter to open the Registry Editor.
    3. Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    4. Right-click on the Explorer key and select New > DWORD (32-bit) Value.
    5. Name the new value "NoDeleteKey" and set its value to 1.
    6. Right-click on the Explorer key again and select New > DWORD (32-bit) Value.
    7. Name the new value "NoCtrlKey" and set its value to 1.
    8. Close the Registry Editor and restart the computer.

    After completing these steps, the user will no longer be able to use the Delete key or the Ctrl key in Windows Explorer. Please note that modifying the registry can be risky, so it's important to back up your registry before making any changes.

    Best Regards,
    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

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.