MacBook Pro Retina and Windows 8

bootcampmacbook prowindows

I am running my Windows 8 RP on my MacBook Pro Retina. Everything's going smooth, but I have problems with my keyboard and trackpad drivers because I can't make any changes to them since BootCamp control panel won't start (some error with insufficient privileges for the startup disk).

Now, are there any possibilities to configure my keyboard (F-keys) and trackpad (tap to click and so on) without using Boot Camp Assistant?

Best Answer

Sounds funny, but Control Panel only works in user mode, but the .exe file is marked to require Admin rights.

Follow this guide and it will work (trust me).

  1. Start Notepad and paste the following (see ** comment below):

    runas /trustlevel:0x20000 "C:\Windows\System32\AppleControlPanel.exe"

  2. Save the file as "BootCampControlPanel.cmd".

  3. Create a shortcut to this file and save it in the start menu or on your desktop.
  4. Right click the shortcut file. Select properties. Click "Advance..." and check "Run as administrator".
  5. Use this shortcut to start the Control Panel (the icon tray icon still does not work)

So basically we run a Command Prompt in Admin mode, and use this to start the applecontrolpanel.exe in user mode (sounds weird I know, but it works).

** 0x20000 might be different on your machine. From a command prompt run "runas /showtrustlevels" and use the hex number for (Basic User).