Two laptops w/ different operating systems

can i use the desktop mgr on two different laptops (one with XP the other with vista) to keep my outlook synced?

Yes, you can.
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
3. Install free BlackBerry Protect today for backups of contacts and data.
4. Guide to Unlocking your BlackBerry & Unlock Codes
Join our BBM Channels (Beta)
BlackBerry Support Forums Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • HELP!! Authorization in the same laptop with different operation systems

    My BF installed Win 7 operation system on his laptop yesterday and re-authorized it when he used iTunes. However, when he finished authorization, a dialog block showing that "*Including this one, you have authorised two computers out of your available 5*" appeared; what's worse, when he connected his iPhone to the laptop, it deleted all the bought apps in the iPhone, instead of synchronizating.
    I also want to install Win 7 operation system, but I'm afraid that the same thing would happen again (to my iTouch).
    We're quite confused that why the authorization in the same laptop with different operation systems is counted as two times. Friends who know please tell us whether this is the case.. If not, please tell us how to deal with it as we frequently re-install operation system for quicker operation.
    Message was edited by: Shiwen
    Message was edited by: Shiwen

    It's the *operating system* that is authorised, not the particular user profile or the hardware. Before upgrading/reinstalling deauthorise and you won't run out...
    tt2

  • Installing Adobe Photoshop Elements 10 on two computers running different Operating Systems

    Dear Customer Support Team!
    I have the following questions and hope to get your soonest response:
    Can I install Adobe Photoshop Elements, I bought recently, on my two different computers; one is PC running Windows 7 and the other is iMac running Mac OS 10.6?
    As my Adobe Photo Shop Elements 10 came bundled with the 'Trial version'  of Adobe Premier Elements 10, can I purchase the 'Serial Number' only and how to do it?
    Thank you very much indeed.
    Best regards,
    Steven Setiawan.  

    Can I install Adobe Photoshop Elements, I bought recently, on my two different computers; one is PC running Windows 7 and the other is iMac running Mac OS 10.6?
    Yes, PSE is cross-platform, anyway.
    As my Adobe Photo Shop Elements 10 came bundled with the 'Trial version'  of Adobe Premier Elements 10, can I purchase the 'Serial Number' only and how to do it?
    You just buy a normal license as a download, if you so desire. This gives you a serial and a download option, the latter of which you then of course will not need and can simply input the serial in your disc install.
    Mylenium

  • Extra licence for different operating system?

    I have Lightroom 5.7 on my home PC, running Windows 7. I plan to get a small laptop computer for travel, possibly a Macbook Air. Would I need to pay for another license for the different operating system?

    Modesto Vega wrote:
    a laptop and a desktop
    Any combination - one of each, or two laptops, or two desktops.

  • Jvm 1.4,1.5 default memory usage in Ram in different operating systems

    Hi ,
    Can anyone help me with the default memory occupied by Jvm in different operating systems ?
    I have practically seen that jdk1.4,jdk1.5,jdk1.3 has around 64 Mb as the
    default size on 32 bit machines .
    I am in need of the similar data for jvms on Solaris,Unix and Linux machines . Also much curious to know about the default memory occupied on 64 bit machines. It would be really great if the statistical data is present in any link .
    Thanks and Regards
    Suman

    Default Heap sizes on 64 bit JVM are by default 30% bigger then the 32bit version to accomodate the extra memory used by 64 bit object pointers instead of 32 bit.
    This link plus documents close to it answers most questions.
    http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html#1.1.%20Types%20of%20Collectors%7Coutline

  • Java Program in Different Operation Systems

    Just one question? can I use a java program (.jar) compiled in windows, in my solaris only by copying the .jar , or do I need to compile it with the solaris SDK?
    Thanks in advance for your help and sorry for my ignorance.
    Javier

    Hi,
    It is not required to recompile bcoz the .jar file contains .class files which are independent of Operating system which will be taken care (interpreted) by JVM.
    Actually there is different JVM's for different operating systems(Windows 98,Unix,OS/2). No need to have differend java class file for different operating system. Pls, remember Java is platform independent language.
    Regards,
    S.Prabu

  • I deleted a 200mb partition bt accident, now my laptop shows missing operating system, what should i do?!!

    I deleted a 200mb partition bt accident, now my laptop shows missing operating system, what should i do?!!

    How old is your Mac?
    Have you tried using the Recovery Partition
    And why are you deleting partitions?

  • Memory Allocation under Different Operating Systems

    Hello
    What is the exact behavior of java -Xmsn -Xmxn under different operating systems?
    I am running my application on windows and linux.
    In linux i specify java -Xms512M -Xmx512M and it seems to only initially allocate 22M (i have enough space on the machine).
    I also do the same on windows and it seems to allocate 97M or so.
    Does any understand what exactly happens when you allocate min and max memory on different operating systems? Are these options fully functioning?
    Thanks

    AS far as I know -Xms is the minimum size of the heap, and when the VM will be created it'll bild a heap of this size.
    Ussually on servers this parameters are fixed to the same size, to the limit of memory that the machine has. This has one advantage: everytime the heap increases your application may be stopped because of the need of ollocate new memory. If you make the initial size of the heap to bhe equal to the minimum this never will occur, despite the starupo of the application will be slower due to the need of allocating big amounts of Ram.
    About what you have seen, I'm afraid you are doing something wrong. This parameter works, and if you stated that -Xms128m, the initial heap of your aplication will be this (I've just checked it under Windows 2000).
    Abraham.

  • Numbers of Oracle DB usage on different operating systems

    Hi all,
    I am looking for numbers that breakdown in what proportion Oracle DB is used in different operating systems, specifically the percentage of use in each group of operating systems.
    - Windows
    - OpenVMS
    - Linux
    - Unixes.
    - Others
    Could someone provide some numbers or a link to where I could get the information?
    I am especially interested in windows and OpenVMS...
    Best wishes to all
    Andre

    Hi Andy,
    I'm seeing lot of companies prefer Unix(Solaris, HP, Linux) as a production. My experience working with 3 big clients like Cingular (USA), Orange (UK) & SKY(UK) they have many solaris oracle and few HP oracle (Orange).
    Cheers,
    Kamalesh JK

  • Multicasting using different operating systems

    Hi,
    I was testing the multicast example from the Java Tutorial (http://java.sun.com/docs/books/tutorial/networking/datagrams/broadcasting.html). The example does not seem to work with machines running different operating systems. I tried running the example server on Solaris machines and the client on Linux machines, and vice versa. The only machines that receive data are the machines running the same OS. The machines are on the same subnet and are all using Java v1.3.1.
    Any ideas on how to get this working?
    Thanks,
    Andrew

    Did more testing. Seems to work between Linux and Windows (NT/2000). But not between Solaris and anything.

  • Using different operating systems?

    Can compiled code be moved to a machine with a different operating system and still run ok?

    Yes. You should beasble to write a prog in Windows and Run it on a Mac. When you compile it only compile some of the code. Once the program is run the rest of the code compiles. Each OS has its own Java Virtual Machine or Java Runtime Environment

  • Exchange Datasfrom different operating systems

    Guys ?
    Without any jailbreaking do iPhones can exchange datas from different operating systems like Android ?

    Sorry no not for music.
    Music needs to be in your itunes library and then sync your phone to it.

  • DB Restoration in different Operating system

    Dear Experts,
    In SAP supporting Database, which DB will allow the database backup that can be restored in different Operating System Platform.
    Say for example: I will take a database backup on windows system and i want to restore the same in different OS other than windows.
    BR,
    Jai

    Generally: Not supported.
    Each operating system stores the data in different block sizes plus it may have different endianesses.
    For Oracle there are various options:
    - OOO (see Note 1508271 - Oracle to Oracle Online Migration - Triple-O)
    - transportable tablepsaces (Note 1367451 - Oracle 10g: Transportable Database)
    - standard R3load procedure (hetergoeneous sytem copy)
    For all those migrations you need to have a certified migration consultant on-site (see http//service.sap.com/osdbmigration).
    Markus

  • Just wondering if I can have a different operating system......

    Just wondering if I can have a different operating system on an external drive....
    You know have Tiger in the main, and Leopard on an external. I always thought that the you can only do that with the 2 internal drives....
    Thx....

    I believe you can do that, but for an external drive to be bootable, I think it has to be either FW or eSATA.

  • How to install two different operating systems?

    Hi Guys,
    In my macbook, I was using Server 2003, installed through Bootcamp. For some reason I urgently needed to install Windows XP on another partition i.e, I needed two operating systems natively without being used VMware.
    Could you please post how could I succeed this through Bootcamp or any other third party software?
    I really appreciate for your fast response.
    Reg,
    Sri.

    Other possible setups:
    run OS X from external
    - there are even ExpressCard eSATA - and it may be possible with some to install later versions of Windows 2008 or 7.
    Shrinking Windows partition (backup wtih WinClone or something) will interfere to some extent with the Apple OS Switcher but does work; then install in there.
    Using a PC to run and manage Windows - after using my Mac for almost 3 yrs - is so much easier, and flexible, even though the Mac Pro can have as many Windows partitions as you want on multiple drives (internal) and partitions.
    I know you can install XP after Vista or 7 is installed w/o editing the boot.ini or using EasyBCD to 'fix' Windows boot manager.

Maybe you are looking for

  • I web not displaying correctly in Explorer

    Hi guys,                I've just uploaded my website , (to Go Daddy) created on iweb (09) and it is perfect in Safari but looks dreadful in Internet Explorer on my PC and a little funky in Firefox. In Explorer on my PC (Windows7) boxes are in the wr

  • Multiple network connections

    On MacPro 3,1, have 2 ethernet connections plus Airport wireless.  Have iStat widget which shows only one with connection activity.  Can all three work simultaniously?  Sort of multiplex to increase bandwidth. All three obviously have different IP ad

  • Low quality Youtube-videos in Safari

    Since the introduction of iOS 7 the quality of YT-videos which are embedded in a website I'm viewing with Safari is very poor (to say the least). Even when I know for certain the video is available on YT in e.g. 1080p, Safari still only shows it in -

  • Passing value from Frame Driver to Form

    Hi, I have a frame driver which shows some (project Names) when submitted calls a form in the target area. I'am joining 2-3 tables and i cannot pass the Rowid but i'am passing another field value. My problem is when i select a Project Name and hit th

  • Problem with Script Events Manager buttons not showing up

    Hi, First off let me say that the latest release of Adobe products is a steaming pile of @#$#$. Countless software issues, it's slow, buggy, you name it. That being said, has anyone had this problem and know how to fix it. My Script Events Manager is