Media Keys Not Working Windows 10

0810
  1. Windows Logo Key Not Working Windows 10
  2. Keys Not Working On Laptop

Media keys problems on windows 10 - posted in Ask for Help: Hey, I have this script that listens to media keys and sends same key. I do this to ensure that all programs can listen to those media keys, as programs like chrome seem to have problems with media keys normally. AutoHotkey in Windows 10 - Hotkeys not working in some applications. Now that I upgraded to Windows 10, it isn't working when certain windows are active. Specially LButton -Hotkeys can mess up everything, leading to the situation where you actually need Task Manager. Here is a small list of applications in which hotkeys are not recognized anymore: (instead, as of the above script, a simple a is sent).

Have you ever wondered how to make the media keys on your keyboard actually work for Winamp? Reader Shawn was asking me this question a while back, but then he figured it out on his own and sent me the instructions.

Turns out it’s incredibly simple, and on most installations will be already set by default, but might not be enabled. If yours are not working, then you need to follow these instructions.

Open up the Winamp Preferences and the browse down to General Preferences Global Hotkeys.

The first thing you should check is whether the “Enabled” hotkey is checked. If it’s not, then select that and most likely that will fix your issue.

If you need to manually change the settings instead, select the Action in the list, and then click inside the Hotkey textbox. Press the media key on your keyboard representing the function you are trying to do. For instance, I selected the Playback: Play/pause action in the list, so I pressed the Play button on my keyboard, which shows up as Play/Pause in the hotkey box.

Make sure you click the Set button when you make the change.

READ NEXT
  • › How to Set Up a Smart Kitchen
  • › How to Speed Up Your PlayStation 4’s Downloads
  • › How to Disable the Login Screen’s Background Blur on Windows 10
  • › How to Use All Linux’s Search Commands
  • › How to See All Your Saved Wi-Fi Passwords on Windows 10

A simple script like

used to work fine under Windows 7. Now that I upgraded to Windows 10, it isn't working when certain windows are active. Specially LButton-Hotkeys can mess up everything, leading to the situation where you actually need Task Manager.

Keys

Here is a small list of applications in which hotkeys are not recognized anymore: (instead, as of the above script, a simple a is sent)

  • Team Speak 3
  • Everything
  • Fraps

Where it does work: (examples)

  • Editor
  • Skype
  • Windows Apps in general
  • Ahk help
  • Open Office
  • (most programs)

Can someone reproduce this?

What's wrong with AutoHotkey in Win10?

How can this be fixed?

(AHKscript vers. 1.1.22.3 Unicode 64-bit)

Blauhirn

Windows Logo Key Not Working Windows 10

BlauhirnWorking
5,6412 gold badges36 silver badges70 bronze badges

4 Answers

Being that Windows 10 was just released, this is very relevant question and I'm sure that many users will appreciate help in getting their scripts to run properly on this new OS. It's possible someone thought that this question was to broad in scope or maybe improperly classified, as it's a Windows issue rather than a specific AutoHotkey problem?

From my understanding the issue lies in new UAC settings. A simple solution is to run your script as an Administrator. To do this right click on the file -> select 'Run as Administrator'

Edit:

I don't have a direct answer to give regarding running an application or file always as an Admin (in Windows 10), but this guide I found seems to cover every way possible to do so in Windows 10.

Another alternative is to have the script check if it is running as Admin, if not reload as Admin. Code was pulled from the Help File:

errorseven

Keys Not Working On Laptop

errorseven
2,3462 gold badges10 silver badges20 bronze badges

Check 'run this program as administrator' in:

autohothey.exe > properties > compatability > settings

glautrou
2,9292 gold badges21 silver badges32 bronze badges
andreandre

Everything Search Engine was also not working for me.

Before, compiling the .ahk script to .exe would solve any issues.

Windows 10 gave me problems again.

The following information helped me fix it:

On Windows 8 and later, UAC can only be disabled by modifying the registry, and doing so breaks apps.

As I said, 'turning off' UAC in Control Panel on Windows 8 and later just suppresses the Yes/No prompts; programs are still run with limited privileges by default.

disable UAC via the registry, you’ll need to head to the start menu search box and type in regedit.exe and browse down to the following key:

Over on the right-hand side, you should see a setting for EnableLUA, which you’ll want to customize as follows:

Also on the howtogeek page:

Just download, extract, and double-click on the included ReallyDisableUAC-Win7.reg file to disable UAC.

You’ll need to reboot for the setting to actually take effect.

There’s also an included registry hack file to re-enable it as well.

  • Disable UAC completely. As you noted, this will kill apps on Windows 10 (or 8).

    Each run consists of ten missions coupled together by a storyline. Command and conquer generals windows 10. The creators included iii campaigns, 1 for each of the powers involved. The mettlesome is localise in a faithful succeeding, when in the front of a brobdingnagian war, the combined forces of the US and China stood s to a terrorist organization known as worldwide Liberation Army.

  • Create a patched executable using EnableUIAccess, and then use that executable to run the script.

Jeff KangJeff Kang

Try starting your exe with admin rights (i.e. right click on your exe and then run as administrator).

haraman
2,4092 gold badges15 silver badges39 bronze badges
mihir patelmihir patel

Not the answer you're looking for? Browse other questions tagged autohotkeywindows-10 or ask your own question.

This entry was posted on 10.08.2019.