Change the Adobe ID, registered by the Adobe CC customer?

Hey there!

I just bought a subscription for one year of CC registration. Adobe has worked well, but the problem is that other Adobe ID has been used on my PC before that has not been activated. This may seem a somewhat silly question, but every time I open my local customer of CC, it comes me invites to activate the other Adobe ID and I can't find a way to connect via the Adobe ID, I bought my CC subscription with. (And even if I have access to the old code identification Adobe has been recorded on the address, return the confirmation email does not work, so I can't just try to connect with the old Adobe ID and see if I can change the logon data after signing in).

Re-install the client CC does not help, so I can't see not wood trees or is the procedure of signing with another identifier Adobe intentionally more difficult should it be from my point of view? I say delete the registry entries for the client CC (I use Windows 8) will probably be the case, but someone knows exactly where to find the entries in the Windows registry?

Happy for your help!

Joscha

Good, a discussion with the Adobe support team has now solved the problem. It seems that the Cloud Creative client stores the default login data in the C:\Users\\AppData\Local\Adobe\OOBE directory. Quit the CC customer, deleted the directory, then by restarting the client lets connect you with any Adobe ID you want.

Tags: Adobe

Similar Questions

  • Change the VM with custom attributes defined in a CSV file

    Hi all

    I'm doing something that I think should be simple (but this is the first time I used powercli and am not a good code writer), but I find it hard to tell.

    I created 2 custom attributes (owner and owner of the SSG system) in vCenter for my virtual machines.  I have a list of vm names csv and their associates "owners".  I would use powercli to read the csv file and connect to the VC server and the 'owners' of entry in the appropriate field.

    I borrowed com code from various places on the internet and these forums but I can't seem to make it all work.  I managed at least to read the information in the csv file and is displayed on the screen of my laptop.  What I can't do is get 3 columns in the csv file to be recognized as variables (unless there is some default variables I don't know) I can put in the game-Annotation lines.

    The code I have is:

    # Input range, includes all IBD VM names that are registered.
    $data = import-Csv "C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\vmowners1.csv"-Header ('Hostname', 'Owner', 'SSG owner')
    # $data | Get-Member
    Write-Output $data
    # Loop over all the VMS in vCenter
    ForEach ($row in $data)
    {
    # Create variables for the current virtual and its 'Contact' and 'Description' computer that are custom attribute fields.  Also create a $note string to use Set-VM-Description
    $hostname = get-VM-name $vmname;
    # $contact = $vm | Get-Annotation CustomAttribute - user;
    # $description = $vm | Get-Annotation - CustomAttribute Description;
    # $note = $contact.name + ":'t" + $contact.value + "' not n" + $description.name + ":'t" + $description.value;
    Set Annotation - entity $hostname - CustomAttribute "Business system owner" - value $SSG_owner
    Set Annotation - entity $hostname - CustomAttribute "SSG system owner" - value $system_owner
    # Set - VM - VM $vm - $note Description - confirm: $false;
    }

    The result, I get on my screen is:

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts >.\setvmownership.ps1

    Owner of the company that owns SSG host name

    --------                                              --------------                                       ---------

    ABPPROXY-00-AH

    ACE-01-AH hung Laallmmi hung Laallmmi

    Get - VM: could not validate the argument on the parameter 'name '. The argument is null or empty. Provide an argument that is not null or empty, and then try the AGM of the order

    in.

    To C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:13 char: 29

    + $hostname = get-VM-name < < < < $vmname;

    + CategoryInfo: InvalidData: (:)) [Get - VM], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:17 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "Business system owner" - value $SSG_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:18 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "SSG system owner" - value $system_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Get - VM: could not validate the argument on the parameter 'name '. The argument is null or empty. Provide an argument that is not null or empty, and then try the AGM of the order

    in.

    To C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:13 char: 29

    + $hostname = get-VM-name < < < < $vmname;

    + CategoryInfo: InvalidData: (:)) [Get - VM], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:17 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "Business system owner" - value $SSG_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:18 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "SSG system owner" - value $system_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    The CSV file looks like this (but continues for about 500 VMS):

    I go with the option import-csv because that said something that I read in my troubleshooting efforts would empty columns and error I received and that import-csv correctly would intrepret in empty columns.

    hostname, business_owner, system_owner,

    ABPPROXY-00-AH,

    ACE-01-AH, James Laallmmi, James Laallmmi,

    acrodev-00-ah, tflessa, Bruce Hastings,.

    ACT1DDB00AH, Bill Mancini, Mike Bruni,

    ACT1TDB00AH, Bill Mancini, Mike Bruni,

    What should I do to be able to get this script to work? I don't know that it is related to messages "argument is null." that we see in the output.

    Thank you

    Dan

    Hello, dscottimw-

    You were on the right track.  There were a couple of things to change to make it work as you want:

    1. either remove the "-header" part of the Import-Csv line or delete the actual header of the CSV itself - these are elements in conflict (the "-Header" param names of the columns in the CSV and assumes that the CSV file has already no header row)
    2. you need to access the properties of the $row variable in the ForEach loop - not only call the names of the CSV column headers (this is why you may receive errors on things 'null' - whether you use variables that have no value)

    Try this:

    # Input array, includes all VM names from DCI that are registered.$arrVMsInfo = Import-Csv "C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\scripts\vmowners1.csv"#Write-Output $data
    
    ## loop through all VMs listed in the CSV, setting custom attrib values for eachForEach ($row in $arrVMsInfo) {    ## get the VM for this row    $vmThisOne = Get-VM -Name $row.hostname    Set-Annotation -Entity $vmThisOne -CustomAttribute "Business System Owner" -Value $row.business_owner    Set-Annotation -Entity $vmThisOne -CustomAttribute "SSG System Owner" -Value $row.system_owner} ## end foreach
    

    And, to give it a shot without actually play the game on annotations, to make sure things go as you like, you could add a - WhatIf to each line in Set-Annotation in the ForEach loop.

    Which works better for you?

  • Cannot change the appearance of custom settings window

    Hello

    In the attached vi, I changed a few custom settings in the appearance window category vi properties box. What should I do to change the settings back to the 'top-level Application window"? Simply by clicking on the respective radio button doesn't seem to work. Even after registration, the proposed closure and reload the project and vi, the setting is always "personalized." I'm using LabVIEW 2011.

    Thanks for your help.

    Peter

    Hello Peter,.

    I opened your VI on my computer, and of course, I see the same behavior not being able to return to the "the top-level application window.

    If you create a new VI and then change the Custom window properties in the properties of VI, are you able to reproduce the same question? If this isn't the case, I would try to copy and paste all of the current code of the VI to the new and see if you still have the same results.

    The only solution is to put the settings customized to their original settings in order to reproduce the parameters of the top-level window.

  • Change the dynamic stamp custom after Placement

    I have a client who seeks to create a dynamic custom stamp.  When the stamp is selected, it will open a form and ask several optional fields.  I'm fine with that, but they would also then send the document to another user and allow them to edit this stamp by adding/changing/deleting information from the stamp.  I know that's not possible, but I thought I should at least ask the experts before you jump to conclusions.

    You are right, it is not possible.

    Wednesday, July 30, 2014, at 21:03, jacecoleman, [email protected]>

  • Change the wallpaper of customer connecting to the domain

    I want to change each client wallpaper in my field a cooperate photo when they connect to the domain. Pls tell me how to do it in the domain controller.

    Hi cindy,.

    Your question is outside the scope of these consumer forums. It is better suited for the IT Pro TechNet public. Please ask your question in theForum on Technet group policy. Thank you!

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Changed the admin user customized to a regular admin user group. Changed again to custom and connected to the wide and, now, the admin user's profile is not there. Any suggestions?

    I have another standard user and a guest account. When uac asks for an admin password, there is no space for the password. Tried safe mode, still not visible. When you use standard user, I can see the profile of lost files and account, but may not restore or retrieve. Important data are on account of lost clean install would be a last option. Can not run anything as an administrator. Y at - it a hope of recovery?

    You can solve your problem as follows:

    1. Set your BIOS so that it uses the DVD drive as its primary boot device.
    2. Start the computer with your Windows 7 repair CD.
    3. Press a key when prompted to boot from the DVD.
    4. Select 'PC Repair' in the menu.
    5. Select 'Repair' when prompted.
    6. When you are prompted, select System Restore.
    7. Configure Windows to a point before you changed things.
    There are two very important lessons to be learned from this event:
    • Running a machine with a single administrator account is short-sighted. Plan ahead a little and create, test and document an alternative admin account, same as you have a spare emergency House key.
    • Many people think that regular backups on an external support is a waste of time. Only, they change their minds after that they undergo a major disaster.
  • Change the Notes to custom for guests attributes field

    People,

    I need a way via Powershell (I know I could probably do via SQL, but I would avoid editing the VC DB directly) to go through a server cluster and be able to edit any guest VM that has a custom attribute defined in the Notes field. Our problem is that we use Platespin for all of our P2V and he puts this long text string after each conversion in the Notes field:

    "Virtual Machine created by PowerConvert 7.0.0.5157 08/08/2008 23:47:46.

    We want to shorten the chain to a something simple, since it appears on reports and causes problems with the formatting, something like "P2V 08/08/2008 23:47:46.

    Anyone have any ideas?

    Thank you.

    You can use the - operator replace like this

    $text = "Virtual Machine created by PowerConvert 7.0.0.5157 on 8/8/2008 11:47:46 PM"
    $pattern = "Virtual Machine created by PowerConvert 7.0.0.5157"
    $newtext = $text -replace $pattern, "P2V"
    $newtext
    

    If the model is not constant, then we use a regular expression for the matching process.

  • Change the list with Custom MXML itemRenderer DP problem

    Hello

    I have a list of spark with a custom MXML itemRenderer which has two States.

    One or the other is based on a property of data.isTrue, as follows:

    override protected function getCurrentRendererState (): String

    {

    If (Data.isTrue) {return 'TrueState' ;}

    Back to 'FalseState ';

    }

    When data.isTrue is set to true, the TrueState has the value that has a small arrow on the right side.

    When the dataProvider is replaced by a new collection, it restores all data correctly, except the image that is always visible when isTrue was true to the previous data set.

    To the overview, the arrow disappears.

    How can I fix this please?

    You may need to add a substitution of data layer that calls invalidateRendererState

  • BlackBerry software link - change the backup folder

    Windows 10.  When I try to save my Z10, I receive the error message that it can't write to the backup folder, so I need to change the permissions, or change the backup folder.

    I checked the permissions and there are all the granted permissions.

    I can't figure out how to change the backup folder.  Is no longer an option in settings, and although I can change the name of the save file back box, it won't let me change the path.  Custom changes to what is recorded gives the same error.

    I can sync very well, but I just can't back up.

    CourtroomJester wrote:

    Windows 10.  When I try to save my Z10, I receive the error message that it can't write to the backup folder, so I need to change the permissions, or change the backup folder.

    I checked the permissions and there are all the granted permissions.

    I can't figure out how to change the backup folder.  Is no longer an option in settings, and although I can change the name of the save file back box, it won't let me change the path.  Custom changes to what is recorded gives the same error.

    I can sync very well, but I just can't back up.

    Welcome on the Support forums.

    To change the location of the backup file, you should first be connected to the Link.  Then select 'Préférences' at the top right.  In the "Général" tab, you should see the option to change the folder backup at the bottom of the list. Click the file folder icon and you will be prompted to navigate to where you want to backup to be saved.

  • How to change the size of the page Adobe Acrobat XI Pro and Adobe PDF printer?

    We have a problem with incorrect page size in Adobe Acrobat Pro XI. It is installed in our Citrix environment on the terminal Server in Windows 2008 R2 servers.

    By default, the page size is set to 'letter' in Adobe Acrobat format and the Adobe PDF printer and we need to change it to "A4".

    Acro1.PNG

    Where are these registered setting and how can I change it? Is there a registry key or something else?

    I discovered, that it is possible to edit the template files ".joboptions" under "C:\ProgramData\Adobe\Adobe PDF\Settings" to change the page size for the Adobe Acrobat. What is the only way to do it?

    Acro.PNG

    But how can I change the settings in the Adobe PDF printer?

    Acro2.PNG

    And what do we hurt that the page size is set to "letter"?

    OK, I found a solution.

    I exported the correct Adobe PDF Printer settings with rundll32.exe, PrintUIEntry... and imported on all servers with PsExec.

    ".Joboptions" files, I changed to the good size of the Page and then copied on all servers.

  • How can I change the password without original password? received from a friend's computer and they don't remember password and I can't upgrade adobe, java etc...

    How can I change the administrator password without having the original password? received from a friend's computer and they don't remember the password. Unable to upgrade adobe flash player or anything without password.

    Hello

    If this is not applicable, you must reinstall the operating system.

    This is information from Microsoft for when you forgot your XP password.

    "How to connect to your Windows XP-based computer if you forget your password or if your password expires"

    http://support.Microsoft.com/kb/321305

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    "What to do if you forget your Windows password"

    http://Windows.Microsoft.com/is-is/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

    "If you forget the administrator password, and you do not have a password reset disk or another administrator account, you will not be able to reset the password. If there is no other user account on the computer, you will not be able to log on Windows and you need to reinstall Windows. »

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • How to change the resolution of Photoshop CS3 and Adobe Photodeluxe Home Edition 3.1

    Original title: display Photoshop

    I have Windows Vista Home Premium edition on my computer. For some time, the display of my programs Adobe Photoshop CS3 and Adobe Photodeluxe Home Edition 3.1, but NOT of Adobe Photoshop Elements 5, is huge and fuzzy. Is it possible to change the display resolution / of these programs only?

    Hello

    1. What is the current screen resolution of the Office?

    2. is the specific question of the 2 programs?

    3 did you last modified the software on the computer?

    If the questions is specific to Adobe products then I suggest you to contact Adobe support for help at:

    Adobe support

    http://helpx.Adobe.com/support/

  • Otherwise immutable how a .doc of programs I have accidentally changed to adobe to open into the unknown?

    I downloaded some files for the school and I can open one of them (after I downloaded the new Microsoft Office) and unloaded the little loaded 2006 Office 60 days day of the trial that was on my laptop... SOMEWHERE along the line I tried to clean things up to make more room I have deleted something or did not have an update or something... but now I can't save microsoft word docsbut that I can't pull up... He wants to download a file and says I need to create an association to open the file. To access all Associations in the control panel. So I went there, and I couldn't figure it was .doc so I put adobe I thought it was a good backup incase something happened, the next thing I know, there was Internet explorer and java (who did the file)... Everyone tried to open the file and I need for school. but nothing. I don't know what I did. I went back to the unknown... but it won't let me. Anyone know what I can do before calling tech?

    Hello

    You can make the default program using set Associations.

    1. open default programs by clicking the Start button, click default programs.
    2. click on associate a type of file or Protocol with a program.
    3. click on the file type or protocol that you want the program to act as the default value. (In this case, it will be for the .doc and .docx files.
    4. click on the change agenda.
    5. click on the program that you want to use by default for the selected file type, or click the arrow next to other programs to show other programs.
    (If you don't see other programs or your program is not listed, click Browse to find the program you want to use, and then click Open. If no other programs are installed that are able to open the type of file or Protocol, your choice will be limited.)
    6. click on OK.

    If you don't want to buy Microsoft Office to open Word documents, they can download a viewer from the Microsoft Download CenterWord.

    Reference:

  • HOW TO CHANGE THE WALLPAPER FOR ADOBE AIR AS3 IN BB10?

    HOW TO CHANGE THE WALLPAPER FOR ADOBE AIR AS3 IN BB10?

    Please only start a thread.

    Original thread:

    http://supportforums.BlackBerry.com/T5/Adobe-AIR-development/changing-background-wallpaper-BBZ10/TD-...

  • KeyboardDrake: changing the default blackberry type in Adobe Flash Builder

    Hey guys,.

    How can I change the default layout in Adobe Flash Builder Burrito using the SDK software BB Playbook

    Essentially, I want the navigation bar at the top down on the left side

    How can I do this

    Thank you

    Chris

    Hey chris,

    Sorry for the delay, the image takes some time before it appears (pending approval of the host). in any case the bar that is displayed is known as an "action bar" in MXML. IM unfamiliar with too much Flex, so I can't tell you how to position it yourself. just google or search for "Flex Action Bar" and which should help you in the right direction. hope that helps. Good luck!

Maybe you are looking for