Is it possible to switch the graphicscard in mbp from nvidia to intel under windows 8 (like osx do it)?

i want to use sometimes the intel graficscard under windows 8.1 rather than using the nvidia one( to save energie). so under osx the system automatically changes the graficscard on the fly - is this (automatically or manual) possible under windows 8.1or windows 7? if yes, how?! iÄm using a MacBook Pro Retina late 2013 (with nvidia 750m).

Hmm, long story short. Have a look around this site and others regarding EFI installation of Windows. Some hardware will allow it (even through Bootcamp, though they're rare and late-model) and some won't. On the ones that will allow it there can be problems such as no sound, for one.
The main benefit of EFI as I see it is that you can have as many partitions as you wish, rather than being limited to 4 with the normal CSM (bios) Bootcamp method.

Similar Messages

  • Is it possible to switch the rows and columns?

    Is it possible to switch the rows and columns of a table? The reason I ask is that it would be easier for me to input the data with the number at the top of a column and the fields going down. But it would be easier to read the data with the number on the left and the fields going to the right. Is it possible to switch a table in this way?

    mahongue wrote:
    Is it possible to switch the rows and columns of a table? The reason I ask is
    that it would be easier for me to input the data with the number at the top
    of a column and the fields going down. But it would be easier to read the
    data with the number on the left and the fields going to the right. Is it
    possible to switch a table in this way?
    It sounds to me as though you wish to transpose a table so that the original is changed from rows to columns and from columns to rows, as in the following:
    Table 1
        A   B   C
    ========
    1   o   p   q
    2   r   s   t
    3   u   v   w
    Table 2
        A   B   C
    ========
    1   o   r   u
    2   p   s   v
    3   q   t   w
    You are right - it would be nice to have a menu item to magically transpose a selected block of cells. But there isn't one. So...
    One way to solve this is to use the index() and transpose() functions to accomplish row and column cell transposition. If you are going to use a 1:1 cell correspondence and change the header columns and rows also, you can use this:
       =INDEX(TRANSPOSE(Table # :: <range>),ROW(),COLUMN())
    where Table # and <range> is substituted as in the following fashion:
       =INDEX(TRANSPOSE(Table 1 :: $A$1:$C$3),ROW(),COLUMN())
    Create a second table. Copy the modified formula above with the appropriate substitutions, select the range you wish to have your transposition inserted into (must match the transposed cell dimensions of the original range), paste the forumula and voila! the cells will be transposed.
    Cautions:
    o The target table must match the swapped cell length and width dimension. For example, if the original data range is 6 columns wide by 4 rows deep, then the corresponding table or range to hold the transposition must be 4 columns wide by 6 rows deep.
    o If your transposed data block is to be offset from the origin of the new table, then you will need to include a subtractive offset into your cell formula, since in the transpose() function the data in the master data range is referenced from its position with the master range, not its cell position in the table. Such an offset is necessary because this example formula uses the target row and column numbers to arrive at indexed positions.
    For example, if the new data range is to be offset one column to the right and one row below from the target table's origin then you must subtract (-1) from the cell and from the column references in the formula:
      Example:
      =INDEX(TRANSPOSE(Table 3 :: $B$2:$D$4),ROW()-1,COLUMN()-1)
    If someone has a better solution I'd be glad to hear of it.

  • I want to buy the movie Crazy Stupid Love but it is not available in the US, only in the UK.  I live in the US but is it possible to switch the itunes store so that I can buy that movie?

    I want to buy the movie Crazy Stupid Love but it is not available in the US, only in the UK.  I live in the US but is it possible to switch the itunes store so that I can buy that movie?

    It used to be in the US iTunes Store as that's where I purchased it.  Often the studios will temporarily pull a movie from the store during times the movie is scheduled to be shown on TV or cable TV as the TV network has been granted exclusive access during the period. It will return to the store later.

  • Is it possible to call the Print Quote functionality from Custom ADF page

    Hi,
    We are researching if it is possible to call the Print Quote functionality from the Custom ADF application.
    Goal is to pop up the PDF report upon clicking the Print Quote button on the custom page. Is it possible ?
    Atleast advice on the direction to go forward is appreciated.
    Thanks
    Sai

    Hi ,
    Please check following thread on forum -
    Re: ADF: Calling OAF Page from ADF page
    Check this may also be useful-
    https://blogs.oracle.com/shay/entry/to_adf_or_oaf_or
    I have not tried yet but Steven Chan (Sr. Director OATG) suggest following methodolgy for this-
    https://blogs.oracle.com/stevenChan/entry/appsdatasource_jaas_ebs
    Thanks,
    Ashish

  • Is it possible to show the shell in linux from exec

    my app needs something to be installed on the client pc. It downloads the file and then install its automatically. For win this is working, fir the linux not, i can set the permissions, and when i try to launch it like
    String[] commands = {"/bin/sh","filename.bin"};
    Runtime.getRunTime().exec(commands);
    it starts, but it hangs. I think it's possible due to the fact that's there a license agreement in the bin file. when i true to install it manually, from the shell, it shows me the license agreement. i think that linux is waiting for input from the user and my prog hangs. so Is it possible to show the shell in linux from exec ??? so that the user can see the license agreement

    it is in fact the same as the bin file for installing
    java, when you extract that you see the license
    agreement and the user has to press enter to go on,
    that's the only input.
    You're right, i should read the out and err, i
    forgot, stupid of meYou have to send enter to the input stream of the process in that case.
    Kaj

  • Is it possible to change the Mac Version of Photoshop CS6 Extended to a Windows Version ?

    Is it possible to change the Mac Version of Photoshop CS6 Extended to a Windows Version ?

    Yes. It's called a Platform swap.
    Order product | Platform, language swap

  • Is it possible to delete the boot/startup volume from Terminal

    Is it possible to delete the boot/startup volume from Terminal?
    What sort of command would/could allow this?

    Is it possible to delete the boot/startup volume from Terminal?
    Do you mean is it possible to destroy your system from the Terminal? Anyone that has spend long enough working with Unix from a command line knows that answer. Yes! And a painful lesson it has been for many of us.
    The real question is, what is your goal?
    If you just want to erase lots of files, then the 'rm' command is available. Once all the files are erased, the rm command will be one of them, and so that is the end of the game. You will not be able to execute any more commands. The file system is still there, and the data in all those files is still on the disk, you have just eliminated the easy way to access that data (via file names).
    If you want to initialize a new file system on the disk, you could most likely do that (diskutil - it will be the last command you run from the terminal, but you could most likely do it). Again, the data is still there, but the file system structure that held all the names and allocation information has been eliminated.
    If you want to securely erase the disk, that is also possible (diskutil), and again, that will be the last command you will run from the terminal. Now nothing is left behind, neither data nor file system structure.
    What sort of command would/could allow this?
    rm and diskutil come to mind (in combination with sudo).
    You could also just boot from the installation DVD, and then from the Menu select the Disk Utility and erase the disk as well as give it a new file system. And since you are running from the OS stored on the DVD, you can do other things after the Disk Utility is finished.

  • Is it possible listen to the itunes radio directly from the Musica App on iPhone?

    I'v got an iPhone 5 and a MacBook Pro. Is it possible listen to the itunes radio directly from the Music App on iPhone?

    iTunes in the Cloud, iTunes Match, and iTunes Radio availability
    Sorry....  Italy is not on the list.

  • Is it possible to disable the Force closur button from QE11?

    Hi
    Is it possible to disable the Force closur button from QE11 transaction code level?
    Thanks and Regards
    GVD

    Hello Chanti,
    Disabling the force closure button is not possible by creating a security role as security restrictions work on organizational elements like co codes, plant, s loc etc.
    Could you please let me know if the requirement is for all users or few users.
    Also you may want to try the transaction variant/ Screen variant option. The force button is available in program SAPLQEEM and Function ABFO which you need to tick the inactive button during recording. Take help from ABAP if required.
    Thanks
    Sahil

  • I'm using Windows Illustrator CS4, and i cant find the artboard menu pallate. Its not showing under Window Dropdown menu either.

    I'm using Windows Illustrator CS4, and i cant find the artboard menu pallate. Its not showing under Window Dropdown menu either. How can i locate it or toggle it to turn on again?

    I'm not sure what artboard view is, sorting and naming artboards is not available in CS4 either, sorting however is possible via script workaround,
    Introducing: re Arrange Artboards v2 Script

  • Where does the data get saved from (notepad) or Notes on Windows Mobile 5?

    Where does the data get saved from (notepad) or Notes on Windows Mobile 5?
    (ON the Phone)  Sticky note like program WM5
    I ask because I synced my Blackjack 1 to my pc after about a year and MANY notes later, All the notes from the PC remained but ALL new notes on phone (a years worth) were deleted from the phone.
    I would like to attempt a data recovery on my mobile device- that was an insane endeavor but i got it to work now i just need to know what to look for (what type of files to recover) and or where to recover from?
    I did make the phone a drive already and have data recovery software that can pull deleted files from the phone in fat or raw data format.
    Thanks.

    Hi,
    I think this is not the best forum for your question. This forum is for Microsoft Exchange Server's mobile connectivity issues.
    Regards,
    Zoltán
    http://www.clamagent.org - Free Antivirus for Exchange
    http://www.it-pro.hu
    http://emaildetektiv.hu

  • The ADF Mobile preview pane doesn't work under Windows 8.

    The ADF Mobile preview pane doesn't work under Windows 8 64bit even I use Jdeveloper version 11.1.2.4.0,but I use windows 7 64bit or windows xp works fine.
    How to fix it, please.
    Thanks !

    Hi,
    I installed JDeveloper 11.1.2.4 on my Windows 8 machine and then the ADF Mobile extension. I can open the previewer for ADF Mobile. So there is no problem with this on Windows 8. I used the generic installation, which is that I installed the JDK and then run the Java -jar command for the JDeveloper install.
    Frank

  • Is it possible to switch the left-right scrolling behavior in Prelude?

    On my Apple magic mouse I can scroll left and right with the flick of a finger for items that are too wide to fit on the screen, such as the list of columns in the Project pane. The behavior in Prelude is to move opposite to the finger flick - in other words if I flick my finger to the right, it will move the columns to the right as the scroll bar at the bottom moves to the left. This is the opposite behavior of Premiere in the same Project panel. In Premiere, if you flick to the right, it's as if you are flicking the scroll bar. When working with both programs at the same time, it's hard to get used to the inconsistent behavior. I can change my mouse settings to switch the direction, but I cannot make Prelude and Premiere match directions.

    Hi Wes, did it really change with the update?
    My Premiere and Prelude panel scrolling behavior still differ.
    In Premiere, when I scroll to the right on my trackpad, I move forward in time.
    In Prelude it's reversed.
    How to set it? Can't find an option in the Preferences.

  • How can I convert (or switch) the RGB percent values from the LR histogram into RGB values which are shown e. g. in PS/CameraRAW?

    In LR 5.5 (same in previous versions) the RGB values in the histogram are shown in percent (relativ) values. I prefere to see the absolute values, but I can`t find any way to switch. Maybe this option is intentional disabled, because LR works in 16-Bit mode this would result in values up to 2^16. But as i compared the relativ values from LR with the absolute values from PS i run into a conversion problem. The following example shows the differences:
    CameraRAW : RGB, 128,0,0
    Lightroom: RGB, 43,8%, 19,0%, 6,2%
    CameraRAW: RGB, 0,128,0
    Lightroom: RGB, 29,8%, 47,5%, 17,5%
    Mainly i have two questions:
    1. Is there any possibility to change the percent RGB values in LR to absolut values?
    2. How can i convert CameraRAW values to LR values (see above)?

    TThe reason that a design decision was made from the beginning of LR to show only the percentage values was that RGB values are dependent on the color space and the LR histogram and numerical readout are derived from the Develop module's display space which is a hybrid color space with ProPhoto RGB primaries and the sRGB TRC. Thus the numerical values in the display would be different from the exported RGB image (in an orthodox space) and it was feared that this would be misleading. When soft proofing was introduced, because it involved converting the display to an orthodox space, it became possible to use the 0-255 scale in that mode.

  • How do i switch the information for games from one ipad to another?

    my mom got the ipad two while i had a 32gb first gen. and my lil sister was playing with a 64gb. im trying to move the game information that she has to the 32 gb so i can keep the 64. but im having trouble doing that. everytime i open a game on my 64 its hers and when i open it on hers its mine. how can i also move the gamer information?? please help!

    Just the Photos? File -> Export and export them to the Users/Shared Folder. Switch Accounts and access them from the Shared Folder.
    Thw whole Library: Drag that to the Users/Shared folder.
    Regards
    TD

Maybe you are looking for