Why does Visual Studio disable the media buttons?

后端 未结 2 1721
遇见更好的自我
遇见更好的自我 2021-01-01 17:49

I\'ve got iTunes running and the media buttons on my computer work with it. I\'ve installed mmkeys.dll which has been recommended for making iTunes work with media keys in t

2条回答
  •  温柔的废话
    2021-01-01 18:14

    This is probably due to Visual Studio running as an Administrator, and whatever software controls your keyboard media buttons OR the media player itself does not run as admin.

    As I was answering this question I decided to try opening iTunes as an administrator, and that solved the problem for me.

    To make a program always open in admin mode:

    1. Right click the program and select 'Properties'.
    2. Select the 'Compatibility' tab.
    3. Under 'Privilege Level' at the bottom, check check box 'Run this program as an Administrator'.

    After you run & close the program for the first time with these settings, make you you tell it that the program worked correctly so that it will keep these settings.

提交回复
热议问题