Desactivation of PS 8 when the computer is no more acessible

My old computer has crashed, the mother card is dead. PS 8 was installed on that computer, plus a Notebook. I have installed the software on another computer, but I have a message saying that I cannot us it on more than 2 computers, and that i Have to desactivate one.
Of course, I would like to desactivate the licence on the borken computer, but I can't do it. And I cannot reach Adobe support in France, il is always unavailabe.
Any help?
Kind regards,

Please see "I cannot access my previous computer" point on - http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
Thanks
Andaleeb

Similar Messages

  • I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time.How can I recover this data

    I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time. How can I recover my documents?

    If you never saved, auto save does not kick in.
    Peter

  • I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    There may be some security issues related to the USPS PDFs.
    http://www.certified-mail-envelopes.com/signatures-usps-certified-mail-return-receipt-requested
    I can't help with the scan/print problem. You seem to have done everything I would try.
    I don't know if maybe using a registry cleaner would help.
    John Hoffman
    Conway, NH
    1D Mark IV, Rebel T5i, Pixma PRO-100, MX472

  • Bluetooth no longer loads automatically when the computer starts

    I have the Bluetooth Stack version 2.01.21.1. It was working fine. When the laptop booted up, the bluetooth mouse was automatically connected.
    All of a sudden the icon no longer appears automatically in the system tray and so I have to manually connect the mouse each time
    It is still listed in the startup menu on the desktop and it is still checked in startup in the msconfig.
    How do I fix this?
    Thanks in advance

    I have just gotten off the phone with a microsoft tech who actually seems to have fixed this somewhat
    He went to start/run to get to services.msc.
    He chose "SSDP Discovery Services" which "enables discovery of
    UPnP devices on your home network" and DISABLED it.
    Go figure
    The BT icon now appears in my system tray and starts up automatically when the computer starts.
    I say somewhat because It still disconnects if left idle for a long period, which it did not do previously, but at least it is there when I log on.
    I want to mention that I have a Dell, not a Toshiba (did not realize this forum was for Toshiba laptops rather than Toshiba software) but perhaps
    you will find this information useful.
    Also, at http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx you will find an autorun tool that lets you fix what is or is not
    in the startup menus. It seems to work better than using msconfig which on my laptop was not making a difference as to what started up and what did not.
    It is meant for IT professionals so I would not mess with it too much. However if you just check or uncheck in the startups for the BT manager you will
    not do any damage.

  • My Mac got hacked. I was working on a word document when the computer suddenly started typing meaningful sentences on its own that describes how the hacker is skillful. At the that time I was on a password protected wifi and file sharing was off.

    This is the first time I get hacked this bad. I was working on a microsoft word document when the computer suddenly started typing meaningful sentences on its own that describes how skillfull the hacker is. At the that time I was on a friends wifi network that is password protected (not sure about the encyrption), the Os X Firewall was on. I was using the admin profile, however, file sharing was off. I'm very careful not to install any suspecious 3rd party software.
    So far I have verified permissions and fixed some errors there, and changed passwords.
    Do I have to erase/format my computer and reinstall the Os? If so is it adequte to use the internet recovery tool or will it use old and possibly infected EFI/Root files?
    Would appreciate the advice of all the Mac experts out there. Thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo launchctl getenv DYLD_INSERT_LIBRARIES; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; launchctl getenv DYLD_INSERT_LIBRARIES; echo; crontab -l 2> /dev/null; } | open -ef
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Preview will not print 8.5" x 14", only when the computer feels like it

    This problem has gone on for too long and I don't know what else to do. I have flyers that I cannot print because preview refuses to recognize the document size correctly and consistantly, and I have no other program that can print to our copier.
    This happens with any PDF that is not 8.5" x 11". Both 8.5" x 14" and 11" x 17" exhibit the same problem. First I open a PDF in Preview, then I change the document size in Page Setup to "US Legal" and scale of 100% (the scale is always wrong because it is automatically resizing the document to fit on 8.5" x 11"). Then I go to print, check under Paper Handling and under Destination Paper Size is says "Use documents paper size: US Letter". This does not change no matter how many times I visit Page Setup and no matter how many times I save and re-save the file.
    At random it will recognize the document size as "US Legal", but this happens only when the computer feels like it, at least that's what it seems like because there are no other settings that are different between one file and another that would cause it to print one as Letter and the next one as Legal.
    Some PDFs are created in Photoshop, while other are created in Acrobat. I cannot print directly from Acrobat because of some weird problem with our copier; I cannot print from any Adobe CS3 software.
    I don't know what to do. Any help is greatly appreciated.

    com.apple.print.custompapers.plist didn't exist on my machine, but com.apple.Preview.plist did. I moved it to the desktop as you suggested, opened the files in Preview and this time it worked. Thanks so much!
    I tried looking at the file, but it didn't make any sense to me. Must have been something in there that caused the problem, though.

  • What does a file folder with a question mark in it mean when the computer won't start?

    What does a file folder with a question mark in it mean when the computer won't start?

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from the hard drive's location.
    (68976)

  • Should the fan in my MacBook Air be running when the computer is shut and asleep?

    Mine is, and this seems like a waste of battery life. I feel like the fan used to shut off when the computer was shut. But now, even when I close the MacBook, the fan still runs as fast as it did when the computer was open. Anyone know what the heck is going on here?

    Yeah I think it is a Mavericks thing. Mine actually wasn't too bad. I closed the lid at night when my power was at about 52% and the fan kept going. I just went to bed, and in the morning, the fan had stopped, and my power was still around 51%, so it didn't eat any of my power like I thought it was going to. Mavericks must have the ability to cool your computer when needed even after you close it. It actually turned out to be not that big a deal.

  • Everytime I try to watch a video, or when the computer makes noise, it shutters. pavillion g7-1263nr

    I just got a new hp pavillion g7-1263nr notebook pc windows 7 64-bit, about 5 days ago and I noticed when i turned it on the first time and everytime since, the sound shutters. This happens also when I watch a video, or when the computer is alerting me of something. The shutters are sometimes not very noticeable, and sometimes they are louder.

    hello denverniccole, websites will detect your location based on the public ip address your internet service provider assigns to you: http://www.yougetsignal.com/tools/network-location/
    there's not much you or the browser can do to change that - if you suspect that your location is wrongly determined, please contact ABC's support & explain the situation...

  • How do i get an itunes library from a phone when the computer has crashed and it needs to go on a new computer

    How do i get an itunes library from a phone when the computer has crashed and it needs to go on a new computer

    1) ensure iTunes is authorized for your iTunes store account(s)
    2) connect your device and right-click or control-click it in the iTunes Source list, then choose transfer purchases from the shortcut menu that appears.
    3) sync the device
    iTunes will wipe the iPhone but, since you transferred your purchases in the previous step, your content will be in your library and you can re-populate the iPhone with it.
    above works for purchases from the iTunes store. for everything else, check out this post by Zevoneer.

  • I'm wondering if anyone else has had problems with their imac fans being extremely loud when running at slow speeds?  When the computer heats up enough for the fans to run at higher speeds they quiet down. New HD fan was just installed.

    I have an imac that I've had for a couple years.  The fans have always been loud when running at the slower speeds.  When the computer heats up enough for the fans to run at a higher speed the fans quiet down.  I had installed SMC fan control after multiple attempts with Apple to get the fan issue resolved.  That seemed to keep the fans quiet enough.  I've never had a problem with overheating.  Recently the fans were becoming loud again even running at the slightly higher speeds so I took it to my local Apple store and they replaced the hard drive fan.  I got it back and it's now as loud or louder than ever!!  And, now SMC fan control won't "stick."  The fans will speed up, but then gradually go back to the lower "loud" levels.  I'm at a loss as to what to do next. 

    Thanks jared,
    I'm still dealing with this issue through Apple. Some time after I posted this, I contacted Apple again. They did start a case up for me, as I was experiencing the same behavior on two different machines, with two different versions of Windows.
    So far it remains unsolved. I've logged iClouds for Windows on my desktop, which is brand new, then logged for awhile after completely uninstalling Norton Security Suite, depending on the Microsoft security for some time, and finally logged after I uninstalled iCloud for Windows, restarted, installed a clean download, and connected using a completely different test account, which Apple set up for me. None of this made any difference. Looking at the logs, it seems every 10 minutes, iCloudServices.exe creates a new TCP connection to confirm I'm using less than 5GB on iCloud, (which I am by a good margin, using less than 2GB), it seems this connection is not closed, and when the next iteration rolls around 10 minutes later, a new TCP connection is created. I come very close to having 6 TCP connections created per hour, until I restart my computer. This works out to... 6 x 24 = 144/day.
    Perhaps the article you posted will shed some further light on this. I'm thinking seeing the state of the connection through netstats, at the least, could help.
    For the last week, I've been putting a hold on further logging, as Apple wants me to create a new user account on one of my computers, install iCloud for Windows there, and log it running in the other account. This however basically means I cannot use my computer for a fair number of hours, and I've been busy enough with work the past week that I haven't the time or energy to afford to set this up and run it. I've had need of my computers too much for the past week.

  • Will accountability software still pick up unsuitable browsing when the computer is in private browsing mode?

    Will accountability software still pick up unsuitable browsing when the computer is in private browsing mode?

    That depends. If they're reading Firefox files to see if you're visiting certain sites, then it won't show up. However if they're watching (or blocking) your network traffic or other things outside of Firefox, then they'll still be able to detect what sites you're visiting.

  • My mac wont turn on. It is charging and the on light is on when the computer is shut but once I open it the light turns off and the screen is black.  I turn it off and then on again and the start up noise goes but it is still black - Help!?

    My mac wont turn on. It is charging and the on light is on when the computer is shut but once I open it the light turns off and the screen is black.  I turn it off and then on again and the start up noise goes but it is still black - Help!?

    Claire, please post your machine specs as requested. There are some variants of the MBP with specific hardware issues. Example: the older "silver key" MBPs with 2.2Ghz and faster processors can have a defective video chipset that produces a black screen or distorted video. That problem is covered under an Apple program that will fix this at no cost to you if you computer is that model.
    Do "About this Mac" from your Apple menu and, in the resulting window, click the "More Info..." button. That launches System Profiler for you. The first screen looks like this:
    The second line, "Model Identifier" (or "Machine Model" if you are running OS10.4) precisely identifies your MBP variant. Post that, and include it in your equipment info in your profile for future posts. That means people don't have to ask, and you get faster help that is targeted to your specific model. Saves everybody a bunch of keystrokes and you get better advice.

  • Why do I only get Email when the computer is turned on?

    Using Thunderbird, If the computer is off, no emails are delivered. If the computer is on and I'm signed into my computer account, email seems to work normally. I do not need to be signed on to email.
    I previously tried Outlook and Windows Live and had the same problem. Earlier, I used Outlook Express in Windows XP which worked perfectly.
    My Email provider is mindspring and my computer is running W7 SP1.
    Thanks,
    Lynne

    Can you explain how exactly you expect to receive email when the computer is turned off?

  • Why are Mail and Firefox swapping places when the computer wakes, and how can I make them stop?

    If I put my MacBook Air to sleep with Firefox as the top application, when I wake the computer, Mail will jump to the top. If Mail is on top when the computer sleeps, when I wake the computer, Firefox will leap to the top.
    This has only happened for the last week or two; the two aps have otherwise coexisted peacefully for the last couple years.
    Does anyone know what's happening and how to make it stop?
    Thanks,
    Pitsligo

    See: Firefox > Preferences > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    See: [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

Maybe you are looking for