Updating of OS, need help to find a few things...

Hey,.

Soon I will update to Windows 7, hopfully to its date of relese in 5 days. I have coppied all my computer for backup data, but I have yet to find one more piece of data that extends from somwhere in directories of Photoshop CS4...

I managed to copy all my custom templates, color swatch sets, formats of files, etc, etc, etc... But I can't seem to find my custom anywhere Actions? They don't seem to be in Program Files or Application Data (windows xp). All that I can find the predefined, are not my own. If no help on the search for those who would be greatly appreciated!

Regarding the General, just to make sure help if I do not do anything wrong, until I get rid of this OS, I have to disable Adobe Production Premium Yes? So, to do this, can I just disable a program like Photoshop, and others will follow? Or I have to disable all the indervidally? And then when I'm ready again, I just re - activate on the new OS? Also, I have a 2nd copy of some of the applications commonly used on my laptop; These will be automatically disabled when I turn the key on my pc? Or should I say to this group to turn off as well?

You save your own actions in a set or sets?

They will be *. ATN files if you did.

If you don't now.

About disabling, it must also do it on the other computer.

I'm not a guy, so I can't be sure, but I guess that this is a license for a deactivation should do.

Tags: Photoshop

Similar Questions

  • Need help to find and install the game Chess Titans Windows Vista for XP

    Need help to find and install the game Chess Titans Windows Vista for XP

    Hi SBOYDC130guy,

    We will not be able to install titan of failures on windows XP because it is designed for Windows Vista and Windows 7 and it's built-in game.

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • need help to find the windows vista key

    need help to find windows vista key product I lost my kit, but I have windows vista cd/dvd. Please answer me as soon as posssible, thank you

    http://magicaljellybean.com/KeyFinder/

    Use the program above to find the product key in your operating system Vista running and active.

    If a desktop computer: Watch next or back.
    If a laptop: look on the underside.

    If a recovery disk, most of the manufacturer's recovery disks do not need a product key to get back to factory settings.

    This is the limit of the help that we can give you a missing product key.

    See you soon. Mick Murphy - Microsoft partner

  • I JUST DOWNLOAD THE CC ON MY DESKTOP N HAVE NO IDEA WHERE TO START PHOTO EDITING IT S LITTLE DIFFERENT OF MY ITEM 12 NEED HELP TO FIND THE TUTORIAL THANK YOU A.S.A.P.

    I JUST DOWNLOAD THE CC ON MY DESKTOP N HAVE NO IDEA WHERE TO START PHOTO EDITING IT S LITTLE DIFFERENT OF MY ITEM 12 NEED HELP TO FIND THE TUTORIAL THANK YOU A.S.A.P.

    Start with the tutorials in the Welcome window to start and takes a course from a site like Lynda.com.

  • Need help to find the "main point size.

    Hello

    I need help to find the "main point size.

    Any style of Pará which is more than 2 points of my font size, I need the alert message "His more than 2 points for your font size". For example, the font size of my para 10 here is my attack should be 12 points rather than his 14 points, I need the alert message.

    Is it possible by script?

    by

    hasvi

    Hi Hasvi,

    Try this.

    var doc = app.activeDocument;

    var texts = doc.stories.everyItem ().textStyleRanges.everyItem () .getElements ();

    pstyle var = ' Suite of paragraph styles have more leadings: \r\r ";

    for (var i = 0; i)<>

    {

    PS var = text [i] .pointSize;

    If (texts [i] .leading > ps + 2).

    {

    pStyle += text [i].appliedParagraphStyle.name;

    }

    }

    Alert (pStyle)

    While it is true that mark as answer correct and do not select your question as a correct answer.

    Kind regards

    Cognet

  • Need help to find bosses and leaders out there

    Hi all

    I need help to find patterns, but also the number of occurrences of these models in the data in the column of the table.

    Consider the examples of data - column of a row in a table:

    'S-S-S-P-S-B-S-S-C-S-P '.

    My requirement is:

    I should get all the models that are followed is "."

    For example, the foregoing, given given bosses and Auditors are
    SS - count is 3
    SP - count is 2
    SB - 1 is
    SS - count is 1

    There is a condition most the above requirement:

    If' is followed by 'A', then 'SA' is not as a model. The model must stretch until a character no 'A' is found.

    Consider the sample data for the above case:

    'S-S-A-S-S-A-A-C-S-P-S-A '.

    previously given given bosses and Auditors are
    SS - count is 2
    SP - count is 1
    SAS - count is 1
    SAAC - count is 1

    The column data is stored as type VARCHAR2.

    I have Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production

    Thanks in advance,
    Girish G

    Hi, Girish,

    Girish G wrote:
    Hi all

    I need help to find patterns, but also the number of occurrences of these models in the data in the column of the table.

    Consider the examples of data - column of a row in a table:

    'S-S-S-P-S-B-S-S-C-S-P '.

    My requirement is:

    I should get all the models that are followed is "."

    Do you mean "I should get all the models who * begin by * of '?

    For example, the foregoing, given given bosses and Auditors are
    SS - count is 3
    SP - count is 2
    SB - 1 is
    SS - count is 1

    Why are there two production lines for "SS"? The other, with count = 1, mean doing just that?

    There is a condition most the above requirement:

    If' is followed by 'A', then 'SA' is not as a model. The model must stretch until a character no 'A' is found.

    Consider the sample data for the above case:

    'S-S-A-S-S-A-A-C-S-P-S-A '.

    previously given given bosses and Auditors are
    SS - count is 2
    SP - count is 1
    SAS - count is 1
    SAAC - count is 1

    The column data is stored as type VARCHAR2.

    I have Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production

    Thank you; version information are very useful.

    Thanks in advance,
    Girish G

    Whenever you have a question, please post a small example of data (CREATE TABLE and INSERT statements) and the results desired from these data.
    For example, the sample data may be:

    CREATE TABLE     table_x
    (       x_id     NUMBER     PRIMARY KEY
    ,     txt     VARCHAR2 (30)
    );
    
    INSERT INTO table_x (x_id, txt) VALUES (1, 'S-S-S-P-S-B-S-S-C-S-P');
    INSERT INTO table_x (x_id, txt) VALUES (2, 'S-S-A-S-S-A-A-C-S-P-S-A');
    

    and the results desired from these data can be:

    X_ID TXT                       PATTERN                          CNT
    ---- ------------------------- ------------------------- ----------
       1 S-S-S-P-S-B-S-S-C-S-P     SB                                 1
       1 S-S-S-P-S-B-S-S-C-S-P     SC                                 1
       1 S-S-S-P-S-B-S-S-C-S-P     SP                                 2
       1 S-S-S-P-S-B-S-S-C-S-P     SS                                 3
    
       2 S-S-A-S-S-A-A-C-S-P-S-A   SAAC                               1
       2 S-S-A-S-S-A-A-C-S-P-S-A   SAS                                1
       2 S-S-A-S-S-A-A-C-S-P-S-A   SP                                 1
       2 S-S-A-S-S-A-A-C-S-P-S-A   SS                                 2
    

    (Which is what you have posted, except that there is only one line of output for "SS" when x_id = 1.)

    One way to achieve these results in Oracle 11 is:

    WITH   got_s_cnt    AS
    (
         SELECT     x_id, txt
         ,     REGEXP_COUNT (txt, 'S')     AS s_cnt
         FROM     table_x
    )
    ,     cntr          AS
    (
         SELECT     LEVEL     AS n
         FROM     dual
         CONNECT BY     LEVEL <= (
                                   SELECT  MAX (s_cnt)
                             FROM    got_s_cnt
                               )
    )
    ,     got_pattern     AS
    (
         SELECT     s.x_id
         ,     s.txt
         ,     c.n
         ,     REGEXP_SUBSTR ( REPLACE ( SUBSTR ( txt
                                                 , INSTR (s.txt, 'S', 1, c.n)
                                    )
                             , '-'
                             )
                         , 'SA*[^A]'
                            )       AS pattern
         FROM    got_s_cnt  s
         JOIN     cntr        c  ON  c.n  <= s.s_cnt
    )
    SELECT       x_id
    ,       txt
    ,       pattern
    ,       COUNT (*)     AS cnt
    FROM       got_pattern
    WHERE       pattern     IS NOT NULL
    GROUP BY  x_id
    ,            txt
    ,       pattern
    ORDER BY  x_id
    ,            pattern
    ;
    

    At the heart of this query is the call to REGEXP_SUBSTR:

    REGEXP_SUBSTR ( x
               , 'SA*[^A]'
               )
    

    who is looking:
    S = the letter S
    A * = the letter A, 0 or more times
    [^ A] = nothing, except the letter A

  • HP-15f039wm: need help to find the driver

    I got lost. need help finding the (USB) Universal Serial Bus controller. would be very grateful for help.

    Hello

    Try the driver on this link.

    http://ftp.HP.com/pub/SoftPaq/sp66001-66500/sp66211.exe

    Kind regards

    DP - K

  • I need help to find the correct version of the BIOS.

    As the title says I need assistance to find the correct version of the BIOS and now I have P02 - A2: 2011-10-31 and an Acer G3610 predator.

    I need an update is because I bought a new CPU and when I start the computer, it starts only for like 2 sec then turns off then on again one then it emits a beep of 3 or 4 times, then he is leaving and on but never goes Windows just a black screen so my guess is that I have an older version of the bios that does not recognize the CPU.

    Nope.

    I think they changed the revision of the motherboard, so you can't Flash this BIOS on your system.

    That's why you have a size mismatch error.

    So, you can not upgrade to Ivy bridge, sorry.

  • Need help to find and replace

    Hi all

    I need assistance to find and replace words between \ make "BOLD" and delete the symbol in my pages just like below.

    Text example:

    He astonished his parents by \turning a childhood obsession\ in a decent-paying career, much to their dismay.

    After the text:
    He astonished his parents by turning a childhood obsession into a decent-paying career, much to their dismay.

    Thanks in advance,

    Siva

    (\\+?) will never return more than 1 backslash because the? is telling to find the shortest match. {I would change that to each (\) or (\\{2)}

  • Urgent need help with find and change / GREP

    I'm working on a manual that contains more than a thousand paintings. I'm not quite familiar with GREP and need help to determine the right to coding/jokers to change the character style to a group of words/numbers on a global basis.

    For example, in Chapter 7, a paragraph style is applied to this line of text:

    TABLE 7.1: T4, T3, FREE T4 AND FREE T4ED

    I need to change "table 7.1:" for a character style and so of suite/so on up to "Table 7,150:"-while leaving the other numbers on the same line unchanged also.»» Is it possible to do without having to manually each table style number?

    gd247 wrote:

    I'm working on a manual that contains more than a thousand paintings. I'm not quite familiar with GREP and need help to determine the right to coding/jokers to change the character style to a group of words/numbers on a global basis.

    For example, in Chapter 7, a paragraph style is applied to this line of text:

    TABLE 7.1: T4, T3, FREE T4 AND FREE T4ED

    I need to change "table 7.1:" for a character style and so of suite/so on up to "Table 7,150:"-while leaving the other numbers on the same line unchanged also.»» Is it possible to do without having to manually each table style number?

    No need for GREP. If "TABLE 7.1:" is text, you can create a nested character style that extends through the colon, in the paragraph style. "

    If "TABLE 7.1:" is created by a numbered list of automatic type paragraph style, you can specify a character style named for the part of automatic numbering in the drop-down menu Style of character, in the Style of numbering of the chips section and numbering of the dialog box Options of paragraph style. If the character style does not exist, you can stay in the operation of paragraph options by choosing 'New Style of character' in the menu. After you create the new style, you're back in the process of definition of the paragraph.

    HTH

    Kind regards

    Peter

    _______________________

    Peter gold

    Know-how ProServices

  • I need help to find a way to correct or update the drivers for two DVDs that I have on my PC. Device Manager indicates that they are missing or have been corrupted, and they are a product of microsoft.

    I tried to play a number of different disc, both DVD players and nothing seem to work.

    Your CD/DVD drive is missing or is not recognized by Windows or other programs:

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

    Your CD or DVD drive cannot read or write media - Fix It:
    http://support.Microsoft.com/mats/cd_dvd_drive_problems

  • I need help to find a program that was on my computer laptop b4

    I'm looking for a program that has been on my laptop before I bought it (used) and I can't seem to find it. I looked in the install/uninstall programs and its there under Uninstall but I don't want to uninstall it I want to use it. How should I do where I can use the program on my computer? is there a way I find. I think that it may have been sent to the trash and deleted but never uninstalled!

    Well, you need the NAME of the program you are looking for!

    It's updated operating system Vista, upgraded installation and activate Forum.

    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/threads

    They will help you with your question in Forum Vista programs at the above address.

    See you soon.

    Mick Murphy - Microsoft partner

  • I need help to find the drivers.

    can someone help me make my drivers to work again.  I tried to update, but it says that the best driver software is already installed, even if it still does not.  the rollback option is gray and will not work.  I disabled and raise them several times and it did nothing.  the error it gives me is "this device does not work properly because Windows cannot load the drivers required for this device. (Code 31) "Please help me solve this problem.

    Hello

    Code 31: This device does not work properly because Windows cannot load the drivers required
    for this device
    http://TechNet.Microsoft.com/en-us/library/cc725584 (v = ws.10) .aspx

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

    Try first to erase corruption and missing/damaged file system repair or replacement.

    Windows key + X (or right click in the lower left corner) - (Admin) command prompt

    C:\Windows\System32\ >

    At the prompt, type in SFC/scannow above
    (There is a space between C and /)

    How to run the command "SFC/scannow" at startup or in Windows 8
    http://www.eightforums.com/tutorials/3047-sfc-scannow-command-run-Windows-8-a.html

    -----

    Then run CheckDisk (chkfdsk/f/r)

    File (formerly Windows Explorer)

    Right click on drive C: - Properties - tab tools - error checking - Check

    Windows 8 - improve performance by optimizing your hard drive - see "to repair a drive:
    http://Windows.Microsoft.com/en-us/Windows-8/improve-performance-optimizing-hard-drive

    How to check a drive for errors with "chkdsk" in Windows 8
    http://www.eightforums.com/tutorials/6221-chkdsk-check-drive-errors-Windows-8-a.html

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

    After the foregoing:

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded: run DriverView - set the VIEW to hide
    Microsoft drivers - update those without drain in their names (and BIOS and chipset).

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system.
    For each driver in the list, additional useful information is displayed: load address of the driver,
    Description, version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - device - Graphics Manager - note the brand and complete model
    your video card - double - tab of the driver - write version information. Now click on
    Driver update (this can do nothing as MS is far behind the certification of drivers) - then right
    Click on - uninstall - REBOOT it will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party
    with their own software and drivers and all other main drivers that you have.

    Now in the system manufacturer (Dell, HP, Toshiba as examples) site (in a restaurant), peripheral
    Site of the manufacturer (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for
    BIOS, Chipset and software updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after
    each installation.

    Always check in the Device Manager - drivers tab to be sure the version you actually install
    presents itself. This is because some restore drivers before the most recent is installed (sound card drivers
    in particular that) so to install a driver - reboot - check that it is installed and repeat as
    necessary.

    Repeat to the manufacturers - BTW in the DO NOT RUN THEIR SCANNER device - check
    manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Windows 8 - hardware and drivers
    http://Windows.Microsoft.com/en-us/Windows/hardware-drivers-help#hardware-drivers-help=Windows-8

    Windows 8 - why isn't Windows find my device?
    http://Windows.Microsoft.com/en-us/Windows-8/why-isn ' t-windows-conclusion-device

    Windows 8 - what happens if a device is not installed correctly
    http://Windows.Microsoft.com/en-us/Windows-8/what-device-isn ' t-installed-correctly

    =========================================================

    If the above didn't help:

    Try to do a "Refresh your PC without affecting your files" (or modification of your personal data
    parameters - programs will have to be re-installed) or possibly reset which is like a pure
    installation (remove all).

    Windows 8 includes special discount methods (keep files and settings) or a reset
    (new installation remove all).

    How to restore, refresh or reset your PC
    http://Windows.Microsoft.com/en-us/Windows-8/restore-refresh-reset-PC

    How to create a system image to refresh your PC in Windows 8
    http://support.Microsoft.com/kb/2748351

    How to update Windows 8
    http://www.eightforums.com/tutorials/2293-refresh-Windows-8-a.html

    How to reset Windows 8
    http://www.eightforums.com/tutorials/2302-reset-Windows-8-a.html

    If you need a repair disc:

    Create a system repair disc
    http://Windows.Microsoft.com/en-us/Windows7/create-a-system-repair-disc

    How to create a "system repair disc" (CD/DVD) in Windows 8
    http://www.eightforums.com/tutorials/2855-system-repair-disc-create-Windows-8-a.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Need help to find an adapter for a third-party monitor

    Hi all! I find myself in need of a little guidance, and I hope that someone out there will have a quick n easy for me...

    I have a Mid-2011 27 'iMac. which has two ports Thunderbolt It is taken with a Wacom tablet that I use constantly, and the other is made by an external hard drive to a solid state, which has a built-in cable to Thunderbolt (no way to hang it on a different port). I also have a 27 "HP monitor that is currently connected via an HDMI USB adapter.

    The problem is that the HP monitor is actual "jiggy" - the USB does not seem fast enough to deal with requests for the monitor. It is almost unusable. I know I should run it via a HDMI adapter Thunderbolt, but as I have already mentioned the two my Thunderbolt ports are already in use.

    Someone at - it ideas? I need sort of three to two ports Thunderbolt hooks, but I can't seem to find anything for less than $300 that would work. (I am illiterate when it comes to the different cables, adapters, ports, etc., so I hope someone can point me in the right direction by using short words... Most of the products that I travel through list specifications that me Chicane).

    The monitor has two HDMIs and a VGA port, and my iMac has a Firewire 800 port, if that helps at all...

    2011 iMac have only 1 Thunderbolt port and there is no such thing as a Mid-2011, you must have an iMac of year later, if it has 2 ports Thunderbolt. All the 27 "iMacs, from 2012 to 2015 the current have 2 ports Thunderbolt.

  • need help to find the folder of firefox on iMac

    New to this bear so please with me.  Here's the situation.

    I was getting malware and understand how to get rid of it, ok so far.

    Then I noticed that my sites kept has the question 'connection' in the top bar.

    I was trying to figure this out when I followed some information 'to a point' - big flaw here.

    I caught and then drag to a folder that was causing my problem.  It was not the case.

    I think it was my firefox profile folder, but the folder is not sure - klzqb90r.default.

    Put in the trash.  Oops again.

    Tired opening Firefox - come with LACK of PROFILE error message - your firefox profile cannot be loaded.  It may be missing or inaccessible.

    I think I got it but now, just do not know where to put it.

    So, read more.  Search for the library and the firefox folder, is not there.

    Now I am panicking because I can't open firefox to do 'something' to him to try to find my profile / refresh etc.

    Can someone please help?  I think I need to find the correct folder that belongs to my folder by default, BUT am not a guru of computing here... some understanding of computers.

    Thank you.

    In the menu go to the Finder, select "go to folder...". "(Shift + command + G)

    Type or paste in

    ~/Library/application support/Firefox/Profiles

    return.

Maybe you are looking for