Windows 키는 대부분 의 경우 유용한 단축키입니다. 그러나 일부에게는 실망스럽습니다. 다행히도 Windows(Windows) 키 를 비활성화하는 방법에는 여러 가지가 있습니다. AutoHotkey 와 같은 타사 도구 에서 운영 체제의 기본 제공 설정에 이르기까지 컴퓨터 에서 Windows 키 를 비활성화하는 가장 좋은 방법을 살펴보겠습니다 .
게임 도중 실수로 창(Window) 키를 계속 누르는 게이머이든, 편리한 위치에 있는 버튼을 더 잘 사용하려는 고급 사용자이든, 이것은 당신을 위한 가이드일 뿐입니다.
AHK 를 사용 하여 Windows 키(Windows Key) 비활성화 또는 다시 매핑
AutoHotkey 는 키보드(또는 그 문제의 경우 마우스)의 키 기능을 수정하기 위한 가장 잘 알려져 있고 강력한 도구 중 하나입니다. 가볍고 시스템 리소스를 거의 사용하지 않으며 사용하기 쉽습니다.
따라서 다른 응용 프로그램의 기능을 방해하지 않으므로 다른 응용 프로그램과 함께 사용하기에 좋은 선택입니다. 많은 게이머가 AHK 를 사용 하여 성능 지연 없이 사용자 지정 단축키를 구현합니다.
AHK 로 할 수 있는 일은 두 가지 입니다. Windows 키를 완전히 비활성화하거나 다른 기능을 키에 다시 매핑할 수 있습니다.
- 시작하려면 공식 사이트에서 AutoHotkey를 다운로드 하십시오.(download AutoHotkey)
- 작은 설치 파일을 실행 하여 컴퓨터에 AHK 를 설치합니다.(AHK)
- 컴퓨터의 아무 디렉토리로 이동하여 빈 공간을 마우스 오른쪽 버튼으로 클릭합니다. 나타나는 메뉴에서 New > AutoHotkey Script 로 이동 합니다.
- 원하는 이름을 지정하고 Enter 키(Enter) 를 누릅니다 . 이 파일을 마우스 오른쪽 버튼으로 클릭하고 스크립트 편집(Edit script) 을 선택 합니다.
- 걱정하지 마세요. 난해한 코드를 작성할 필요가 없습니다. 모두(Just) 지우고 다음을 입력하십시오.
LWin:: 반환(LWin:: Return)
- 파일을 저장하고 종료하면 바로 스크립트 사용을 시작할 수 있습니다. 스크립트 를(Simply) 두 번 클릭하기만 하면 Windows 키가 비활성화됩니다. 다시 활성화하려면 AHK 시스템 트레이 아이콘 을 마우스 오른쪽 버튼으로 클릭하고 종료를 선택합니다.(Exit.)
비활성화하는 대신 Windows 키를 다른 것으로 다시 매핑하려면 스크립트의 Return 을 원하는 키로 바꾸면 됩니다. 예를 들어, 다음은 Windows 키를 Enter 키로 작동하도록 다시 매핑하는 방법입니다.
LWin::Enter
또한 키보드와 마우스의 모든 버튼에 대한 모든 키코드의 전체 목록에(a complete list of all the keycodes) 액세스할 수 있습니다 .
그룹 정책 편집기(Group Policy Editor) 로 Windows 키(Windows Key) 비활성화
로컬 그룹 정책 편집기(The Local Group Policy Editor) 는 관리자가 동일한 네트워크에 있는 여러 사용자 또는 컴퓨터의 설정을 수정할 수 있는 고급 도구입니다. 이러한 설정 중 하나에는 Windows(Windows) 키 단축키 끄기가 포함됩니다 .
이 도구는 컴퓨터 네트워크를 관리하기 위한 것이지만 단일 컴퓨터에 대한 설정을 지정하는 데에도 사용할 수 있습니다.
참고: (Note: )Windows 의 (Windows)Home 버전을 사용하는 경우 이 방법이 작동하지 않습니다. 그룹 정책 편집기 는 (Group Policy Editor)Windows 의 Pro 및 Enterprise 버전 에만 포함되어 있습니다 .
- 그룹 정책 편집기(Group Policy Editor) 에 액세스하려면 검색 표시줄에 gpedit.msc 를 입력하고 (gpedit.msc)Enter 키를 누릅니다 .
- 로컬 그룹 정책 편집기(Local Group Policy Editor) 가 새 창에서 열립니다 . 왼쪽 창에는 액세스할 수 있는 모든 설정 범주가 있습니다. 관리 템플릿(Navigate to Administrative Templates) > Windows 구성 요소(Windows Components) > 파일 탐색기로 이동합니다.(File Explorer.)
- 오른쪽 창(Pane) 에 설정 목록이 표시됩니다 . Windows 키 단축키 끄기(Turn off Windows Key hotkeys) 옵션 을 찾을 때까지 아래로 스크롤(Scroll) 한 다음 두 번 클릭합니다.
- 이 새 창에서 라디오 버튼을 사용 으로 전환한 다음 (Enabled)확인(OK ) 을 선택 하여 변경 사항을 저장합니다.
그리고 그게 다야. 이 컴퓨터의 모든 사용자는 더 이상 (Every)Windows 키(Windows Key) 를 사용할 수 없습니다. 이 동일한 프로세스를 사용하여 언제든지 다시 활성화할 수 있습니다.
레지스트리 편집기(Registry Editor) 로 Windows 키(Windows Key) 비활성화
Windows 키를 비활성화하는 가장 "영구적인" 방법은 컴퓨터의 레지스트리를 수정하는 것입니다. AHK 와 달리 반복적으로 아무 것도 활성화할 필요가 없습니다. 그리고 그룹 정책 편집기 와 달리 (Group Policy Editor)Windows Home 에서도 작동합니다 . 즉, 레지스트리를 수정하는 것은 가볍게 시도할 작업이 아닙니다.
레지스트리는 운영 체제 자체에서 기본 설정을 저장하는 데 사용하는 데이터베이스입니다. 이러한 기록을 어지럽히면 시스템이 불안정해지고 심각한 문제가 발생할 수 있습니다.
이 방법을 계속 사용하려면 먼저 레지스트리를 백업하십시오(backup your registry) . 그렇게 하면 중대한 실수를 하는 경우에도 항상 백업을 사용하여 컴퓨터를 정상 상태로 복원할 수 있습니다.
- 검색 상자에 regedit 를 (regedit)입력(Enter) 하고 Enter 키를 눌러 레지스트리 편집기를 엽니다.
- 레지스트리 편집기(Registry Editor) 에서 왼쪽 창에서 "키"(카테고리로 간주)를 볼 수 있고 오른쪽에서 여기에 저장된 값을 볼 수 있습니다.
- 범주를 클릭하거나 상단의 주소 표시줄에 입력하여 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 로 이동합니다 .
- (Right-click)오른쪽 패널의 빈 공간을 아무 곳 이나 마우스 오른쪽 버튼으로 클릭 하고 새로(New ) 만들기 > DWORD(32비트) 값을 선택합니다.(DWORD (32-bit) Value.)
- 이 키의 이름 을 NoWinKeys 로 지정(NoWinKeys) 합니다. 운영 체제에서 인식하지 못하므로 철자가 올바른지 확인하십시오.
- (Double)방금 만든 DWORD 를 (DWORD)두 번 클릭 하고 값을 1 로 설정합니다 . 확인(OK) 을 선택 하여 저장합니다.
변경 사항은 컴퓨터를 다시 시작하여 Windows 키를 비활성화하면 적용됩니다. 다시 활성화하려면 NoWinKey DWORD를 삭제하면 됩니다.
SharpKeys를 사용(Windows Key Using SharpKeys) 하여 Windows 키 비활성화 또는 다시 매핑
키보드의 키를 다시 매핑하거나 비활성화할 수 있는 타사 유틸리티가 많이 있습니다. 문제는 이러한 응용 프로그램의 대부분이 작은 취미 프로젝트 또는 숨겨진 소스 코드가 있는 독점 제품이라는 것입니다. 이 앱을 사용하여 시스템의 핵심 측면을 변경할 것이기 때문에 더 신뢰할 수 있는 것이 필요합니다.
SharpKeys 는 키보드 키를 비활성화하거나 다시 매핑하기 위한 무료 오픈 소스 소프트웨어입니다. AutoHotkey 의 (AutoHotkey)GUI 버전 이라고 생각하십시오 . 유일한 단점은 Windows 레지스트리를 직접 수정하여 영구적으로 변경한다는 것입니다. 따라서 사용하기 전에 레지스트리 백업을 수행할 수 있습니다.
- GitHub 페이지(its GitHub page) 에서 SharpKeys를 다운로드 합니다 . MSI 파일 은 컴퓨터에 설치하지만 zip은 설치할 필요가 없는 휴대용 버전입니다. 당신이 좋아하는 것을 잡아 .(Grab)
- 파일을 설치(또는 추출)한 후 SharpKeys 를 실행 합니다. 이런 화면으로 맞이하게 됩니다.
- 추가(Add) 를 선택 하여 새 키 매핑 추가(Add New Key Mapping ) 창 을 불러옵니다 . 왼쪽 창은 비활성화(또는 다시 매핑)하려는 키용이고 오른쪽 창은 대체하려는 기능입니다.
- 올바른 키를 빠르게 찾으려면 왼쪽 창 아래 에 있는 Type Key 를 클릭하고 키보드에서 (Type Key)Windows 키를 누르십시오. SharpKeys 는 키 누름을 감지합니다. 계속하려면 확인(OK) 을 선택하십시오 .
- 오른쪽 창에는 이미 Turn Key Off 옵션이 선택되어 있습니다. 대신 Windows(Windows) 키 를 다시 매핑하려는 경우 이 목록에서 다른 키를 선택할 수 있습니다. 완료되면 확인을 선택 합니다.(OK.)
- 기본 화면으로 돌아가지만 테이블에 새 항목이 있습니다. 시간이 지남에 따라 여러 키를 다시 매핑하면 여기에서 모든 키가 추적됩니다. 올바른 키를 선택했는지 확인하고 레지스트리에 쓰기를(Write to Registry) 클릭 하여 변경 사항을 공식화하십시오.
레지스트리를 수동으로 편집할 때와 마찬가지로 변경 사항을 적용하려면 컴퓨터를 다시 시작해야 합니다. 나중에 이 프로세스를 실행 취소하려면 SharpKeys 를 다시 열고 다시 매핑 을 삭제 하면 됩니다. (Delete)다시 한 번 레지스트리에 쓰기를(Write to Registry) 선택 하고 다시 시작하여 적용되는지 확인합니다.
Windows 키 비활성화
위에 설명된 각 방법으로 작업이 완료되지만 AHK는 Windows 키를 비활성화하는 가장 좋은 방법(AHK is the best way to disable the Windows key) 입니다. AHK 는 레지스트리를 수정하지 않고 쉽게 켜고 끌 수 있는 몇 안 되는 타사 도구 중 하나 이기 때문 입니다.
그룹 정책 편집기(Group Policy Editor) 는 탐색하기가 약간 까다로우며 모든 Windows 버전에서 작동하지 않습니다 . AHK 는 어디에서나 작동하며 (AHK)Windows 키 를 비활성화하는 것보다 훨씬 더 많은 유연성을 제공합니다 . AHK 를 사용 하여 Windows 키의 기능 을 변경하고 여기에 자신의 단축키를 할당할 수도 있습니다.
따라서 키보드의 모든 키를 비활성화(또는 다시 매핑) 하려면 AutoHotkey 를 사용 하는 것이 좋습니다.
How to Disable the Windows Key
The Windows key is a useful shоrtcut for most. Βut fоr some, it’s frustrating. Fortunаtеly, there are many ways of disabling the Wіndows key. From third-party tools like AutoHotkey to the built-in settings of your operating system, we will go over all the best ways to disable the Windows key on your comрuter.
Whether you’re a gamer who accidentally keeps tapping the Window key midgame or a power user who wants to make better use of the conveniently placed button, this is just the guide for you.
Disabling or Remapping the Windows Key with AHK
AutoHotkey is one of the most well-known and robust tools for modifying the function of any key on your keyboard (or the mouse, for that matter). It’s lightweight, uses negligible system resources, and is quite easy to use.
This makes it a great choice for using alongside other applications as it does not interfere with their functioning. Many gamers use AHK to implement custom hotkeys without any performance lag whatsoever.
There are two things you can do with AHK. You can either disable your Windows key entirely, or you can remap a different function to the key.
- To begin, download AutoHotkey from the official site.
- Run the small setup file to install AHK on your computer.
- Head to any directory on your computer and right-click on the empty space. In the menu that appears, head to New > AutoHotkey Script.
- Name it anything you like and press Enter. Right-click on this file and select Edit script.
- Don’t worry, you don’t have to write some esoteric code. Just clear everything and enter the following:
LWin:: Return
- Once you save the file and exit, you can start using the script right away. Simply double-click on the script and the Windows key will be disabled. To enable it again, right-click on the AHK system tray icon and select Exit.
Instead of disabling it, if you want to remap the Windows key to something else, you just need to replace the Return in the script with the key you want instead. For example, this is how you can remap the Windows key to function as the Enter key:
LWin::Enter
You also have access to a complete list of all the keycodes for every button on your keyboard and mouse.
Disabling the Windows Key with the Group Policy Editor
The Local Group Policy Editor is an advanced tool that allows an administrator to modify settings for multiple users or computers on the same network. One of these settings includes turning off the Windows key hotkey.
Even though the tool is meant for managing a network of computers, you can also use it for specifying settings for a single computer too.
Note: If you’re using the Home edition of Windows, this method will not work for you. The Group Policy Editor is only included in the Pro and Enterprise editions of Windows.
- To access the Group Policy Editor, type gpedit.msc in the search bar and press Enter.
- The Local Group Policy Editor will open in a new window. On the left pane are all the setting categories you can access. Navigate to Administrative Templates > Windows Components > File Explorer.
- You will see a list of settings in the right Pane. Scroll down until you find the Turn off Windows Key hotkeys option and then double click on it.
- In this new window, toggle the radio button to Enabled and then select OK to save the changes.
And that’s it. Every user on this computer will not be able to use the Windows Key anymore. You can always enable it again using this same process.
Deactivating the Windows Key with the Registry Editor
The most “permanent” way of disabling your Windows key is to modify your computer’s registry. Unlike AHK, there’s no need to repeatedly enable anything. And unlike the Group Policy Editor, it works on Windows Home as well. That being said, modifying your registry is not an action to be attempted lightly.
The registry is a database used by your operating system itself to store fundamental settings. Messing around with these records can destabilize your system and create serious issues.
If you still want to proceed with this method, backup your registry first. That way, even if you make a critical mistake you can always use the backup to restore your computer to normal.
- Enter regedit in the search box and press Enter to open the Registry Editor.
- In the Registry Editor, you can view the “keys” (consider them categories) on the left pane, and the values stored in them on the right.
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer by clicking through the categories or just entering it in the address bar at the top.
- Right-click anywhere on the empty space in the right panel and select New > DWORD (32-bit) Value.
- Name this key NoWinKeys. Make sure that it is spelled correctly as the operating system would otherwise not acknowledge it.
- Double click on the DWORD you just created and set its value to 1. Select OK to save it.
The changes will take effect once you restart your computer, disabling the Windows key. If you want to enable it again, just delete the NoWinKey DWORD.
Disabling or Remapping the Windows Key Using SharpKeys
There are many third-party utilities that can remap or disable any keys of your keyboard. The problem is, most of these applications are small hobby projects or proprietary products with hidden source code. Since you’ll be using this app to make changes to core aspects of your system, you need something more trustworthy.
SharpKeys is a free and open-source software for disabling or remapping keyboard keys. Consider it a GUI version of AutoHotkey. Its only drawback is that it directly modifies the Windows registry, making permanent changes. Therefore you may want to take a registry backup before using it.
- Download SharpKeys from its GitHub page. The MSI file installs it to your computer, while the zip is a portable version that doesn’t need to be installed. Grab whichever one you like.
- After installing (or extracting) the file, run SharpKeys. You will be greeted with a screen like this.
- Select Add to bring up the Add New Key Mapping window. The left pane is for the key you want to disable (or remap), and the right pane is the function you want to replace it with.
- To find the correct key quickly, click on Type Key below the left pane and press the Windows key on your keyboard. SharpKeys will detect the keypress. Select OK to continue.
- The right pane already has the Turn Key Off option selected. If you want to remap the Windows key instead, you can choose another key from this list. Once you’re done, select OK.
- We are back to the main screen, but with a new entry in the table. If you remap multiple keys over time, this is where they will all be tracked. Confirm that you selected the right keys, and click on Write to Registry to make the change official.
Like with manually editing your registry, you need to restart your computer to apply the change. If at any time in the future you wish to undo this process, just open SharpKeys again and Delete the remapping. Once again, select Write to Registry and restart to see it take effect.
Disabling the Windows Key
While each of the methods outlined above will get the job done, AHK is the best way to disable the Windows key. This is because AHK is one of the few third-party tools that does not modify the registry, and can be easily toggled on and off.
The Group Policy Editor is a bit trickier to navigate and doesn’t work on all versions of Windows. AHK works everywhere, and moreover, gives you much more flexibility than just disabling the Windows key. You can use AHK to change what the Windows key does, and even assign your own hotkeys to it.
So if you want to disable (or remap) any key on your keyboard, AutoHotkey is the way to go.