Bootcamp x86 and x64 conflicting: How to remove x86?

Hello. Through stubbornness, I bootcamped Windows 7 x64 to a MacBook that I realized (halfway through the process) was a year too old to support it. I don't remember much of what I did, but I have finally lost my ability to ignore the two copies of bootcamp running on my machine. I believe one is the x86 version while the other is the x64 version that I need. I have two of everything bootcamp (such as bootcamp manager), and I blame it for issues such as volume and display brightness adjusting two notches at a time.
Does anyone have any ideas as to how I can remove everything associated with bootcamp x86?
Thanks!

I fixed this a while ago. I just deleted the folder: /Windows/Program Files/Boot Camp/ and rebooted. That kept the extra one from starting up, but I don't think it removed everything associated with it.
In Control Panel > Programs and Features, I noticed that I have Boot Camp 2.0 and Boot Camp 2.0.1 installed. Does anyone know if I can safely remove 2.0?
I'm marking this answered, as this the only resource I know of that has a usable solution to this problem. Kind of a duh situation really, but we all have them.

Similar Messages

  • Somehow i have synced my photos from my area on to my ipod touch, and dont know how to remove the photos. Any help?

    Somehow i have synced my photos from my area on to my ipod touch, and dont know how to remove the photos. Any help?

    You need to unsync them.  If you uses the folder syncing method either remove them from your syncing folder or change which is you syncing folder.  Also see:
    iPhone, iPad and iPod touch: Syncing photos via iTunes

  • Request and session issues-how to remove a bean from a session

    Hi
    I am implementing copy and move functionality in my application. I need some info to complete that.
    The copy functionality is like this.....From a summary page which consists a Datatable and checkbox...
    I will select a checkbox beside as a copying reference..and click on next..
    In the next page I will get a copying reference bean and a drop down select list box consists of 1-10, I will select some value and click on next. then in the next page, I will get selected no of rows of that copying reference. then when I click on finsh , it will add into database...
    And the next page will open showing .....status of inserting into database..
    the action method I am calling is....
    public String saveCopyingRoutes()
    log.info( "Into saveCopyingRoutes method" );
    String returnStr = UIConstants.RETSTR_SUCCESS;
    // : Get all the rows
    // Read each row and insert each row into database under a particular
    // gateway end point.
    int numRows = table.getRows();
    log.debug( "no of rows-->" + numRows );
    for (int rowIndex=0;rowIndex<numRows;rowIndex++)
    log.debug("value of rowIndex-->"+rowIndex);
    RoutingEntry routingEntry = (RoutingEntry) FacesContext.getCurrentInstance()
    .getExternalContext().getSessionMap().get( "RoutingEntry" );
    try
    // -Need to query using RoutingEntryMgerImpl() class
    new RoutingEntryMgerImpl().addRoutingEntry( routingEntry );
    message = " Verifying Copy sheet " + rowIndex + ".....\n"+
    " Successfully verified datafill in copy sheet" rowIndex".....\n"+
    "Adding copy sheet "+rowIndex+"to the database...\n"
    + " Successfully added copy sheet" rowIndex"to database.....";
    messageList.add( message );
    log.debug("*********************"+messageList.size());
    log.debug("message----->"+message);
    log.debug("*********************");
    catch (NrsProvisionException pe)
    catch (Exception e)
    message = "Unsuccessfully added copy sheet "+rowIndex+"to the database";
    //Show the corresponding error....
    // Throwing generic exception ...?
    e.printStackTrace();
    log.info( "saveCopyingRoutes method return value: " + returnStr );
    return returnStr;
    now the bean is in session scope , let me know how to remove from the session, is there any better way to implement this functionality...

    Read the instructions.

  • Macbookpro How to remove Cookies? When go to help and clk on how to remove cookies the page is blank?

    Juno Email will not download the inbox, Juno Tech says 1st remove cookies. Mac Help has "how to remove cookies" but when clk the page is blank?

    What application are you taking about?
    Safari has the option to remove them in the privacy or security tab of the preferences. Also try 'Safari > Reset Safari' it may allow you to select an option to delete the cookies.
    I don't know what 'Juno email' is. If it is failing in a Safari you may want to try another web browser, like Google Chrome or Mozilla Firefox?

  • Two versions of Bridge installed - CS5 and CS5.1 - how to remove one?

    Looks like this happened by installing Photoshop CS5.1 first, then Flash CS5 after that.  Now I have two versions of Adobe Bridge, along with Extension Manager and a bunch of other redundant stuff now
    This is causing me multiple problems:
    1) the right-click menu "Browse with Adobe Brigde CS5" is set to the old version.  Probably because it installed afterward (?).  This is no good.  I want it to default to the newer version obviously.
    2) I am getting a lot of performance errors - the "not enough drive space" kind of error, when I just try to zoom in on a single small image in a folder with only a couple images in it.  Bear in mind I have 12GB of RAM running here.
    How do uninstall the old versions!??  Note, I ALSO have an old old version of Adobe Bridge that came from an install of some CS2 components!!!  It's out of control and aggravating.
    Please help
    - Jon

    It is usually recommeded you keep old versions rather than removing them.  Some users run in to file association problems when removing older versions.  The file association goes back to the version removed if you can comprehend that.
    The versions should not conflict with one another.  HOWEVER, you can run only one Bridge version at a time.
    It is also recommended you install programs in order.  So if you installed the newer one first and then the older one you can upset the file associate order.  You can try to fix that first and then uninstall if that does not work.  Go go edit.file type associations see what the dafault programs are listed as CS5 or CS5.1.  There is a radio button on the bottom to reset these to factory default, and this sometimes works.
    If not I would uninstall CS5 and CS5.1 and install the older one first.  Or if you don't want CS5 on machine just install CS5.1.  To be on the safe side you could run Adobe Script cleaner which will delete bits that the uninstall process did not get.

  • Intel Management and Security Software -- How to remove completely?

    I recently rebuilt my x201 Laptop, installed Windows 7 Ultimate x64 and ran the Lenovo automatic update tool.  I now have something called Intel Management and Security software which I neither want nor need.
    I do not understand why it was installed as the Laptop does not have a G3 Broadband card and the Intel software appears to be dependent on it for most of is functionality.  The Lenovo automatic update tool should have been smart enough to realize that the Intel software was worthless on a machine without a G3 Broadband card and not have installed it.
    How do I unistall it and make sure that Lenovo's automatic update does not reinstall it?

    Do you mean Intel AMT? i frequently have that popping out too. Not sure if you can permantly prevent it from showing up, but the bios has an option that disables this functionality. It doesn't matter if you have mobile broadband or not, it is just a hardware for coporate IT administrators to easily handle the thousand of company laptops around the world.

  • Given some xml and an xsd, how to remove extra stuff in the xml.

    Hi. I have a question. I am trying to use the various XML libraries to parse/validate an xml file given an XSD schema. I want to remove the extra stuff in the xml to output a new xml. The problem is as I validate or parse the SAXParseException it produce only gives me the localName. Is there a way I can keep track of something detail like the XPath as I validate or parse??? Thank for the help in advanced

    forgot to mention. Basically, I want to try to validate and find all the errors in the an old xml, then be able to fix the errors to end up having an valid xml file.

  • HT4528 i downloaded my wifes photo library to my iphone and dont know how to remove it ?

    SO HOW DO I TAKE HER LIBRARY FROM THE COMPUTER OFF MY I PHONE HELP

    what your mac does, it creates a complete image of your iphone storage  - this is what is used when you hit the magical "restore my iphone form backup" button in itunes...
    great feature, but eats a ton of space, because your iphone is literally backed up on your mac and icloud.
    I always download and wipe movies form my touch as soon as i take them and keep only select older pictures on it. that's where photostream comes in handy to show the most recent ones...

  • Snow Leopard Installed on both the internal and external HD, how to remove

    So my internal HD has been acting up on me and so I installed Snow Leopard on my external so I could repair my internal. Now that I have repaired my internal, how do I uninstall SL on my external. The external has other information on it that I do not want deleted so wiping her clean is not an option...

    There is no uninstall option for the OS as such. You can start up from the internal & using the Finder simply drag most of the installed folders on the external to the trash (after making sure they do not contain anything you want to save). This will leave some normally invisible files & folders associated with the OS, which may take up a few GB of HD space but are otherwise harmless. To find & delete them, you can use something like OmniDiskSweeper, but you will need some understanding of what files you should leave in place for best results.

  • Every inlineframe generates HTML, head and body tag - how to remove it

    Hi,
    I am using inlineframe for adding HTML content. For every inlineframe, HTML, head and body tag is generated.
    How to get rid out of those HTML, head and body tags?
    please suggest
    Edited by: user10302920 on Feb 2, 2011 3:59 AM

    Hi,
    not sure the component is generating this. Must come from the HTML source you reference. If however it is the inline frame then this is not configurable
    Frank

  • Synced contacts with PC and shouldnt have - how to remove

    I recetnly synced on my PC and had the sync contacts with outlook checked, and should not have. Now my iPhone shows a group of contacts titled "On my PC" above the group now labeled "On MobileMe". MobileMe is my contacts and calendar that i sync with. Is there a way to remove this group "On My PC" from my iphone?
    Thanks
    Mike

    OK, first you're on the Windows forum so we can't really help you with a Mac.
    Second save the backup, wipe, and start over is the correction and it's a pain.
    Even if you have to do it one entry at a time you can get it all back.

  • Log In screen shows my normal user names and "OTHER". How to remove OTHER?

    My Log In screen (start up box) shows my normal user names and something called "Other". How do I get rid of this Other name?
    I tried deleting "Other" in the System > Accounts, but he is not there.
    Cheers.

    How to disable the root user
    Mac OS X v10.6 and later
    1. From the Apple menu choose System Preferences....
    2. From the View menu choose Accounts.
    3. Click on the lock and authenticate with an administrator account.
    4. Click Login Options....
    5. Click the "Edit..." button at the bottom right
    6. Click the "Open Directory Utility..." button.
    7. Click the lock in the Directory Utility window.
    8. Enter an administrator account name and password, then click OK.
    9. Choose Disable Root User from the Edit menu.

  • Blank space between Detail section and Page Footer - How to remove it ?

    below is the problem.
    We make  report as followspage header Section details
    Employee Information    
    Report Footer
    Page Footer                   
    Other Information
    whenever we run this crystal report it leaves space in between  after employee information (Detail Section) and before Page Footer.We don't know its a problem  of footer or any other else.
    When i preview and print out the reports
    it showing Detail section 10 Rows (which satisfying condition) and then Blank space and then at the bottom of page shows Page Footer (which contain 2 subreports).
    Let me know if you need aditional information on this.
    pls provide suggestions.

    Try with this
    1. Suppress any unused sections in both sureports and in the mainreport.
    2. Check all the fields fits the sections. Select all the fields in the section and give align top and make all the fields of same height and make it fit to the section.
    Hope this solves your problem.

  • Downloaded portable AND full version - how to remove portable version?

    Running Windows 8 on surfacepro, I unfotunately installed thunderbird portable (English) and full version (German). Apparently they run separately (different address books, account settings etc.), and I only need the full version. Moreover, sometimes also the English version is the full version - really confusing! However, I cannot select the full version as default, nor deinstall the portable version for I only see one icon/programme, and I have no clue at what occasion/action I get the English or the German version....
    Besides it would be lovely to import my address book/mailing lists from my old computer: is there any way?
    Thanks for your help!

    PS3 is not released yet so i don't think you will get much help here.
    Or are you talking about webcenter 11.1.1.3 (which is PS2)

  • How to remove all CIM in SLD

    Hi all
    i would like to remove all software component from current SLD. i am not telling reimport new released CIM and Contents Version.
    how to remove all related component to make empty SLD BOX?
    Regards and Thanks in advance
    Tony

    david,
    goto SLD-> software catalog -> products / s/w components...
    now when u open any particuler product, the ris an button of REMOVE, click tht to remove tht product and all its related components else,
    select ur component u want to delete and then again click REMOVE, u will be deleting only tht componenet...
    so u need not delete all the components or products, just the ones u dont find useful...
    regards...
    vishal

Maybe you are looking for