User Account Conflict with Photoshop

I've been having a 10-15 second delay in opening any size pshop file. I've reinstalled and still no fix. Same delay whether working off the HD or server.
I've narrowed it down to the fact that if I create a new user account on the OS, pshop works perfect.
Something in my current user account is screwing me up.
I've checked printers and I dont use airport devices. Both were known to cause some issues but for me neither of these are the problem.
I'm currently running CS3 on a G5 running 10.4.9.
Any help would be appreciated...

See the steps I posted for resolving conflicts/corrupt plists within an account at:
http://discussions.apple.com/thread.jspa?messageID=4703015

Similar Messages

  • How to get all AD User accounts, associated with any application/MSA/Batch Job running in a Local or Remote machine using Script (PowerShell)

    Dear Scripting Guys,
    I am working in an AD migration project (Migration from old legacy AD domains to single AD domain) and in the transition phase. Our infrastructure contains lots
    of Users, Servers and Workstations. Authentication is being done through AD only. Many UNIX and LINUX based box are being authenticated through AD bridge to AD. 
    We have lot of applications in our environment. Many applications are configured to use Managed Service Accounts. Many Workstations and servers are running batch
    jobs with AD user credentials. Many applications are using AD user accounts to carry out their processes. 
    We need to find out all those AD Users, which are configured as MSA, Which are configured for batch jobs and which are being used for different applications on
    our network (Need to find out for every machine on network).
    These identified AD Users will be migrated to the new Domain with top priority. I get stuck with this requirement and your support will be deeply appreciated.
    I hope a well designed PS script can achieve this. 
    Thanks in advance...
    Thanks & Regards Bedanta S Mishra

    Hey Satyajit,
    Thank you for your valuable reply. It is really a great notion to enable account logon audit and collect those events for the analysis. But you know it is also a tedious job when thousand of Users come in to picture. You can imagine how complex it will be
    for this analysis, where more than 200000 users getting logged in through AD. It is the fact that when a batch / MS or an application uses a Domain Users credential with successful process, automatically a successful logon event will be triggered in associated
    DC. But there are also too many users which are not part of these accounts like MSA/Batch jobs or not linked to any application. In that case we have to get through unwanted events. 
    Recently jrv, provided me a beautiful script to find out all MSA from a machine or from a list of machines in an AD environment. (Covers MSA part.)
    $Report= 'Audit_Report.html'
    $Computers= Get-ADComputer -Filter 'Enabled -eq $True' | Select -Expand Name
    $head=@'
    <title>Non-Standard Service Accounts</title>
    <style>
    BODY{background-color :#FFFFF}
    TABLE{Border-width:thin;border-style: solid;border-color:Black;border-collapse: collapse;}
    TH{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: ThreeDShadow}
    TD{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: Transparent}
    </style>
    $sections=@()
    foreach($computer in $Computers){
    $sections+=Get-WmiObject -ComputerName $Computer -class Win32_Service -ErrorAction SilentlyContinue |
    Select-Object -Property StartName,Name,DisplayName |
    ConvertTo-Html -PreContent "<H2>Non-Standard Service Accounts on '$Computer'</H2>" -Fragment
    $body=$sections | out-string
    ConvertTo-Html -Body $body -Head $head | Out-File $report
    Invoke-Item $report
    A script can be designed to get all scheduled back ground batch jobs in a machine, from which the author / the Owner of that scheduled job can be extracted. like below one...
    Function Get-ScheduledTasks
    Param
    [Alias("Computer","ComputerName")]
    [Parameter(Position=1,ValuefromPipeline=$true,ValuefromPipelineByPropertyName=$true)]
    [string[]]$Name = $env:COMPUTERNAME
    [switch]$RootOnly = $false
    Begin
    $tasks = @()
    $schedule = New-Object -ComObject "Schedule.Service"
    Process
    Function Get-Tasks
    Param($path)
    $out = @()
    $schedule.GetFolder($path).GetTasks(0) | % {
    $xml = [xml]$_.xml
    $out += New-Object psobject -Property @{
    "ComputerName" = $Computer
    "Name" = $_.Name
    "Path" = $_.Path
    "LastRunTime" = $_.LastRunTime
    "NextRunTime" = $_.NextRunTime
    "Actions" = ($xml.Task.Actions.Exec | % { "$($_.Command) $($_.Arguments)" }) -join "`n"
    "Triggers" = $(If($xml.task.triggers){ForEach($task in ($xml.task.triggers | gm | Where{$_.membertype -eq "Property"})){$xml.task.triggers.$($task.name)}})
    "Enabled" = $xml.task.settings.enabled
    "Author" = $xml.task.principals.Principal.UserID
    "Description" = $xml.task.registrationInfo.Description
    "LastTaskResult" = $_.LastTaskResult
    "RunAs" = $xml.task.principals.principal.userid
    If(!$RootOnly)
    $schedule.GetFolder($path).GetFolders(0) | % {
    $out += get-Tasks($_.Path)
    $out
    ForEach($Computer in $Name)
    If(Test-Connection $computer -count 1 -quiet)
    $schedule.connect($Computer)
    $tasks += Get-Tasks "\"
    Else
    Write-Error "Cannot connect to $Computer. Please check it's network connectivity."
    Break
    $tasks
    End
    [System.Runtime.Interopservices.Marshal]::ReleaseComObject($schedule) | Out-Null
    Remove-Variable schedule
    Get-ScheduledTasks -RootOnly | Format-Table -Wrap -Autosize -Property RunAs,ComputerName,Actions
    So I think, can a PS script be designed to get the report of all running applications which use domain accounts for their authentication to carry out their process. So from that result we can filter out the AD accounts being used for those
    applications. After that these three individual modules can be compacted in to a single script to provide the desired output as per the requirement in a single report.
    Thanks & Regards Bedanta S Mishra

  • Flash player only works for user account installed with

    Hi all
    I've different user accounts on my PC for me and my son.
    Somehow Flash Player 10 only works for the user account I installed Flash player with.
    In case I install it using my account it will not work for my son's account and vice versa.
    How can I solve this?
    Thanks
    Mario

    I've struggled with this for a long time.  Here is what I've come up with.
    Adobe tech support recommended this:
    1. Log in as Admin
    2. Download the following zip file from here:
    www.supportflash.com/reset_all.zip
    3. Unzip this folder onto your desktop.
    4. Drag both files ‘reset_min_all.cmd’ and
    ‘subinacl.exe’ to your
    desktop.
    5. Run the reset_min_all.cmd file.
    6. It will open a DOS like terminal and start
    running through registry
    keys.
    7. When it is finished it will say “press any key
    to continue”.
    8. At this point you can install the latest Flash
    Player:
    for Internet Explorer:
    http://www.adobe.com/support/flashplayer/ts/documents/tn_19166/Install_F
    lash_Player_9_ActiveX.zip
    other browsers:
    http://www.adobe.com/go/getflashplayer
    9. Check that Flash Player is working for the
    Admin.
    10. Check that Flash Player is working as the
    other 2 users.
    I hope this information helps. Feel free to reply
    if you need further
    assistance on the issue discussed here or file
    a new case if you want to
    report a new issue in the Support Portal:
    <(><<)
    >http://www.adobe.com/go/supportportal>
    Thank you.
    Regards,
    Technical Support Engineer
    Adobe Systems, Inc.
    I can't recall whether I had to run this in each account or not.  It somewhat worked for me.  If the accounts were all set up as admin accounts, flash worked in all the accounts after that.  If one account was admin and the rest were limitied (I'm running xp home) it wouldn't work in the limited account.
    I gave up and reverted back to flash player 9 via NOrton go back
    It must be a permissons issue of some sort.  I just don't have the patience to figure it out.
    Good Luck,
    Let us know what you figure out

  • Cannot add/ change user account - error with Microsoft-Windows-User Profiles Service

    Hello
    A few days ago my computer went wierd.
    I cannot update windows because I get no results when I use "Windows Search"
    My metro UI doesnt work properly. I cannot use it. 
    Somebody said that it could be that my User Account could be corrupted.
    I tried to create I new one, but I could do the first steps, because the computer doesnt respond when I click "Change my account" in controlpanel.
    I get errorlogs like this:
    Loggnamn:      Application
    Källa:         Microsoft-Windows-User Profiles Service
    Datum:         2015-04-29 12:03:16
    Händelse-ID:   1542
    Aktivitetskategori:Ingen
    Nivå:          Fel
    Nyckelord:     
    Användare:     SYSTEM
    Dator:         Baddarn
    Beskrivning:
    Det går inte att läsa in registerfilen för klasser.
     INFORMATION - The system cannot find the file specified.
    Händelsens XML-data:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1542</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-29T10:03:16.571099200Z" />
        <EventRecordID>91382</EventRecordID>
        <Correlation />
        <Execution ProcessID="1128" ThreadID="2524" />
        <Channel>Application</Channel>
        <Computer>Baddarn</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Error">The system cannot find the file specified.
    </Data>
      </EventData>
    </Event>
    What can I do?

    Hi Intesabra,
    Have you made any modifications to the machine before the issue?
    First of all ,I would suggest you to update the machine manually.
    Control Panel\All Control Panel Items\Windows Update\Check for updates.
    I also suggest you to perform a full scan with the antivirus software to eliminate the virus issue considering this issue is a little wierd. We can do this in safe mode to improve the scanning quality.
    Run "services.msc" to check the status of "User Profiles Service" and ensure it is running.
    Run "dism /online /cleanup-image /restorehealth" or "sfc /scannow" to check the health of the whole system files.
    Considering this issue occurred recently, we can perform a system restore to recover the machine to a previous point.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Cannot access primary user account - even with Install CD

    I’ve been racking my brain trying to figure out how to solve a OSX problem for a friend that ran into some problems on his iMac. For some reason, he wasn’t able to log onto his user account – the only one on this computer. He didn’t try to change his password, but something strange must have happened.
    We tried to reset the password with an OS X install disc, but I couldn’t even find, much less access his user account. Thanks to the help of some folks at the Genius Bar of an Apple store, we were able to log onto the Root account and create a new account. I tried t recreate the original user account, but the computer wouldn’t allow it, as that account was already being used. If that user account was still active, why wasn’t I able to reset it with an install disc?
    I’ve rebuilt the volumes with Disk Warrior, and repaired permissions with Disk Utilities. I’m at a loss on how to deal with accessing the original user account, which has a lot of important data. I’ve copied the user data to an external drive, and I’m thinking I might be able to import various files – email data, photographs, and various documents, but I’m hoping there be an alternative to what seems like a tedious route. Other than using an install disc to reset the password to the user account it can’t seem to recognize, are there any other ways to gain access to this account?
    My friend’s computer is a G4 iMac running, I believe, 10.3.9.

    There are several possibilities as to why a user account may
    not be correctly available or a password to it reset to fix it.
    One of them may be, if the short name of the computer or of
    an account was changed by the user; and later the system
    may appear different or changed, with some of the user acct
    settings or preferences no longer as they were prior to that.
    There is a way to create a new admin level user account and
    then move the older user info into the new account; then go
    in and delete the other one. I am not certain as to how to do
    this; but the topic has come up in these discussions, and the
    general path is about the same from Panther through Leopard.
    A few details may be named different, but similar as things go.
    • Mac OS X: *How to change user short name* or home directory name:
    http://support.apple.com/kb/ht1428
    • How do I change owner's name in my Mac:
    http://www.askdavetaylor.com/howto_change_owners_name_applemac.html
    While these kinds of details may not be behind the exact problem in
    the computer in question, directory and user account issues do often
    have similar causes. Often, they are user-caused events. If the general
    Directory of information on the hard disk drive has a problem, the use
    of a third-party disk tool such as Disk Warrior is usually advised. If that
    were needed, usually more evidence across the system would appear.
    There may be a way to use a Setup Assistant to recreate a new user
    experience and start over with a new admin account and user name.
    Then go into the system to ferret out the old user info.
    +Sorry I can't be of more help; as I am being distracted by an elderly+
    +person who can't figure out why I am online or what it means to be.+
    Good luck & happy computing!

  • Cannot register PayPal account - conflict with existing registration

    Hi,
    I originally set up a FormsCentral subscription, created a form and successfully registered it to a PayPal account. So far so good.
    I then set up a new FormsCentral subscription (for another team) and duplicated the form from the previous account (via sharing) such that a new form was created under the new account and such that the new form was owned by the new account. However now when I try to register the new form to the same PayPal account I get the message below.
    The registration looks like it has succeeded, the Enable PayPal Payments checkbox is ticked, I can see the Purchase Fields (as copied from the original form) and I can also Test the form. However PayPal does not come up on the new form, it does not get activated. What is going on? Also, if I try and Re-register the same PayPal account, FormsCentral does not tell me that the account is already registered, like it does on the original form.
    If I can only have one PayPal account across all FormsCentral accounts then I want to use the PayPal account on the new FormsCentral account, but how do I do that?
    John.

    Hi John,
    We do have the restriction that a single PayPal account would only work for one FormsCentral account. However, you are allowed to register the same PayPal account in another FC account, but the forms in your current FC account would lose their payment ability.
    I tried the same scenario as yours: create a payment form, share it to another user, duplicate that form in another user account, and register the same PayPal account in that account. Then I can pay with the form in another user account. Everything works fine to me.
    The problem you saw might be due to an known bug, which we have been fixed a while ago. Your document might have been created before the bug fix, so it still has the problem. Do you mind sharing the form to me ([email protected]) so that I can verify if the problem is due to the one I mentioned?
    To get around the current problem so that you can continue your work, please do this:
    1. In your old account, open the form you want and export the form design with File->Export Design File and save the .fcdt file in a temp folder.
    2. Log in to your new account, and import the design file in Form Organizer with File->Import Design File.
    3. Open the imported form and register the desired PayPal account.
    Please let me know if this does not work for you.
    Thanks,
    Eman Fu
    Senior Computer Scientist
    Adobe Systems Incorporated

  • MS Word 2007 causes a conflict with PhotoShop CS5

    When I'm creating PowerPoint presentations (which I do a lot), I have PhotoShop open to edit pictures as I go. If I open MS Word too, I cannot select anything on any of the PhotoShop menus (they do not highlight). As soon as I close Word, all is well again. I'm running Windows 7 Premium 64-bit, with 64-bit PhotoShop and 32-bit Word. The computer is a Sony Vaio with a fast Core i5 processer and 6GB of RAM, so it should be able to cope with multiple applications open at once.
    I'm pretty sure this is a graphics-related problem caused by Word, since I notice that Solitaire and the other Windows games slow to a crawl when Word is open too.
    Has anyone else had this specifically with PhotoShop and, if so, have you found a solution?
    If you use Word and PS, please could you try and duplicate this problem?
    If you have Word 2010, please could you see if it has the same problem?
    Many thanks.

    What's the video interface in that laptop?  Intel, perchance?  People report a lot of problems with Intel video drivers.
    -Noel

  • How do user accounts function with external hard drives?

    I realized in the help menu that it implies that users can be setup with AEBS and external drives... and with the internal drive of a TC. Since I only have a TC, the thing I noticed is that when I setup a User, it seems to exist on the internal drive. It is not obvious to me that the external drive also has a user folder... it may not. The instructions are very much NOT specific... does anyone have any idea how this really works internally in the TC... and how does that compare to an AEBS with two USB drives?
    Thanks...

    This is the only pertinent information in the pdf manual.
    58 Chapter 3 AirPort Network Designs
    To share a USB hard disk on you network:
    1 Plug the hard disk into the USB port on the back of the base station.
    2 Open AirPort Utility, located in the Utilities folder in the Applications folder on a Mac, or
    in Start > All Programs > AirPort on a Windows computer.
    3 Select your base station, and then choose Manual Setup from the Base Station menu,
    or double-click the base station to open its configuration in a separate window. Enter
    the base station password if necessary.
    4 Click the Disks button, and then click File Sharing.
    5 Choose “With a disk password,” or “With base station password” if you want to secure
    the shared disk with a password, or choose “With accounts” if you want to secure the
    disk using accounts.
    Â If you choose to use accounts, click Configure Accounts, click the Add button, and
    then enter a name and password for each user that will access the disk.
    6 Choose “Not allowed,” “Read only,” or “Read and write” to assign guest access to the
    disk.
    7 Select the “Share disks over Ethernet WAN port” checkbox if you want to provide
    remote access to the disk over the WAN port.

  • Deleted users cause conflicts with new users

    If I delete a user in WGM and renove their home folder from the sharepoint, I get a conflict error if I try to create a brand new user with the same name (shortname) as the deleted user/s. I'm not using the Mail service at all in OS X Server.
    Where else do I search for user records to purge?
    thanks

    1. Go to WGM > WGM Menu > Preferences > turn on 'Show all records tab and inspector"
    2. Click on the 'target' symblol tab that appears next to the users/groups/computers tab in teh laft-hand, lower pane.
    3. Select Users from the pulldown menu under the tabs
    Is the shortname you deleted listed here? If so delete from here, then re-add.
    hth,
    b.

  • PhotoShop CS6 conflict with PhotoShop CC?

    Hi, i hv photoshop cs6 on my pc,and now i'm try to install photoshop cc. but hv conflicting and it said that already install an evaluation version of CC.
    any solution?..

    Here is the screen shot image. I have not made any changes to the above string.

  • Cannot install, Photoshop CS3 conflicts with Photoshop CS3

    Here's the correct sequence to uninstall the CS3 beta and install the final, shipping version of CS3:
    1. DEACTIVATE the Photoshop CS3 beta;
    2. Run the Adobe Uninstaller currently residing in your ./ Applications / Utilities /Adobe folder to uninstall the Photoshop CS3 beta;
    3. Run the 'CS3Clean' script that has been posted to remove the bits and pieces that the uninstaller misses.
    NOTE that you cannot just drag the CS3 beta folder to the Trash like you normally do with other Mac applications.
    To install CS3:
    1. Repair Permissions.
    2. Install CS3 according to the instructions.
    3. Repair Permissions AGAIN.
    4. Activate the software.
    here is the link to the clean script:
    http://www.adobe.com/support/contact/cs3clean.html

    *"HOW DO I RECTIFY THIS?! im pulling my hair out."*
    Sorry, dude. No sympathy. You're committing software piracy and telling the whole world about it. Not smart. If you want to run Photoshop, then buy your own copy.
    For help with (un)installing Photoshop for when you get your legit copy, I suggest you post your question on Adobe's discussion forums, as it's their product, not Apple's.

  • Mac user needs help with photoshop screen and tool bar

    Hello when I open photoshop I get the screen you can see to the left. The right hand tool bar has disapeard, if you scroll across it comes into view, I want to be able to open photoshop as I could originally with the screen the size of the computer screen and the tool bar in place. What is also happening is that when I select the image i want, the image goes directly on to the screen and does not go to the tool bar above, again I would like to have the images going to the tool bar so I can select them and put them on a blank page. The same happens when I open up a blank page it does not store it in the tool bar but opens it up directly on to sreen. Hope you can help.

    Thanks also tried that it does hangs the screen back to how it was but the background is now my screen saver with the photoshop tool bars around. But the docking area is still not visible and when I open a file it opens it as sep screen and layer and not as part of docking station? Very strange
    Sent from my BEphone

  • Old exchange server 2007 accounts conflicting with Office365 accounts after migration to the cloud

    Good day,
    We migrated over a month ago from Exchange 2007 to office 365
    We have to offices in two different continents, under one single domain. Office in central America, has it's own IMAP web service hosted on 42inc (jondoe@ cenamer .com), Office in Europe (Profit Center) had it's mail services hosted on premise on exchange
    2007 server(username@ Europe .com).
    Usually employees from Office central America used to visit our Europe office, and we used to make them different email accounts from their 42inc on our exchange 2007. Thus existing in our Global Address Book.
    As we migrated, to office 365, everything falls under one entity, but office Central America didn't want to lose their Name of Recognition so they wanted to keep @cenamer.com emails, but since few people already had @Europe.com mailboxes present.
    We made @cenamer.com as their primary accounts and after we joined some of the employees their existing exchange 2007 mailboxes, we deleted their @Europe.com mailboxes.
    The issue is, in some of our other offices in Europe and Australia, still employees email the office of Central America employees at their old @Europe.com emails, so we added aliases to their @centamer.com as in if Alok Vyas has alok.vyas@ cenamer.com he
    also have alok.vyas@ Europe.com , this way we avoid having assigning another license for his @Europe.com mailbox.
    But that was unsuccessful, employees getting bounced emails saying such email doesn't exist. They still have in the Address Book the old exchange mailbox of Alok when he was visiting
    Please Help.

    Tell them to change the address in their address book.
    If you post an NDR, we might have a better clue as to what is happening.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Conflicts with Photoshop CS and 10.4.11

    I've just upgraded to 10.4.11 and now can open files in Photoshop CS2 - I just get the spinning wheel until Photoshop freezes.
    Is anyone else having this problem or knows a fix???

    CS2 Photoshop v. 9.0.2 works fine for me.
    My first question would be: how much RAM do you have?

  • Best way to share iTunes library with two user accounts?

    I have a single iTunes library on my Macbook Pro.  I would like to share between to user accounts, each with Apple ID's.  What's the best way to do so?  Right now, I've given the second user rights to read/write to the first users "Music" folder.  But when one user adds song files, the other must "Add Folder" in order to see the new purchases.  It's kind of putsy.  Is there a better way?  Thanks!

    Hello again,
    Have the iTunes Library located in the Shared Folder for instance and then launch iTunes in both users while holding option (or alt) on your keyboard. Choose the iTunes library file wherever it may be located. You can keep it in the same spot if you want (i.e. your Music folder). Many people have their's on a local network hard drive and do this.
    The benefit is that when one user updates the iTunes library file, the next user will open an updated version that has all songs that the other user added.
    Since you have one computer shared, this should be fine. I am unsure what happens when multiple computers/users access the library file at the same time.

Maybe you are looking for