The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Disabling the Apple/Windows key in XP (Boot Camp)?

    Discussion in 'Apple and Mac OS X' started by Starlight, Feb 1, 2007.

  1. Starlight

    Starlight Notebook Evangelist

    Reputations:
    53
    Messages:
    529
    Likes Received:
    0
    Trophy Points:
    30
    This post first came about as a question because I didn't get it to work using the instructions below, but it turns out I was just not used to Windows (you have to reboot to get registry settings to take effect).

    So, without further ado, here is how you disable the Apple key while running Windows (where it becomes the annoying Windows key) through Boot Camp on an Intel Mac:

    Code:
    Cut and paste the following into a file with a .reg extension (e.g. Disable Logo Key.reg).
    
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\
    00,00,00,00
    
    Right click on the file and choose Merge to add it to your Windows registry and disable the key.
    
    Do the same (in another file, e.g Enable Logo Key.reg) for the following should you wish to re-enable the key:
    
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=-
    Credit goes to Naxys post on the EverQuest tech support forum for this guide (where he describes all the tweaks needed to get EverQuest running on an Intel Mac running Windows, see post here if interested) :)
     
  2. phungy

    phungy Notebook Evangelist

    Reputations:
    34
    Messages:
    407
    Likes Received:
    0
    Trophy Points:
    30
    Just curious as to why you want to disable the Apple/Windows key?
     
  3. zadillo

    zadillo Notebook Virtuoso

    Reputations:
    421
    Messages:
    3,770
    Likes Received:
    3
    Trophy Points:
    106
    I would guess for the same reason people sometimes disable the Windows key in general; it can be an annoyance if you accidentally hit it while playing a game, etc. and it opens your Start menu.
     
  4. Starlight

    Starlight Notebook Evangelist

    Reputations:
    53
    Messages:
    529
    Likes Received:
    0
    Trophy Points:
    30
    What zadillo said.