Windows 10: Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys

Discus and support Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys in Windows 10 Gaming to solve the problem; I have a cat. She is lovely, but likes to rest on my keyboard from time to time. I would rather this not open Word, Excel, etc.Some Googling revealed... Discussion in 'Windows 10 Gaming' started by cactosando, Nov 14, 2023.

  1. Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys


    I have a cat. She is lovely, but likes to rest on my keyboard from time to time. I would rather this not open Word, Excel, etc.Some Googling revealed that these hotkeys to open Office apps can't be easily disabled, which seems like a crude oversight. There is no world where I would ever decide to open Word by pressing ALT+SHIFT+CTRL+WIN+W. I do not know how to specifically disable the various app hotkeys in registry. Fixes with AutoHotKey to block the combination or with a startup script to kill Explorer and take control before rebooting Explorer all seem convoluted and hacky.Surely there is a

    :)
     
    cactosando, Nov 14, 2023
    #1
  2. illaccc Win User

    Unable to configure hotkeys with Ctrl+Shift+Alt+<key>


    Hi There!

    Greetings!!

    Unable to configure hotkey combination Ctrl+Shift+Alt+<key>. When tried to set it, Key strokes Ctrl+Shift+Alt are detected but combination key is not accepting. Able to configure other hotkey combinations like CTRL+Alt+<key> or Ctrl+<key> or Alt+<key>

    Laptop: HP elitebook 8440p
    Processor: Intel core i5
    Graphic: Intel
    OS: Windows 10

    Appreciate any help in this matter

    Thank you
     
    illaccc, Nov 14, 2023
    #2
  3. Lexikos Win User
    How do I disable specific windows 10/Office Keyboard Shortcut (CTRL+SHIFT+WIN+ALT+D)

    AutoHotkey can be used to override most keyboard shortcuts - generally the only exceptions are Ctrl+Alt+Del and Win+L.

    One complication in this case is that AutoHotkey does not block the modifier keys, since doing so would interfere with their normal function. For example, the hotkey ^!+#d:: would suppress the D key, but only after the four modifier keys have already been passed through to the OS and the active window. In effect, the operating system's keyboard shortcut recognizer sees only Ctrl+Alt+Shift+Win instead of Ctrl+Alt+Shift+Win+D, so instead of opening OneDrive, it opens the Office app or website.

    The same generally applies to the Win and Alt keys, which normally activate the Start menu or a window menu. However, in those cases AutoHotkey automatically "masks" the menu by sending a key (LCtrl by default, but it can be overridden with #MenuMaskKey). After the operating system's keyboard shortcut recognizer sees that Win or Alt is used in combination with another key, it avoids activating the menu when the Win or Alt key is released.

    A future update to AutoHotkey might add this masking for ^!+#, but as of v1.1.30.03 it is not done. Masking the shortcut manually is just a case of sending a key.

    Disable OneDrive Shortcut (Ctrl+Alt+Shift+Win+D)

    The following script for AutoHotkey v1.x disables Ctrl+Alt+Shift+Win+D:

    Disable Office Shortcut (Ctrl+Alt+Shift+Win)

    Since the main Office shortcut can be activated by combining the modifier keys in any order, suppressing it requires several hotkeys; one for each "suffix" key:

    Other Shortcuts

    According to my experimentation on Windows 10 build 18362.10014, the following Ctrl+Alt+Shift+Win shortcuts also exist: Word, Teams, Yammer, Outlook/Mail, PowerPoint, LinkedIn, Excel and OneNote.

    Which program snatches the keyboard shortcut?

    It is likely that the letter-key shortcuts are handled in the same manner as all other hotkeys registered with RegisterHotkey; that is, they are registered by a program (Explorer in this case), and are deregistered when that program exits or is terminated.

    • One can exit Explorer by Ctrl+Shift-clicking on the taskbar and selecting "Exit Explorer".
    • If Explorer is not running when the script starts, the hotkey ^!+#d:: is typically able to be registered by AutoHotkey - ListHotkeys shows the "reg" method.
    • If Explorer is running when the script starts, the hotkey ^!+#d:: cannot be registered, so AutoHotkey falls back to using the keyboard hook - ListHotkeys shows the "k-hook" method.
    • If Explorer is restarted after the script has registered ^+!#d:: with RegisterHotkey, the built-in hotkey does not work even if AutoHotkey is terminated, until Explorer is restarted. This can be explained by the fact that RegisterHotkey will fail if the hotkey has already been registered by any process.

    This can also be observed with the more traditional shortcuts, such as Win+E, but not Win+L, which is likely implemented at a lower level for security reasons.

    However, the main Office shortcut (Ctrl+Alt+Shift+Win) does not behave this way, and cannot be disabled by simply defining a hotkey that does nothing. This is likely due to the fact that it activates when a modifier key is released, not when it is pressed.

    The Office app does not appear to be responsible for registration of the shortcuts. If the Office app is "uninstalled" via the Settings app, pressing Ctrl+Alt+Shift+Win reinstalls the Office app and then opens it. If the app is completely removed via PowerShell, the shortcut opens the Office website instead.

    On my system, the OneDrive shortcut shows an error message (Windows cannot find OneDrive.exe) and then opens the OneDrive website, undoubtedly because I have uninstalled OneDrive.

    Admin Privileges

    ... are not needed for overriding system-defined hotkeys. However, if the active window is running at a higher integrity level than AutoHotkey, hotkeys implemented with the keyboard hook (such as all of the above) will typically not work. This is due to a security feature called User Interface Privilege Isolation, which can be bypassed by Running with UI Access. While running as admin grants admin privileges to the script and any programs that it launches, running with UI Access only permits the script to bypass UIPI.
     
    Lexikos, Nov 14, 2023
    #3
  4. Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys

    Ctrl Shift Win Alt keys not working

    Hi,

    Just as the title suggests my shift, ctrl, win alt keys are not working. I have tried turning off sticky keys and other solutions online but the issue remains the same. This is the second time it happened, the first time was resolved when I had a BIOS firmware update but now this also didn't work.

    Moderator note < made few words are bold >
     
    Omar Alotaibi, Nov 14, 2023
    #4
Thema:

Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys

Loading...
  1. Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys - Similar Threads - Disabling Office Key

  2. Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys

    in Windows 10 Software and Apps
    Disabling Office Key ALT+SHIFT+CTRL+WIN hotkeys: I have a cat. She is lovely, but likes to rest on my keyboard from time to time. I would rather this not open Word, Excel, etc.Some Googling revealed that these hotkeys to open Office apps can't be easily disabled, which seems like a crude oversight. There is no world where I...
  3. Ctrl Shift Win Alt keys not working

    in Windows 10 Gaming
    Ctrl Shift Win Alt keys not working: Hi, Just as the title suggests my shift, ctrl, win alt keys are not working. I have tried turning off sticky keys and other solutions online but the issue remains the same. This the second time it happened, the first time was resolved when I had a BIOS firmware update but now...
  4. Ctrl Shift Win Alt keys not working

    in Windows 10 Software and Apps
    Ctrl Shift Win Alt keys not working: Hi, Just as the title suggests my shift, ctrl, win alt keys are not working. I have tried turning off sticky keys and other solutions online but the issue remains the same. This the second time it happened, the first time was resolved when I had a BIOS firmware update but now...
  5. There is a problem with my shift, alt, and ctrl keys.

    in Windows 10 Gaming
    There is a problem with my shift, alt, and ctrl keys.: So here im playing this game Roblox™ and they have this mouse feature they call "shiftlock" and its activated by the shift key, but the problem im having is that its being activated by the CTRL key and another thing that annoys me is that normally you click the key once to...
  6. Ctrl, Alt, and Shift Key not triggering separately.

    in Windows 10 Software and Apps
    Ctrl, Alt, and Shift Key not triggering separately.: I have an HP Pavilion Gaming Laptop running Windows 11 all corresponding specs will be dropped after the message here. I have seem to run into an issue with my main functional keys not working correctly. My control, alt, and shift keys when pressed should trigger separately...
  7. Is it possible to turn of the Hyper key to open Microsoft Office? (ALT+CTRL+SHIFT+WIN)

    in Windows 10 Ask Insider
    Is it possible to turn of the Hyper key to open Microsoft Office? (ALT+CTRL+SHIFT+WIN): I have an programmable keyboard and I have bound several of my keys to be "HYPER+A Letter", however, when I try to use anyone of these on Windows 10 it automatically opens the website for Microsoft office since Windows 10 apperently have bound Hyper to be that. I have tried...
  8. Disable <Shift><Ctrl><Windows><Alt> from opening the "Login to Office

    in Microsoft Office and 365
    Disable <Shift><Ctrl><Windows><Alt> from opening the "Login to Office: Micro$oft has added a new "feature" to Windows 10: If you (accidentally) press <Shift><Ctrl><Windows><Alt>, your web browser will open the "Login to Office 365" webpage. This happens even if M$ Office is not installed. If you have a cat that likes to jump on the table when...
  9. Where do i disable hotkey ctrl+shift

    in Windows 10 Customization
    Where do i disable hotkey ctrl+shift: Like ive been 2 hours searching for the answer, cause this shortcut is very big problem to me, whenever I play games, I need to lets say crouch and run at the same time and that changes my language and i cant switch items (1,2,3,4,5...), I cant delete my second language, i...
  10. Unable to configure hotkeys with Ctrl+Shift+Alt+<key>

    in Windows 10 Support
    Unable to configure hotkeys with Ctrl+Shift+Alt+<key>: Hi There! Greetings!! Unable to configure hotkey combination Ctrl+Shift+Alt+<key>. When tried to set it, Key strokes Ctrl+Shift+Alt are detected but combination key is not accepting. Able to configure other hotkey combinations like CTRL+Alt+<key> or Ctrl+<key> or...