Leave a Comment:
(2) comments
There is another solution that takes a bit of technical know how. It doesn’t require switching your account status and permanently fixes the problem.
1. Download and Install the windows 8 SDK – http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx
2. Navigate to C:\Program Files (x86)\Windows Kits\8.0\bin\x64 (or x86 at the end if you’re on a 32 bit version)
3. Copy C:\Windows\System32\AppleControlPanel.exe to this folder
4. Open Command Prompt and use mt.exe to extract the manifest to this folder using the following command:
mt.exe -inputresource:AppleControlPanel.exe -out:extracted.manifest
5. Edit this file in notepad. On the 6th line replace level=”highestAvailable” with level=”asInvoker”. Be careful not to change anything else here.
6. Place the modified manifest back into control panel using mt with the following command:
mt.exe -outputresource:AppleControlPanel.exe -manifest extracted.manifest
7. Copy and Replace AppleControlPanel.exe back to C:\Windows\System32\AppleControlPanel.exe
This will fix your boot camp control panel problem. (If it doesn’t you’ve set Bootcamp.exe to run as administrator, and you need to lower its permissions back to normal. I had to change the aforementioned setting, use task manager to end Bootcamp.exe, and then restart it before it worked. (This program is found in C:\Program Files\Boot Camp))
Good luck guys. If you need additional help let me know.
Replytry this will help
c:\Windows\System32> runas /trustlevel:0x20000 applecontrolpanel.exe

