date modified changes when adding tags to PDF files


  1. Posts : 37
    Windows 10 Enterprise
       #1

    date modified changes when adding tags to PDF files


    Hello, I am using windows 10 and I am trying to organize a very large number of files scattered everywhere on my laptop. The files are a variety of different formats, PDF, word, excel, .txt, blackberry backup files (.bbb), audio and video files as well.

    When I add a tag or a keyword within adobe acrobat and save the PDF file, the date modified and time changes to the current date and time. I do not want the date modified or date created to change when I add a tag or a keyword to the file properties.

    I am looking for a system similar to what mac OSX has for its tagging file & folder system. I am wondering how I can achieve something similar to mac os x file/folder tagging system. Thank you
      My Computer


  2. Posts : 1,680
    X
       #2

    Simple: Buy a Mac.

    In general ... when you modify a file, the file modification date shows the date of that modification. I did not know that the Mac behaved differently. It seems odd that it should, given that it's built from Unix.

    I wonder, though: Why is the modification date relevant? If you really want a fixed, unchanging date for the file, but the date in the file name. That works on any computer.
      My Computer


  3. Posts : 37
    Windows 10 Enterprise
    Thread Starter
       #3

    because most of my PDF's have the modified date earlier than the create date so I want to use the modified date + time. In addition, the files are scattered everywhere so I want to tag most of them and then see the final folder structure to find duplicates and such
      My Computer


  4. Posts : 1,680
    X
       #4

    I think that what you want is not possible. The operating system changes the modification date when the file is modified. That's what the modification date is all about.

    There are tools that will let you change the modification date to whatever you want.
    That is ... make your file changes (and the mod. date changes).
    Then change the mod. date to what you want.

    Tedious.
      My Computer


  5. Posts : 17,661
    Windows 10 Pro
       #5

    A lot of work, but no third party tools required if you want to change Date Created and Date Modified values.

    Open PowerShell. Enter the following command to change the Date Created value of file D:\Docs\Sample.pdf to 22nd of October 2020 at 15:30 (3:30 PM):

    (Get-Item "D:\Docs\Sample.pdf").CreationTime=("22-OCT-2020 15:30:00")

    Notice that date and time must be given as they are shown on your computer. Because I have changed the short date to be as DD-MMM-YYYY, I must give it in command the same way. The same applies to time given, it's as your system is set to show long time:

    date modified changes when adding tags to PDF files-image.png

    To change Date Modified value for the same file, use following command:

    (Get-Item "D:\Docs\Sample.pdf").LastWriteTime=("22-OCT-2020 15:30:00")

    Kari
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:15.
Find Us




Windows 10 Forums