Windows는 특별히 게임용이 아닌 일반적인 컴퓨터 사용을 위해 설계되었습니다. Windows 키, Alt+Tab 및 고정 키와 같은 기타 키보드 단축키를 사용하면 전체 화면 게임에서 빠져나와 바탕 화면으로 돌아갈 수 있습니다. 다행히도 이 기능을 비활성화하는 것이 매우 쉬워서 중단 없이 게임 세션을 즐길 수 있습니다.
Windows PC에서 Windows 키를 비활성화할 수 있는 몇 가지 방법이 있습니다. 모든 방법을 자세히 살펴보겠습니다.
컴퓨터에서 Windows 키를 비활성화하는 가장 좋은 방법 중 하나는 레지스트리 편집기를 사용하는 것입니다. 그러나 시작하기 전에 레지스트리를 백업하고 복원 지점을 만드는 것이 중요합니다. 이렇게 하면 편집 과정에서 문제가 발생하더라도 데이터가 안전하게 유지됩니다.
시작 메뉴를 열고 검색 창에 레지스트리 편집기를 입력한 다음 Enter 키를 누르세요.
레지스트리 편집기에서 다음 위치로 이동합니다.
<code class="hljs ">HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlKeyboard Layout</code>
"키보드 레이아웃" 키를 마우스 오른쪽 버튼으로 클릭하고 "새로 만들기"를 선택한 다음 "이진 값"을 선택합니다. 그런 다음 값의 이름을 "Scancode Map"으로 지정합니다.
"Scancode Map" 값을 마우스 오른쪽 버튼으로 클릭하고 "수정"을 선택하세요.
"값 데이터" 필드에 다음 값을 입력하고 "확인"을 클릭하세요.
<code class="hljs xml">00, 00, 00, 00, 00, 00, 00, 0003, 00, 00, 00, 00, 00, 5B, E0,00, 00, 5C, E0, 00, 00, 00, 00</code>
그런 다음 컴퓨터를 다시 시작하면 Windows 키가 더 이상 작동하지 않는 것을 확인할 수 있습니다. 나중에 Windows 키를 다시 활성화하려면 레지스트리 편집기에서 "Scancode Map" 바이너리 값을 삭제하기만 하면 Windows 키가 다시 작동하기 시작합니다.
Windows Pro 또는 Enterprise 버전을 사용하는 경우 로컬 그룹 정책 편집기를 사용하여 컴퓨터에서 Windows 키를 비활성화할 수 있습니다. 이렇게 하려면 로컬 그룹 정책 편집기를 열고 다음 위치로 이동합니다.
<code class="hljs xml">User Configuration > Administrative Templates > Windows Components > File Explorer</code>
오른쪽 창에서 "Windows 키 단축키 끄기" 정책을 두 번 클릭합니다.
"사용"을 선택한 다음 "적용"과 "확인"을 클릭하세요.
그런 다음 컴퓨터를 다시 시작하여 변경 사항을 확인하세요. Windows 키를 다시 활성화하려면 "Windows 키 단축키 끄기" 정책을 "사용 안 함" 또는 "구성되지 않음"으로 구성해야 합니다.
Microsoft PowerToys는 Windows PC에서 키를 비활성화할 수 있는 Microsoft의 무료 앱입니다. 이를 사용하여 Windows 키를 비활성화하려면 먼저 Microsoft Store에서 설치한 다음 엽니다.
왼쪽 사이드바에서 "키보드 관리자"를 선택한 다음 오른쪽 창에서 "키 다시 매핑"을 클릭하세요.
"키 재매핑 추가"를 선택하세요.
"선택" 버튼을 클릭한 다음 키보드에서 "Windows" 키를 누르세요. 키를 선택한 후 "확인"을 클릭하세요.
"보내기" 드롭다운 메뉴에서 "비활성화"를 선택하세요.
Click "OK" and then select "Continue Anyway" to confirm disabling the Windows key.
When you want to start using the Windows key again, simply click the trash icon next to the key.
If you have a gaming keyboard, it likely has dedicated software that lets you configure how the keys work. Most gaming keyboards also have a gaming mode that, when enabled, disables keys that might interrupt your gaming session, including the Windows key.
For example, if you have an Alienware keyboard, you can use the Fn+F6 key combination to enable gaming mode. If you're unaware of the key combination for your keyboard, check the user manual for more information.
Pressing Alt+Tab opens the app switcher, which lets you see and switch between different programs running on your computer. However, you might not want to hit this key combination during an intense gaming session because it will minimize your game. You can prevent this from happening by temporarily disabling this shortcut.
Similar to disabling the Windows key, you can also use Microsoft PowerToys to turn off the Alt+Tab shortcut. To do this, open Microsoft PowerToys, go to "Keyboard Manager," select "Remap a Shortcut," and then click "Add Shortcut Remapping."
Click the pen icon next to "Shortcut," press the "Alt+Tab" keys together, and click "OK."
Choose "Disable" from the "Shortcut" dropdown menu under the "To" section.
Click "OK" to confirm the change.
When you're finished gaming on your computer, you can enable this shortcut combination again by clicking the trash can icon next to it.
AutoHotkey is a popular third-party tool that helps you manage keyboard shortcuts on your Windows computer. It allows you to disable specific keys or key combinations. To use it to disable the Alt+Tab shortcut, first, download and install AutoHotkey on your computer. Then, right-click anywhere on your desktop, select "New," and then "AutoHotkey Script."
Give a name to the script file and press Enter.
Right-click on the newly created script file, choose "Open With," and select "Notepad."
Clear any default text in the Notepad document, paste the following codes and press Ctrl+S to save the changes.
<code class="hljs xml">#=::Return; Disable Alt+Tab!Tab::Return</code>
Go back to your desktop, right-click on the script file again, select "Show More Options," and then choose "Run Script."
이제 Alt+Tab 단축키가 비활성화됩니다. 다시 활성화하려면 시스템 트레이에서 AutoHotkey 아이콘을 마우스 오른쪽 버튼으로 클릭하고 "종료"를 선택하세요.
Windows 10과 11 모두 설정 앱에 고정 키 전용 토글이 있습니다. 이 토글을 사용하여 켜거나 끌 수 있습니다. Windows 10에서 고정 키를 비활성화하려면 설정 메뉴를 열고 "접근성"을 선택하세요.
왼쪽 사이드바에서 "키보드"를 선택하고 오른쪽에 있는 "고정 키 사용" 토글을 비활성화하세요.
그런 다음 "고정 키를 시작하려면 바로 가기 키 허용" 상자를 선택 취소하세요.
Windows 11의 경우 설정을 열고 왼쪽에서 "접근성"을 선택한 다음 오른쪽에서 "고정 키" 토글 스위치를 비활성화합니다.
"고정 키" 옵션을 클릭하고 키보드 단축키를 비활성화하세요.
바로 그거예요! Windows 컴퓨터에서 고정 키를 성공적으로 비활성화했습니다. 나중에 다시 활성화하려면 토글을 다시 켜면 됩니다.
이것은 Windows 컴퓨터에서 특정 키와 키보드 단축키를 비활성화하는 방법에 관한 것입니다. 이제 실수로 해당 키를 누르지 않고도 중단 없이 게임 세션을 즐길 수 있습니다. 그러나 이러한 키와 단축키를 나중에 다시 활성화해야 한다는 점을 기억하세요. 영구적으로 비활성화된 상태로 두면 Windows의 일반적인 작업 흐름이 중단될 수 있기 때문입니다.
위 내용은 Windows 키, Alt+Tab 및 고정 키가 게임을 망치는 것을 방지하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!