OfficeKeyFix

Unbinds the Office Key (Shift+Control+Alt+Win) and its related shortcuts, allowing you to use the key combinations in other applications.

You'll need to compile the script into a binary, and place it in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup so it will run on startup.

Compiling with MSVC

You must link user32.lib from Windows 10/11 SDK. The SDK can be obtained as part of VS Build Tools.

Using the Developer Command Prompt included with Build Tools:

cl /O2 .\OfficeKeyFix.c /link user32.lib