Jump to content

Recommended Posts

Posted

I'd like to disable the Intel graphics hotkeys, as the Little Darlings have discovered the keyboard shortcut to rotate the screen. At my last school / with earlier versions of Intel graphics, this could be achieved by removing the igfxhk.exe from the HKLM\Software\Microsoft\Windows\CurrentVersion\Run registry, however this version isn't listed there. I can stop it on a per-machine basis by setting the Intel Graphics HD Control Panel Service to "manual", but I'd prefer to do this by Policy.

 

Any ideas?

Posted
Almost there. If I manually add the key, it immediately disables the hotkeys, but it isn't going in via GPO (I did have to manually create the path, as it isn't present on the server, but that shouldn't matter should it?)
Posted
Just via gpo pushing out reg key
  • 2 months later...
Posted

Just thought I would add to this just in case someone stumbles upon this issue in the future as I've been working on this today. I got it working using a combination of Software Restriction Policies and updating registry for "HKEY_CURRENT_USER".

 

Software Restriction:

 

Type: Hash

Security: Disallowed

 

C:\Windows\System32\HKCMD.exe

C:\Windows\System32\IGFXTRAY.exe

C:\Windows\System32\IGFXCFG.exe

 

Registry

 

HKCU\Software\Intel\Display\igfxcui\HotKeys *Prevents Hotkeys such as CTRL ALT and arrow rotating the screen.*

 

Value Name: Enable

REG_DWORD: 0

 

HKCU\Software\Intel\Display\igfxcui\igfxtray\TrayIcon *Removes Intel menu from tray so kiddies cant re-enable hotkeys*

Value Name: ShowTrayIcon

Reg_DWORD:0

  • Thanks 2
Posted

See if this helps...

 

Put in notepad and save as a .REG file. And use a .BAT file to call the .REG file as a startup script in a GPO

 

REGEDIT4

[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\igfxcui]

 

For BAT

 

@echo off

%windir%\regedit.exe /s \\FQDN\netlogon\FileName.reg

 

HTH

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...