Prevent Ctrl+Alt+S from trying to open HP System Information

0

On my HP laptop, pressing Ctrl+Alt+S in any program opens HP System Information, as well as doing the appropriate function in the active program. I use this combination a fair bit, so it's very annoying to have to keep closing this pop-up window.

There is a proper fix, but it's only for Windows Vista and 7.

The solution given on the HP forums for Windows 8 & 10 is to delete/rename the pop-up program's .exe file. However, if an HP update is run on the computer, the program is restored. Other solutions work for Windows earlier than 8, e.g. searching for the shortcut and deleting the shortcut key. I'm wondering if there's a permanent solution, e.g. editing a hidden shortcut or the Windows registry?

CJ Dennis

Posted 2018-08-12T12:46:23.120

Reputation: 805

"I use this combination a fair bit" – so do Polish users. Interesting story: The curious case of the disappearing Polish S.

– Kamil Maciorowski – 2018-08-12T13:03:15.120

Answers

0

A few things to try:

  • Nirsoft's ShortcutsMan can display and disable some keyboard shortcuts, though not those built into the OS. It depends on how HP has hooked into message handling.
  • Use a third-party tool such as AutoHotkey to intercept the key before HP gets it.
  • Write a short batch file to rename HP's executable. It lessens the nuisance of doing it manually for each update. sigh

DrMoishe Pippik

Posted 2018-08-12T12:46:23.120

Reputation: 13 291

The AutoHotkey idea wouldn't work. AHK can direct a key combination to a single program, so if it was capable of blocking HP, it would only work in one program.You would also have to map it to the correct function rather than letting the program handle the key combination itself. – CJ Dennis – 2018-08-12T21:40:19.950

ShortcutsMan shows only one shortcut with a hotkey, and unfortunately it's not Ctrl+Alt+S, so maybe HP has hooked directly into Windows. – CJ Dennis – 2018-08-15T03:17:42.787

0

Option 1(delete HPSysInfo.exe):

  1. Delete "C:\Program Files (x86)\HP\HP Hotkey Support\HPSysInfo.exe"

  2. Try ctrl+alt+s, a window will pop up asking if you want to remove "ctrl+alt+s" shortcut key, just click yes.

Option 2(avoid deleting HPSysInfo.exe):

  1. 7-Zip HPSysInfo.exe to a place of you choice, and delete the original HPSysInfo.exe

  2. Try ctrl+alt+s, a window will pop up asking if you want to remove "ctrl+alt+s" shortcut key, just click yes.

  3. Now you can either unzip HPSysInfo.exe and copy it back to its original directory or do nothing.

jiangmouren

Posted 2018-08-12T12:46:23.120

Reputation: 1