Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Boot Camp Control Panel Windows 7 64Bit

I have Mid-2012 Macbook Pro with a SSD drive installed. I installed a fresh windows 7 64bit pro and now I get this error when trying to open the bootcamp control panel.


"an error occurred while trying to access the startup disk settings"

I want to be able to right click Restart in Mac OS X but this doesn't work. It boots to a white screen and then it goes to windows again.

MacBook Pro, OS X Mavericks (10.9.1), 2007 Macbook Pro

Posted on Mar 15, 2015 12:57 PM

Reply
76 replies

Mar 16, 2015 8:12 AM in response to appleexpert1

When the Boot Camp drivers are installed, they are installed for all users silently, because it is done as a part of the Windows installation, before any user accounts have been created.


The following snippet is from the AutoUnattend.xml on the USB Installer. See the highlighted part. This is from a W8 USB Installer built using BCA and an W8.1 64-bit ISO.


<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UserData>

<ProductKey>

<WillShowUI>Always</WillShowUI>

</ProductKey>

</UserData>

<UpgradeData>

<Upgrade>true</Upgrade>

<WillShowUI>Always</WillShowUI>

</UpgradeData>

</component>

<component name="Microsoft-Windows-PnpCustomizationsWinPE"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<DriverPaths>

<PathAndCredentials wcm:keyValue="1" wcm:action="add">

<Path>$WinPEDriver$</Path>

</PathAndCredentials>

</DriverPaths>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Deployment"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<RunSynchronous>

<RunSynchronousCommand wcm:action="add">

<Order>1</Order>

<Path>cmd /c "FOR %i IN (X F E D C) DO (FOR /F "tokens=6" %t in ('vol %i:') do (IF /I %t NEQ "" (IF EXIST %i:\BootCamp\BootCamp.xml Reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v AppsRoot /t REG_SZ /d %i /f )))"</Path>

</RunSynchronousCommand>

</RunSynchronous>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup"processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"language="neutral"versionScope="nonSxS"xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<Description>AMD CCC Setup</Description>

<CommandLine>%AppsRoot%:\BootCamp\Drivers\ATI\ATIGraphics\Bin64\ATISetup.exe -Install</CommandLine>

<Order>1</Order>

<RequiresUserInput>false</RequiresUserInput>

</SynchronousCommand>

<SynchronousCommand wcm:action="add">

<Description>BootCamp setup</Description>

<CommandLine>%AppsRoot%:\BootCamp\setup.exe</CommandLine>

<Order>2</Order>

<RequiresUserInput>false</RequiresUserInput>

</SynchronousCommand>

</FirstLogonCommands>

</component>

</settings>

</unattend>


Can you check your Windows Installer USB for this file? You may not have one for W7 64-bit. This is what I have on a W7 USB.


User uploaded file

Mar 16, 2015 9:11 AM in response to Loner T

I was think and maybe this doesn't matter but this is the pattern of how this all went down.


I had a Macbook Pro 2010 with bootcamp windows 7 64bit and Mac os 10.10 installed on a SSD. I then got a different Macbook Pro 2012 moved the drive to that one. I had to do a clean install of Windows 7 64bit this error started then. I then decided to do a fresh install of Mac Os as well. So maybe I need to do a fresh install on both at the same time. So a fresh install of Mac and then create a bootcamp with windows 7 64bit. Thoughts?

Boot Camp Control Panel Windows 7 64Bit

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.