Can i run windows in the background?

hi there
i have recently purchased a macbook pro 13" and i know that it is possible to split the hard disk to be able to install windows OS, but i was wondering if anyone knows if it is possible to leave windows running in the background and switch back to OSX?
the reason i want to try and do this is because i have a USB device for my fish tank that monitors several peramitors and uploads them to an online account so i can see what is going on in my fish tank, however it needs a local piece of software for it to be able to do this and at the minute this is only available for windows hence my question, im hoping i can get around it by spliting my mac in this way but it needs to be able to run in the background as a parralel system.
any help would be great.

Hey,
You can buy Virtual Machine apps such as VMware Fusion and Parallels Desktop for Mac and these will let you run Windows as a Virtual Machine (on top of Mac OS X). You can then run Windows programs as well as Mac ones.
If you need any more help, please ask
Connor

Similar Messages

  • How run OC4J in the background

    Hello!
    How can I run oc4j in the background(without a window open) on a solaris box?
    I have tried 'nohup java -jar oc4j.jar &' but the startup seems to hang when I do this.
    Any ideas?

    Make sure you can write to nohup.out in the current directory.
    Also, I typically start my OC4J in /etc/init.d from my solaris machine and that seems to work nicely.
    Also try putting the 2>&1 at the end instead of in the middle.
    Of you could try using CSH vs. SH, some google hits mention that makes life easier.
    Rob

  • After closing large documents (drawings) the window closes but the process runs still in the background. I open the next document, the same procedure and after dowing this several times the RAM is full the system becoms very slow. what can i do???

    after closing large documents (drawings) the window closes but the process runs still in the background. I open the next document, the same procedure and after dowing this several times the RAM is full the system becoms very slow. what can i do???

    You can always shut it down manually via the Task Manager
    (CtrlShiftEsc)...
    On Mon, Sep 1, 2014 at 3:05 PM, frank koethen <[email protected]>

  • On the mac mini 2011 how can I run windows 7 without the optical drive, On the mac mini 2011 how can I run windows 7 without the optical drive

    On the mac mini 2011 how can I run windows 7pm bootcamp without an optical drive.  I watch lots of football on sop cast and other such windows based programmes but can't work out how to do it.

    Actually Windows can be installed and booted from an external drive if the drive is connected eSATA (external SATA), since the drive is treated as if it's an internal HDD. I used the same method previously to dual-boot from 2 different HDD instead of partitioning.
    Most PC motherboards come with them as standard so it's pretty much plug and play but I don't recall seeing a recent Mac with eSATA connectivity though, so that might not be an option for you.

  • HT1846 The 2012 Mac Mini's are listed on this article. Can I run windows 7 64-bit on it and/or the 32-bit?

    The 2012 Mac Mini's are listed on this article. Can I run windows 7 64-bit on it and/or the 32-bit?

    I would buy nothing less than Windows 7 64-bit Pro.
    32-bit only addresses 3.5 GB RAM ... 2012 Macminis can hold 16 GB.
    64-bit Home addresses 16 GB RAM.
    64-bit Pro addresses 192 GB RAM and han an XP mode.
    This is all about having a good version of Windows for future use.  Yu can buy "Syem Builder" version of 64-bit Pro for $140.

  • Can you run windows via bootcamp on the macbook pro retina display 2.5GHz dual-core Intel Core i5 512GB flash storage1

    Can you run windows via bootcamp on the macbook pro retina display 2.5GHz dual-core Intel Core i5 512GB flash storage1

    http://www.apple.com/support/bootcamp/

  • Can i run windows xp(no virtualization software) in my macbook pro retina 15 inch mid 2012 . all the bootcamp compatible to my laptop support only win 7 or 8.

    can i run windows xp(no virtualization software) in my macbook pro retina 15 inch mid 2012 . all the bootcamp compatible to my laptop support only win 7 or 8.

    Not without using a VM. XP is no longer supported in Boot Camp or on newer Apple computers.

  • How do I move a partition on my mac hard drive, to an external hard drive so that i can run windows when the external hard drive is connected

    How do I move a partition on my mac hard drive, to an external hard drive so that i can run windows when the external hard drive is connected

    Are you talking about a Bootcamp partition? You can't boot Windows from an external drive.

  • Running AppleScript in the background

    Okay, yet another problem I'm having that I'm going to bug the community here with.
    Is it at all possible to run AppleScript while doing other things? For example, if I wanted my AppleScript to hop online every hour and send me back information from my site could I have it do this while I do other things? Or will I have to wait until it's completed?
    Say I wanted to create a script that hopped on my site and sent me the post number of the last post, could I have it do this while I do other things?
    Something like
    tell application "Safari" to activate
    tell application "System events"
    tell process "Safari"
    (enter code here to get post number and send it to me)
    end tell
    end tell
    I've tried doing it like this and it definitely doesn't work at all if I don't have the Safari window selected at all times, so is there any way in which I can run script in the background while I work on other things or does AppleScript require full control of my computer while it's working?

    Save this script just like the others I posted. The script will do exactly as you asked.
    <pre style="width:630px;height:auto;overflow-x:auto;overflow-y:hidden;"
    title="Copy this code and paste it into your Script Editor application.">property helloWorld : "Hello World "
    global numChars, charNum, x
    on run
    tell application "System Events" to set isRunning to exists process "TextEdit"
    if not isRunning then tell application "TextEdit" to launch
    tell application "TextEdit"
    if isRunning then make new document
    set name of window 1 to "Hello World"
    set numChars to number of characters in helloWorld
    set charNum to 0
    set x to 0
    end tell
    end run
    on idle
    try
    tell application "TextEdit"
    if x = numChars then
    set x to 1
    else
    set x to x + 1
    end if
    set charNum to charNum + 1
    set theChar to character x of helloWorld
    set character charNum of document 1 to theChar
    end tell
    on error
    quit
    end try
    return 0.1
    end idle
    on quit
    continue quit
    end quit</pre>

  • I have a Mac mini. Suddenly there are ads running constantly in the background. Even when it's just on desktop. Anybody experience this?

    I have a Mac mini. Suddenly there are ads running constantly in the background. Even when it's just on desktop. Anybody experience this?

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Drag the image file into the editing window to upload it. You can also include text in the reply.

  • Run OC4J in the background

    Is there anyway I can run OC4J in the background as an NT service?
    Thanks in advance.

    I took the approach above, and my experience was only partially successful. With some scrounging around newsgroups, orionsupport.com, and Sun's website, I came up with the following solution:
    Creating an NT Service for OC4J
    OC4J by default runs as a command shell application, so it is bound to a user's login session and will die if the user who called the start command logs off of the system. Oracle has not provided a version of OC4J that runs as a service on Windows-based servers, so here is a process to create a service using the freeware utility, RunExeSvc (http://www.winwinsoft.com/goodies/RunExeSvc/index.html). This utility is more user-friendly and flexible than tools such as srvany.exe and instsrv.exe in the NT Resource Kit.
    Dependencies
    1. RunExeSvc is installed
    (Unzip the runexesvc.zip file to a directory)
    2. Sun's JDK 1.3.1 is installed.
    (JDK 1.3.1 is required because a bug in prior versions of Sun's JVM for Windows killed any JVMs initiated by a user in that login session.)
    Installation Procedure
    1. Run the RunExeSvcAdmin.exe application
    2. Create a new service by copying the example script below into the Script window of RunExeSvcAdmin.exe. Some changes to drives and/or paths may of course be needed.
    3. Save the new entry and exit the application.
    4. The service should now appear in the services control panel. Changes may be required for its startup options.
    Example Script#########################
    # This script runs OC4J
    # RunExeSvc variables
    # if true, RunExeSvc will show internal status
    debug=false
    # the starting dir of the service
    home=e:\oc4j\j2ee\home
    # Running as an http server.
    cmdline=e:\jdk1.3.1\bin\javaw.exe -Xrs -jar orion.jar -out e:\oc4j_out.log -err e:\oc4j_err.log
    null

  • Can I run window 8.1 pro on hp a450n

    Can I run window 8.1 pro on hp a450n with upgrade 2gb ram.

    According to the specs for your HP Pavilion a450n Desktop Computer, this model use an Intel Pentium 4 and is almost 10 years old. Please run the Windows 8 Upgrade Assistant or  Windows 8.1 Upgrade Assistant to see if your computer is compatible with Windows 8 / 8.1
    I tend to think your computer doesn't support some of the needed technologies to run Windows 8 / 8.1
    If you have any further questions, please don't hesitate to ask.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Can I run Windows 8.1 using VirtualBox on my Macbook?

    The system requirements for Windows 8.1 says that it needs "Microsoft DirectX 9 graphics device with WDDM driver".  Can I run Windows 8.1 using VirtualBox on my Macbook? It's a late 2009 model with an NVIDIA GeForce 9400M 256 MB graphics card & 2 GB of RAM. (Do I need more RAM?)
    Thanks!

    While I can't answer to the BootCamp specification, I can state the use of Windows and Mac OS X in the MacBook will invite a need to upgrade the RAM; likely to the max it can use. Matching RAM of quality specs so the system will work. The specs are important, as details are everything.
    You'd likely use Boot Camp to make a partition on the internal HDD, but then the overall capacity for Mac OS X could be compromised. When you remove a partition, you'd use BootCamp again, or you'd have to erase content in order to restore to original capacity. Disk Utility generally has a harder time with a BootCamp partition.
    Good luck & happy computing!

  • How to run form in the background from command line

    please can anybody tell me to
    how to run form in the background from command line
    vishal

    Ummm....Oracle Forms is a foreground runtime kind of thing. What you want is a database procedure (or an OS utility - it depends on what sort of processing you want to do in the background).
    Cheers, APC

  • Mid-2009 MBP, 2.8Ghz Core 2 Duo, 4GB memory, NVIDIA GeForce 9600 512 MB can't run Windows 8?

    I  have a 17"  mid-2009 MacBook Pro with a 2.8GHz Intel Core 2 Duo, 4GB memory, NVIDIA GeForce 9600M
    GT 512MB.  Recently upgraded to OS X MAvericks 10.9.4.  I wish to run 3DS MAx Design using Boot CAmp. 
    The Boot Camp Assistant, downloading the Windows installers says my system can only run Windows 7.  [The newly-opened Windows 8.1 disc is right here.]  Can this be right?  Might you please identify the weak point?  Should I upgrade?  Is the memory the reason?  Is the assistant wrong?  What should I do.
    Using 3ds max, would it be wise to upgrade the memory in any case.  When the correct Windows softyware is determined and installed,  how large should I set the partition.  Thank you for helping me.

    Thanks, Kappy.  Please, I'd read those system requirements before; I still don't understand where my system falls short.  Both 7 and 8 stipulate a 1GHz processor.  Graphics card I don't know the difference.  So it's memory- I have insufficient accesible memory?  If my purpose is to manipulate highly featured images, should I upgrade memory in any case.  Does it make much difference whether it's 7 or 8?  Some places I know my footing.  Here, not.  Step by step.  Thanks!

Maybe you are looking for

  • No signal from built-in input and MIDI crashing

    Been trying to use GB to work out some rough ideas for a track. Idea was to drag and drop the stereo track into GB and then just plug the guitar straight into the computer using the 1/8" input. When I do that, no signal is getting to GB. I've checked

  • Tabular Connection - Blank Power view generation is taking time.

    Hello Team, Got a question over the Power view report creation with the default settings. We are having two tabular model connection files (bism) which were created in the SharePoint. By using the Connection 1, It is taking around 6 seconds to have t

  • Where are my pictures in icloud

    I had to get a new iphone.  All backed up to Icloud...it's been 12 hours and only some of my pictures and videos have downloaded...i went on icloud and don't see my pictures at all.  what's happening?

  • How to remove table header

    my system need to display data, i will apply to display in JTable(one field is checkbox, one is the detail info.), but i don't hope user feel their data was displayed in a table.so i do following: private static final String colName[] = { tblMain.set

  • 0ic_c03 DTP error

    Hi, I added 0COMP_CODE to my 0IC_C03 cube. I ENHANCED datasource 2lis_03_bx With zzbukrs. when i check RSA3 i got data for ZZBUKRS. In BW with the copy of BI Content Infosource iadded field 0COMP_CODE. Then i assign with transformations with Direct a