Describes how to turn on hot-keys in IGCC without accessing the application's User Interface.
Is it possible to enable or activate the hot-keys in IGCC without accessing the user interface?
For example, if the activation of hot-keys needs to be distributed to a whole set of users.
It may be possible to enable hot-keys by default through a modification to the Windows Registry. However please note that alterations to the Windows Registry may result in OS stability issues and other catastrophic results if not done properly, thus is not encourage or supported by Intel.
If you still wish to proceed, follow these steps:
- Open the Windows Registry editor by typing regedit.exe in the Windows 10 Search box.
- Navigate to the following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
- Add a new dword key and name it EnableHotkeys. If EnableHotkeys already exists then skip to step 4.
Note It is case sensitive, so you must respect all capital letters. - Change its value to 1.
- Click and restart the computer.