PS5 will not change the date registration

PS5 will not change the date when I save a document I'm working. I tried save as and save and it keeps the date of the photo, in this case, a scanned image that swept the 09/07/11 @ 15:49. I saved many iterations of the PhotoShop photo and the date remains the same. I tried it with other photos and even once, it retains the original date. If I open in AI5 and save it, he recorded with the current date. Am I missing something here?

I use the current build 12.0.4 x 64, Win7 Home Premium

PAM

Chances are Windows found the folder a folder "photo", and explore does NOT show you the date of the modified file.

Personally, I hate having "automatically" selected multiple views for me, and I tweaked my copy of Windows so that it always shows me the "General items" view all records, be they full of photos or music or something else.

You can check this by clicking on the name of the folder in the Navigation of Explorer (left), and then selecting Properties.  On the Customize tab, see what it says in the "optimize this folder for:"selector. ".  If it is different from the general items, change it to general Articles.  This gets you a good "Date Modified" column, indicating the date of the file.

If you want to make a permanent change to Windows 7 (so all new folders are displayed in the form of General items in the folders, and automatic display selection is disabled), a value can be added to (or changed in) the registry as follows:

Registry key: [HKEY_CURRENT_USER Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]

Name of the Data Type value

FolderType REG_SZ NotSpecified

-Christmas

Tags: Photoshop

Similar Questions

  • Apple's music will not change the song on shuffle mode

    My iphone6 will not change the songs Apple music in shuffle mode. Once selected the song again and again.

    Hello

    update your iphone to ios9.2

    Settings > general > software update

  • Envy 14 DVD will not change the region Code

    My Envy 14 is until the last amendment of the Code of the region, he told me that he can change the region Code 1 more time but it WILL NOT change the region code.

    I try to change in the properties of the device of the "DVD RAM UJ897', he said 'this is your last chance to change your DVD drive region setting. Are you absolutely sure you want to continue? »... I click OK, it asks me to insert the support in this area (it is already in the tray)... I re - insert the Code region 2 DVD, and I get the error "failed to update the region Code setting. Please make sure the drive contains a region 2 media (it does) and you have administrator privileges (me) «...»

    The HP MediaSmart SW also tells me "Drive region code: region 1.» Number of times where you can change the region code: 1 ",... .He told me that the inserted DVD 2 Code region and asks if I want to change... I say yes, then confirm and nothing happens. I can't read the 2 region code DVD...

    Hello

    Start in safe mode by pressing f8 when you start your PC.  Use the arrow keys to select Safe mode and press return.  Once charged, try to change the area by car.  If it still does not work, try the procedure but with another another DVD zone 2 under Windows can be picky about what it accepts.  If it works, just restart your PC and Windows does not start normally.

    Best wishes

    DP - K

  • Portege M700 will not change the screen orientation

    I installed the driver for the webcam for the M700, and every time I install it, I get the same error message:

    "Open Webcam driver fail - please restart camera or computer."

    I reinstalled the drivers of many times, and it still does not work.

    Therefore, I tried the msconfig method, disabled all the startup process and then reactivated their.

    The webcam shows the same error message, and now the screen will not change orientation when I rotate the screen.

    You try to use Windows XP Home edition or what? Generally, each laptop comes with preinstalled and configured operating system.

  • form created in the ES4 will not save the data entered in acrobat readerXI

    I created a big form in Live Cycle Designer ES4. If I save the form in pdf format and open it in Acrobat Reader XI I get the message that I can't save the data entered in the form only print it. All I want to do is to put the form on our web site for people to download, fill out, save, and send it to me. I consider another method that is if I distribute the form and take the distributed pdf and save it locally, when it is open in the player you get the Send button on the purple bar on the right side. This will confuse many of our users, so if there's a way to not have the submit button so that work, but how do I stop the send on the purple bar button?

    You must activate the reader of the form. You can do this in Acrobat 11 open the form in Acrobat and select: file > save as other > Reader Extended PDF > activate tools more

    11 reader can save non-active AcroForms (created in Acrobat Forms), but not the forms enabled for the XFA (forms created in LiveCycle Designer).

  • Color picker will not change the color correctly?

    Hi guys,.

    I have a weird problem with color. When I changed the color of dark green to bright lime green on the color picker. The color picker shows the specific color I want and then I click 'OK '. It has not changed black lime green to green light... instead it shows the dull green color. It's really listen to me because I can't figured it out what wrong with it. I checked the color (RGB mode) Mode and colors... everything seems to be good for me.

    Here is the quick screenshot:

    ColorProblem.png

    I also tested with another color, it still has the same problem. They do not show the bright color, it shows the dull color instead.

    ColorProblem1.png

    I hope you guys can help out me!

    Thank you

    Christie

    According to the information, you're supplyng we using the screenshot, it is very clear, you're wrong, the color Mode is CMYK and non RGB just look at you screenshot and you'll see what I mean.

    The color mode of the Document in two screenshots shows CMYK.

    The color you see is planned. Change the color correctly in RGB mode and it will solve your problem.

  • Why my IN operator does not change the data type

    Hello

    This makes no sense, but I hope that there is an obvious answer that you have seen a million times before.

    I have this criterion in my WHERE clause
     AND rpg_id = (SELECT rpg_id
                                             FROM integration.rep_elig_groups
                                            WHERE pel_id IN(34))
    because of this clause, no results are returned in my query. However if I use a function like this to_number:
     AND rpg_id = to_number(SELECT rpg_id
                                             FROM integration.rep_elig_groups
                                            WHERE pel_id IN(34))
    OR
     AND to_char(rpg_id) = (SELECT rpg_id
                                             FROM integration.rep_elig_groups
                                            WHERE pel_id IN(34))
    I get the results returned expected.

    The application of void: -.
    SELECT rpg_id
                                             FROM integration.rep_elig_groups
                                            WHERE pel_id IN(34)
    Returns the value of 226. rpg_id in this table is a NUMBER data type. As it is rpg_id in the original outer query.

    I looked at synonyms, views, and other objects, it could use for rep_elig_groups table, but there is not.

    Then I tried to change the IN operator to an EQUALS operator and believe you, it worked.
    AND rpg_id = (SELECT rpg_id
                                             FROM integration.rep_elig_groups
                                            WHERE pel_id IN(34))
    Please can someone explain what ORACLE think here!

    Thank you very much

    Published by: tri_harder on December 9, 2008 16:48 missed the hook closing in the final piece of code!

    Published by: tri_harder on December 10, 2008 08:44

    tri_harder wrote:
    I use Oracle Database 10 g Enterprise Edition Release 10.2.0.2.0. I have no idea if I'll be able to change the STAR_TRANSFORMATION_ENABLED setting, I would need a very good reason to do so, I'm going to find. But why the transformation returns no results?

    There are various bugs related to the star transformation, in particular during the transformation of the temporary table is involved. For example see Metalink Note 47358.1

    You can change the setting STAR_TRANSFORMATION_ENABLED using ALTER SESSION.

    You can use the following trick (undocumented) to set Optimizer settings only for a given statement:

    select /*+ opt_param('star_transformation_enabled', 'temp_disable') */ ...
    

    With regard to the execution plans: check the output of DBMS_XPLAN. DISPLAY. If it shows a down note ' Note: Plan table is old version "then drop all existing tables plan. Since you're using 10.2 it already provides a 'global' PLAN_TABLE (actually a synonym for the global temporary table SYS. Plan_table$) If you do not have the need for a private usually longer.

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    SQLTools ++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676 /.
    http://sourceforge.NET/projects/SQLT-pp/

  • Equim M40x: DVD player will not change the region even with 1 change remaining

    I have a Toshiba Equim M40x with a carpet * a DVD - Ram drive 830 s. My children recently tried to play a region 2 dvd and it failed with the message the DVD player is set in a different region.

    When I went into Device Manager to change the region (it was set to 1), it showed that I had a chance to change.
    However, when I tried to change it, I received an error message: "unable to update region setting. Please make sure the drive contains a region 2 media and you have the privilege of the administration. »

    I tried to put a region 2 dvd in the drive and I have the privilege of the administration and it still does not work.
    I then went looking for firmware free region for this disc, and of course, it does not exist.

    Help!

    Hello

    It of not possible to unlock the DVD player on a legal way.
    Of course, I found many sites that suggest that it of possible to unlock the firmware flash drive.
    But believe me; It is not desirable and very risky!
    You may damage the disc and then you can not read or burn CD or DVD media!

    I assume that you have already changed the region 5 times code. In such cases, it s already locked.

  • Lightroom will not change the status of metadata

    Problem: The status of "Metadata has been changed" continues to display after backup of metadata in the file. Why?

    Well I saved metadata to file several times Lightroom keeps marking them as new changed very quickly.

    Even if I delete the xmp and rewrite.

    And as far as I can see, LR actually write changes, because everything is there when I read the metadata of the file.

    There are thousands (but not all) of the photos.

    I use:

    6.3 LR on Windows 7 Professional 64 bit

    The files are all on local disks, in part on the SSD as well as the operating system, in part on a different disk.

    Thank you.

    Using the answers above, I managed to get rid of the warnings issues LR, simply by changing the setting "automatically write changes to metadata on the drive. Once LR wrote all the warnings do not pop up again, also not after unchecking this option again.

  • ESXi 5.5 will not see the data store when it is installed on the HP SD flash card

    Today, I installed an HP 4 Gb flashdisk on a new server HP ML350p gen8 Bion P72 (most recent). This server contains 4 300 GB SAS drives in a RAID5 configuration with 1 logical drive. This drive works fine. When you install a Windows Server live on this subject, the logical drive that appear.

    Installing ESXi 5.5 I choose 2 location to install to, a SD flash disk and the logical disk of SAS. I installed it on the SD flash drive. But after that I started the vSphere client and any data store is seen here. The RAID5 logical drive is not there.

    During installation 5.5i directly on the logical volume Raid5 ESXi, vSphere sees the logical volume and can use it.

    How do I install ESXi 5.5 on the SD HP flash disk and use the logical disk as data store? Why I can only see the drive now?

    THX!

    1. it works both on customized HP iso and ISO VMware 5.5i

    2 when installing ESXi 5.5 on the RAID 5, the rest of the volume, she prepares as VMFS, because it is disk0'.

    If you do not use the raidvolume for the installation of VMware, you must configure it in the vSphere client. There, you have to format the raidvolume.

    It does not work.

  • Will not change the name of database on my computer!

    I have a Lenovo with Windows 7. He was originally from my mother. I tried to change the name of The Keeper and I thought that I had managed to take his name out of it, but it appears Gloria The Keeper. How should I do?

    How exactly have you tried to change the name?

  • UAC WILL NOT CHANGE THE ADMINISTRATOR, WILL NOT ACCEPT SECRET ADMIN, RESTORE THE SYSTEM, SFC OR MSCONFIG

    • Recently, I tried to delete a program and received the error that I need to log on as an administrator. Original set up was for single user.  UAC icon a panel show me as a standard user. By clicking on select account type by selecting administrator, and change account type brings back me to the screen of type change original account with my screen showing always name standard user. UAC is disabled message when the system is restarted.
    • Trying to set up or access the secret or using the admin account emergency create a new account, administrator naming TEST or any name alpha returns error "the specified account name is not valid. Cannot contain the following characters / \ ><+=>
    ?:;...   Any character for a standard or administrator account, or alpha name valid returns this error.
  • SFC or back command MSCONFIG error solutions' you have not privleges, sufficient to run this utility or 'you must be an administrator running in the console session' for access...
  • Programs, tools, the system restore System Restore returns error "you have been refused permission...". "RSTRUI.exe BACK returns"error unexpected-class not registered Ox800040154.
  • Here is copy of my current version\policies\system of the registry
  • Key name: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem\\\
  • Name of the class:
  • Last write time: 01/05/2010 - 14:30
  • A value of 0
  • Name: ConsentPromptBehaviorAdmin
  • Type: REG_DWORD
  • Data: 0x2
  • Value 1
  • Name: ConsentPromptBehaviorUser
  • Type: REG_DWORD
  • Data: 0x1
  • Value 2
  • Name: EnableInstallerDetection
  • Type: REG_DWORD
  • Data: 0x1
  • Value 3
  • Name: EnableLUA
  • Type: REG_DWORD
  • Data: 0
  • Value 4
  • Name: EnableSecureUIAPaths
  • Type: REG_DWORD
  • Data: 0x1
  • Value 5
  • Name: EnableVirtualization
  • Type: REG_DWORD
  • Data: 0x1
  • Value 6
  • Name: PromptOnSecureDesktop
  • Type: REG_DWORD
  • Data: 0x1
  • Value 7
  • Name: ValidateAdminCodeSignatures
  • Type: REG_DWORD
  • Data: 0
  • Value 8
  • Name: dontdisplaylastusername
  • Type: REG_DWORD
  • Data: 0
  • Value 9
  • Name: legalnoticecaption
  • Type: REG_SZ
  • Data:
  • Value 10
  • Name: legalnoticetext
  • Type: REG_SZ
  • Data:
  • Value 11
  • Name: scforceoption
  • Type: REG_DWORD
  • Data: 0
  • Value of 12
  • Name: shutdownwithoutlogon
  • Type: REG_DWORD
  • Data: 0x1
  • Value 13
  • Name: undockwithoutlogon
  • Type: REG_DWORD
  • Data: 0x1
  • Value 14
  • Name: FilterAdministratorToken
  • Type: REG_DWORD
  • Data: 0
  • Value 15
  • Name: EnableUIADesktopToggle
  • Type: REG_DWORD
  • Data: 0
  • Key name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI
  • Name of the class:
  • Last write time: 02/11/2006 - 11:28
  • Key name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI\Clipboard
  • Name of the class:
  • Last write time: 02/11/2006 - 11:28
  • Key name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI\Clipboard\ExceptionFormats
  • Name of the class:
  • Last write time: 02/11/2006 - 11:29
  • A value of 0
  • Name: CF_TEXT
  • Type: REG_DWORD
  • Data: 0x1
  • Value 1
  • Name: CF_BITMAP
  • Type: REG_DWORD
  • Data: 0x2
  • Value 2
  • Name: CF_OEMTEXT
  • Type: REG_DWORD
  • Data: 0 x 7
  • Value 3
  • Name: CF_DIB
  • Type: REG_DWORD
  • Data: 0 x 8
  • Value 4
  • Name: CF_PALETTE
  • Type: REG_DWORD
  • Data: 0 x 9
  • Value 5
  • Name: CF_UNICODETEXT
  • Type: REG_DWORD
  • Data: 0xd
  • Value 6
  • Name: CF_DIBV5
  • Type: REG_DWORD
  • Data: 0 x 11

  • This who should I try next?

    Try the second link in the HAA procedure (the one in the post two above this).  That it does not require that you start the system, like the first.  You can work and if it can solve your problem without having to reinstall the system.  At least give it a try and then tell me if I am wrong and even the process cannot be done.

    I hope this helps.

    Good luck!

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

    Xenypoo,

    Please ask your question in the Forums of Windows7 in the: http://social.answers.microsoft.com/Forums/en-US/category/windows7.  Your situation is different, and I don't want to mix the answers here with people wondering to which a response is addressed.  Thank you!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Album art WMP12 will not change the desktop

    Whenever I have on my desktop of my Windows 7 Ultimate 64 music, album art remains the same. Months, I had a song on my desktop that had its own art from the album, and now that I moved the song in my music folder, any song that I put on my desk, rest the same album art as a single individual. But when I play a song from my record music, WMP starts and I just get the music for the album art note. How can I clear the desktop album art? I had some songs on my desk with album art and I play and it comes up with album art, but then a song that does not, it goes back to album art of the song of the first.


    X.MP3 is the first song that the album cover is on and xy.mp3 are all the other mp3s. and when xy.mp3 is playing, album art of rest x.mp3

    Please help, it's boring.


    Thank you

    Hello sterlingsilv3r,

    If you had saved to the desktop Album art, you remove the arts album before moving them to your music folder?

    You should try to remove all the Arts of the Album you had saved on your desktop.

    Make sure Show also that hidden files and folders also protected operating system files, and then check if hidden files appear on the desktop.

    1. Open Folder Options by clicking the Start button, clicking Control Panel, appearance and personalization, and then clicking Folder Options.
    2. click on the view tab.
    3. under Advanced settings, click Show files and folders and then click OK.

    Also uncheck "Hide protected operating system files"

    Thank you
    Savan - Microsoft Support

  • CSS has been work - but now, it will not change the #contact - jumbo

    All of sudden - I get no response to my programming below - for this page: http://intermediaprojects.org/pages/contact.html

    I uploaded to the server in the hope that I see these colors in the browser, but nothing. I can't find the problem and I have not had this problem before, so it mystifies me.

    {#contact-jumbo}

    background-color: #F7E5A0;

    color: #F54A0F;

    Police-family: source-without-pro;

    make-style: italic;

    Police-weight: 200;

    }

    Thanks for any help!

    Jack

    These problems usually indicate a problem earlier with your CSS. Check the validation of your file-

    W3C CSS Validator results for http://intermediaprojects.org/css/UrForSale.css (CSS level 3)

  • How to create custom underscore and make a style that will not change the style of text when it is applied?

    Hi, I just want to know how can I create custom underscore and make a style, so that when I apply it to the text it right to point out that the article selected

    As long as no other character style is applied, you can create and apply a character style that is completely empty except for underscores. That will add an underline without affecting the text in any other way. If a different character style is already you must either add an underscore to this style definition (which will add an underline to all text formatted with this style) or make a copy of the style and add the underline, and then apply the new style.

Maybe you are looking for

  • Flagged messages

    Help! I am new to this world any iPhone, but by accident in the email that I had touched the flag all option.  I tried through and deleting and continued past each email, but they always appear as reported. Is there a way to delete all e-mails at onc

  • Unsecured update error!  DSA key. Sparkle

    When I open the mail I get a pop-up - ' Insecure update error! " For security reasons, you must sign your edits with a DSA key.  See the documentation of Sparkle for more information".  I think it's the result of me to add a new Plugin for Mail. I lo

  • VBAI: Problem of coordinate reference system

    In a stage of my VB AI application, I'm set a mark at the center of a circular object correctly.  In the next step, I do a 'find circular edge', including the "Reposition region of interest" value to a coordinate system. However, when the object is m

  • HELPPPP! "NTLDR is missing".

    Hey there! I was wondering if someone can help me. Bascially my file NTLDR is missing or corrupt as when I start my pc (windows xp) is written "NTLDR is missing". I checked the web for answers, but most of them need a window XP boot disk to access th

  • My product key stopped working

    I had an authentic copy of installed Windows 7 (update of an authentic copy of Windows Vista), he had a lot of problems, so I reinstalled Vista. Vista installed successfully, but to attempt the upgrade to Windows 7, I said that my product key is not