How to disable certain keyboard combinations in kiosk mode via provisioned package

sukumar ganesan 0 Reputation points
2024-02-29T21:49:05.87+00:00

How to disable certain keyboard combinations in kiosk mode via provisioned package

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,494 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Wesley Li 8,345 Reputation points
    2024-03-01T10:50:10.5566667+00:00

    Hello

    To disable certain keyboard combinations in kiosk mode, you can modify the Windows Registry. Here’s a method to disable the Ctrl + Alt + Del combination:

     

    1.Save the following text into a text file named disable_Ctrl_Alt_Del.reg:

     

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]

    "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,4d,e0,1d,e0,4b,e0,1d,00,\

    00,00,00,00

     

    2.Double click the file to apply the changes to the registry.

    3.Shutdown and restart your computer.

     

    This method blocks all hotkeys using Ctrl/Alt/Del, including Ctrl + C and Ctrl + V. Please be aware that this will affect all users on the computer, not just the kiosk mode.

     

    Before making any changes to the registry, it’s recommended to back up your registry.

     

    This method might not work for all keyboard combinations, and it might not be the best solution for a corporate environment. For more advanced settings, you might need to use Group Policy settings or third-party software.

    0 comments No comments

  2. Wesley Li 8,345 Reputation points
    2024-03-01T10:50:20.74+00:00

    Hello

    To disable certain keyboard combinations in kiosk mode, you can modify the Windows Registry. Here’s a method to disable the Ctrl + Alt + Del combination:

     

    1.Save the following text into a text file named disable_Ctrl_Alt_Del.reg:

     

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]

    "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,4d,e0,1d,e0,4b,e0,1d,00,\

    00,00,00,00

     

    2.Double click the file to apply the changes to the registry.

    3.Shutdown and restart your computer.

     

    This method blocks all hotkeys using Ctrl/Alt/Del, including Ctrl + C and Ctrl + V. Please be aware that this will affect all users on the computer, not just the kiosk mode.

     

    Before making any changes to the registry, it’s recommended to back up your registry.

     

    This method might not work for all keyboard combinations, and it might not be the best solution for a corporate environment. For more advanced settings, you might need to use Group Policy settings or third-party software.

    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.