Disable Windows Key Windows 10
up vote
1
down vote
favorite
The header says most of it. I'm trying to find a way to disable the windows key either through GPO, local policy, or an edit in registry, but Google has been less than helpful.
windows-10 windows-registry
add a comment |
up vote
1
down vote
favorite
The header says most of it. I'm trying to find a way to disable the windows key either through GPO, local policy, or an edit in registry, but Google has been less than helpful.
windows-10 windows-registry
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
The header says most of it. I'm trying to find a way to disable the windows key either through GPO, local policy, or an edit in registry, but Google has been less than helpful.
windows-10 windows-registry
The header says most of it. I'm trying to find a way to disable the windows key either through GPO, local policy, or an edit in registry, but Google has been less than helpful.
windows-10 windows-registry
windows-10 windows-registry
asked Jun 22 '16 at 16:04
MrPalindrome
1124
1124
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18
add a comment |
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
There are multiple ways of disabling the Windows Key as seen on this page
Option 1: Registry Editor
- Click Start, click Run, type regedt32, and then click OK.
- On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.
Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder.
On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as The Data Type, and then click OK.
Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK.
Close Registry Editor and restart the computer.
Option 2: AutoHotKey
Download AutoHotKey from http://www.autohotkey.com/
Run it, then right click on its icon in the taskbar.Select 'Edit This Script' and it'll open the default script in Notepad
Somewhere between the comments (which are marked with semi-colons) add the following:
~LWin Up:: return
~RWin Up:: return
Now just save the file, right click on AutoHotkey again, and select 'Reload This Script.'
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
add a comment |
up vote
0
down vote
Try sharpkeys, it's like a Graphical interface to the registry. Whatever change you make is written to the registry, so no daemons, no background processes. just make the change, log off and log in. features include:
re-map keys
disable keys
and it's open source software, and it's tiny.
add a comment |
up vote
0
down vote
Like CJ1992 says (I could not comment unfortunately hence new post), but the AutoHotkey syntax now seems to be (it might be that I use 1.1.30.00 - August 22, 2018 version):
LWin::return
RWin::return
quoted from AutoHotkey site
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1092307%2fdisable-windows-key-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
There are multiple ways of disabling the Windows Key as seen on this page
Option 1: Registry Editor
- Click Start, click Run, type regedt32, and then click OK.
- On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.
Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder.
On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as The Data Type, and then click OK.
Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK.
Close Registry Editor and restart the computer.
Option 2: AutoHotKey
Download AutoHotKey from http://www.autohotkey.com/
Run it, then right click on its icon in the taskbar.Select 'Edit This Script' and it'll open the default script in Notepad
Somewhere between the comments (which are marked with semi-colons) add the following:
~LWin Up:: return
~RWin Up:: return
Now just save the file, right click on AutoHotkey again, and select 'Reload This Script.'
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
add a comment |
up vote
0
down vote
There are multiple ways of disabling the Windows Key as seen on this page
Option 1: Registry Editor
- Click Start, click Run, type regedt32, and then click OK.
- On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.
Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder.
On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as The Data Type, and then click OK.
Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK.
Close Registry Editor and restart the computer.
Option 2: AutoHotKey
Download AutoHotKey from http://www.autohotkey.com/
Run it, then right click on its icon in the taskbar.Select 'Edit This Script' and it'll open the default script in Notepad
Somewhere between the comments (which are marked with semi-colons) add the following:
~LWin Up:: return
~RWin Up:: return
Now just save the file, right click on AutoHotkey again, and select 'Reload This Script.'
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
add a comment |
up vote
0
down vote
up vote
0
down vote
There are multiple ways of disabling the Windows Key as seen on this page
Option 1: Registry Editor
- Click Start, click Run, type regedt32, and then click OK.
- On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.
Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder.
On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as The Data Type, and then click OK.
Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK.
Close Registry Editor and restart the computer.
Option 2: AutoHotKey
Download AutoHotKey from http://www.autohotkey.com/
Run it, then right click on its icon in the taskbar.Select 'Edit This Script' and it'll open the default script in Notepad
Somewhere between the comments (which are marked with semi-colons) add the following:
~LWin Up:: return
~RWin Up:: return
Now just save the file, right click on AutoHotkey again, and select 'Reload This Script.'
There are multiple ways of disabling the Windows Key as seen on this page
Option 1: Registry Editor
- Click Start, click Run, type regedt32, and then click OK.
- On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.
Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder.
On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as The Data Type, and then click OK.
Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK.
Close Registry Editor and restart the computer.
Option 2: AutoHotKey
Download AutoHotKey from http://www.autohotkey.com/
Run it, then right click on its icon in the taskbar.Select 'Edit This Script' and it'll open the default script in Notepad
Somewhere between the comments (which are marked with semi-colons) add the following:
~LWin Up:: return
~RWin Up:: return
Now just save the file, right click on AutoHotkey again, and select 'Reload This Script.'
edited Jun 23 '16 at 8:24
karel
9,17793138
9,17793138
answered Jun 23 '16 at 8:22
CJ1992
1288
1288
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
add a comment |
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
Thanks for the formatting help. Could not seem to be able to do it for the life of me :D
– CJ1992
Jun 23 '16 at 8:26
add a comment |
up vote
0
down vote
Try sharpkeys, it's like a Graphical interface to the registry. Whatever change you make is written to the registry, so no daemons, no background processes. just make the change, log off and log in. features include:
re-map keys
disable keys
and it's open source software, and it's tiny.
add a comment |
up vote
0
down vote
Try sharpkeys, it's like a Graphical interface to the registry. Whatever change you make is written to the registry, so no daemons, no background processes. just make the change, log off and log in. features include:
re-map keys
disable keys
and it's open source software, and it's tiny.
add a comment |
up vote
0
down vote
up vote
0
down vote
Try sharpkeys, it's like a Graphical interface to the registry. Whatever change you make is written to the registry, so no daemons, no background processes. just make the change, log off and log in. features include:
re-map keys
disable keys
and it's open source software, and it's tiny.
Try sharpkeys, it's like a Graphical interface to the registry. Whatever change you make is written to the registry, so no daemons, no background processes. just make the change, log off and log in. features include:
re-map keys
disable keys
and it's open source software, and it's tiny.
answered Jun 23 '16 at 8:28
David Dai
1,694819
1,694819
add a comment |
add a comment |
up vote
0
down vote
Like CJ1992 says (I could not comment unfortunately hence new post), but the AutoHotkey syntax now seems to be (it might be that I use 1.1.30.00 - August 22, 2018 version):
LWin::return
RWin::return
quoted from AutoHotkey site
add a comment |
up vote
0
down vote
Like CJ1992 says (I could not comment unfortunately hence new post), but the AutoHotkey syntax now seems to be (it might be that I use 1.1.30.00 - August 22, 2018 version):
LWin::return
RWin::return
quoted from AutoHotkey site
add a comment |
up vote
0
down vote
up vote
0
down vote
Like CJ1992 says (I could not comment unfortunately hence new post), but the AutoHotkey syntax now seems to be (it might be that I use 1.1.30.00 - August 22, 2018 version):
LWin::return
RWin::return
quoted from AutoHotkey site
Like CJ1992 says (I could not comment unfortunately hence new post), but the AutoHotkey syntax now seems to be (it might be that I use 1.1.30.00 - August 22, 2018 version):
LWin::return
RWin::return
quoted from AutoHotkey site
answered Oct 25 at 9:44
Tomasz Janicki
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1092307%2fdisable-windows-key-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How to enable or disable the keyboard Windows key ?
– Alex K
Jun 22 '16 at 16:13
Thanks for the reply, but none of those things worked on my machine.
– MrPalindrome
Jun 22 '16 at 16:31
Open regedit. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine. Double-click the SystemCurrentControlSetControl folder, and then click the Keyboard Layout folder. On the Edit menu, click Add Value, type in Scancode Map, click REG_BINARY as the Data Type, and then click OK. Type 00000000000000000300000000005BE000005CE000000000 in the Data field, and then click OK. Close Registry Editor and restart the computer.
– vembutech
Jun 23 '16 at 15:15
@vembutech this is the same instruction that has been posted here already, it didn't work for me, but thanks anyways.
– MrPalindrome
Jun 23 '16 at 15:18