Can't stop the syncronizer from starting

I am runnning Elements 8 on an XP system.  When the Photoshop.Com syncronizer runs, it sucks the life out of my CPU.  That would be ok with me because it appears I should be able to tell PS8 to only sync when the system is idle, however I can't keep the syncronizer from starting up.
I stop the syncronizer and I also have turned off the flag to sync when new ablums are created.  However if I try to rename an album, the syncronizer fires up no matter what I do.  Until the syncronizer stops, I can't use my PC.
Is there a way to fix this?
Thanks,
Joe

On the welcome screen there is an option to manage the account, Sign out from there and it shoould be the perfect. Or after launching the program (Organizer or the Editor) go to the menu bar and click on your name to sign out. Once you sign out it will not syncronize.
You can also try to Open the task manager and under processes end the one that says as backup.

Similar Messages

  • How can i stop my mbp from starting up in target disk mode

    how can i stop my mbp from starting up in target disk mode

    It should only do that if you hold down the T key at startup.  Otherwise the PRAM battery is probably near death, or the T key needs to be cleaned so it doesn't think it is being held down.  To clean the keyboard properly, you will probably need to bring it in for service.

  • Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac

    Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac?

    One thing to check:  when shutting down or restarting, there is a checkbox in the shutdown/restart dialog which asks whether you want currently open applications to open at startup.
    charlie

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Hi...I have this problem, everytime I want to print something out the mac asks me for the computer password...that is really becoming annoying after. That happened since I upgraded to mountain lion. How can I stop the computer from asking me that?

    Hi...I have this problem, everytime I want to print something out the mac asks me for the computer password...that is really becoming annoying after. That happened since I upgraded to mountain lion. How can I stop the computer from asking me that?

    If you are printing via a Windows shared printer and it is the Windows user account that you are being prompted for then you can save this in the Keychain, as shown below.

  • Hi everyone ,my iphones been stolen how can i stop the rheif from using it ?

    Hi my iphones been stolen how can i stop the theif from using it

    Hi Sydney plumbers,
    If you have recently had an iPhone stolen or lost, you may find the following article helpful:
    Apple Support: What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/ht5668
    Regards,
    - Brenden

  • Can I stop the iPhone from surfing the internet and still use the "find my iPhone" option?

    Hi. Can I use my iPhone without causing internet-costs? I have got a prepaid-card and my iPhone uses the internet all the time - that costs a lot of money. So can I stop the iPhone from surfing the internet and still use the "find my iPhone" option?

    Find My Phone REQUIRES an internet connection in order to work. Either WiFi or Cellular Data. So, if you turn off Cellular data, you're defeating Find My Phone.

  • Can I stop the flashbulb from flashing when incoming messages appear?

    Can I stop the flashbulb from flashing when incoming messages appear?

    Yes.  Just turn it off in settings.
    You should read the manual:
    iPhone User Guide (For iOS 5.1 Software)

  • How can I stop the program from going through all of the text previously put in.  It is making the process very slow.

    How can I stop the program from going through all of the text previously put in.  It is making the process very slow. 

    while True:
    and just indent everything else under it
    Ends when you press ^C.
    if you wish to have a way to break out of the loop, say, when you press enter at the VPC number without entering anything, add the following after your vpc input:
    if not vpc:
    break
    which will break out of the while loop and end your program.
    Last edited by buttons (2007-12-14 22:03:06)

  • How can I stop the screen from rotating on my iPod touch?

    My son is blind and has an ipod5 using the voice over feature. Everytime he moves it says landscape bc of the screen rotating. How can I stop the screen from rotating on him?

    To lock the screen in portrait orientation, swipe up from the bottom edge of the screen to open
    Control Center, then tap  the icon with an arrowed circle with a padlock inside
    page 20 of
    ios 7.0 ipod touch Manual

  • How can I stop the ringer from  showing up on the screen?

    How can I stop the ringer from  showing up on the screen?

    Use VMware Fusion? But seriously, Fusion does what you want. It just puts a mini VM control menu at the top when running full screen (and that's configurable, too), so the main menu bar doesn't appear at all. Which means that it's up to Parallels to handle this. Are you running Parallels 7, which is designed for Lion? If you are and Parallels still doesn't offer something similar, you need to contact Parallels.

  • How to stop the executable from starting when opened

    Hi Guys,
    I am building an exe with the application builder. I am not able to find a way to stop the exe from running when opened. I dont need the exe to run. I know I m missing a very basic step here but I m not able to do that.
    Could anyone explain me how to do this.
    Regards,
    Nitin

    Hello,
    This is Dominic L. from Applications Engineering at National Instruments. This was reported to R&D (CAR#41DAPUQU) and was fixed in LabVIEW 8.2.1. Here is a link to the current evaluation software download for LabVIEW:
    http://digital.ni.com/demo.nsf/websearch/14f9ce475127ade786256ac60070926c?opendocument
    This particular bug actually renders all the build options for source file settings unusable. While the other options can be set manually in the source VI properties, the start-up VI will always run when an executable is opened.
    Here are three different workarounds to this:
    Option 1 - Upgrade to 8.2.1. 
    Option 2 - Check "Enable debugging" and "Wait for debugger on launch" in the Advanced page of the build specification. One side effect is this will include the block diagrams of the VIs and extra code for debug tool support. Note that if you don't protect the source code (block diagram), it kind of defeats the purpose of creating an executable.
    Option 3 - Use a dummy startup VI to launch the desired startup VI.
    For the third workaround, the attached "Dummy Startup VI.vi" uses VI server to open the desired startup VI's front panel and then closes.  To use the Dummy Startup VI follow these steps:
    Add the Dummy Startup VI to the project.
    Open the Dummy Startup VI and change "Main VI.vi" to the VI you would like to open but not run in the project and save.
    In the source files page of the build, select the Dummy Startup VI as a startup VI and the VI you would like to open but not run as a support VI.
    Build and run.
    I hope this helps.
    Have a great evening!
    Best Regards,
    Dominic L.
    Attachments:
    Dummy Startup VI.vi ‏12 KB

  • How to stop the dispatcher from starting the server?

    Hi all,
      I am trying to disable the dispatcher from starting the server automatically, Both in the service or daemon, and in the go.bat files.
    Thanks
    Jeremy

    Right now, I start the state from the go.bat script.
    Then I start the dispatcher from the go.bat script
    what happens next, (the default setting after intsallation) is that the dispatcher calls the server in cmdline mode.
    I would like to be able to start the 3 independently for troubleshooting.
    Even when I try to use windows services to start them, I can only start the "state" and "dispatcher" service.  Some how the dispatcher is calling the server, regardless of how I start the dispatcher.
    Thanks
    Jeremy

  • How can I stop the Mozilla Firefox Start Page from taking over my computer. I have reset the home page a half dozen times.

    For the past month, every time I open Firefox, the Mozilla Start Page (with Google in the middle) takes over my home page setting (NY Times). How can I stop this from happening?

    To the extent that I could, I tried the above, despite the lack of clarity at times. For example, how do the uninitiated find "sessionstore.js" and "sessionstore.bak" and the Firefox profile folder? Assuming that I eventually find them, what in the world does "check for problems" mean?
    There are many of us out here with limited to moderate computer sophistication, and more detailed suggestions would be much appreciated. I am in the moderate to high category, but much of your response was marginally useful, to be kind. Not to say that I don't appreciate what you have written.

  • I tried to download picture/video files from iPhone 5S to MacBook Pro but it won't stop importing and I don't have phone connected.  I need to shut down the computer and I can't stop the import from spinning

    I tried to import picture/video files from iPhone 5S to MacBook Pro Aperature.  It appeared to be trying to download every picture I have ever taken even tho I checked do not import duplicates.  The phone is not connected to lap top.  It has been spinning for 1/2 day.  I can't stop it. I can't shut down the computer. How do I stop the import and shut computer down.

    Hey L. DENISE,
    I recommend that you use the following article to help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Safari 5.1.2 hates PDF!

    My old Safari loved PDF documents. When I clicked on a pdf link - I could see it in Safari without any trouble or issue. Now with the new update - Safari 5.1.2 - the monitor just go dark when I click on a pdf link. And Safari will not aloud me to sav

  • Takes a long time to read

    All of the sudden my iPod is taking a really long time to read on my computer. I will plug it in a it will take a long time for iTunes to open up. After it finally updates the iPod and I decide to update it again, it takes forever for it to read. I l

  • SQL Reporting Services report hyperlink error

    I have an issue were experiencing with SQL SCCM Reporting Services When we run reports in SQL RS and the reports have are able to be drilled into detail by selecting the eg. computer name we find that we get the following issue. "The item '/ConfigMgr

  • Why we do not have CC blank copy on BlackBerry 10?

    All previous models allow to send a copy of your message to yourself It is very useful once the main concept of BlackBerry is to manage e-mails on the go. But is also important to keep them recorded in your PC. I used to do in my old model. On the BB

  • Not able to sync in Application Server... getting java error

    Hi Everybody, I am trying to sync my applicaton but getting sync 9025 error. Can anybody please give me urgent result. I am also providing user error trace file. Sync session exception stack trace: java.sql.SQLException: ORA-00942: table or view does