How To Edit Any File Without Changing Modified Date

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ส.ค. 2024
  • In this video, I explain to you how to modify any file, whether it is word or Excel, or whatever the file type is without changing the modified date, meaning that you can edit any file without changing the modification date, and this method works with any operating system, whether Windows 7 or 10 and Windows 11, and you, as a user, can always see the date the file was created, and if there are any modifications made to the file, you can know that through the modified date, but if you want to edit the files without making any changes to the modified date, you can follow the method described in The video is via PowerShell Commands, and it is a very easy and useful method. In this way, you can change the modification date of any file, whether you made modifications to the file or made any modifications.
    This method will make you change the modification date of any file.
    Command: (Get-Item Pathtofileorfolder).LastWriteTime=$(Get-Date "time")
    Follow the steps as in the video, and I am waiting for any inquiries in the comments.
    --------------------------------------------------------------------------------------------------------------
    #howto #windows10 #windows11 #files #modified #modification #files
    How To Edit File Without Changing Modified Date In Windows 10 / 11,
    How to Edit file without changing Modified Date in Windows 11,
    How to change Date Modified of a file in Windows 11/10,
    How to keep the date modified on a file,
    How to open a file without changing the timestamp,
    How to Disable Changes to File Last Modified Date,
    How to Disable Changes to the date of the last modification of files,
    How to Change modify date on any file,
    How to Edit a Text File Without Changing Date Modified,
    How to change Date Modified of a Files,
    How to Updaate Modified Date For any files,
    How to Change a file without affecting modified time,
    How to change last modified date,
    How to change modified date of any file on pc,
    change date modified,
    How to Change Last modified date,
    How to Change Last Modified Date and Time of a File,
    How to edit pdf files without changing modified date,
    How to Edit File But Keeping Modified Date,
    How to Change the Modified Date of a File,
    How to View and Change Last Modified Date of a File,
    How to Change a File Date,
    How to change the Date and Time of any File,
    ---------------------------------------------------------------------------------------------------------------
    Can See More Videos: / @doitmostafaahmed
    ----------------------------------------------------------------------------------------------------------------
    Music In Video : www.youtube.co...
    -----------------------------------------------------------------------------------------------------------
    Thanks for watching
    Please Like and Subscribe
    Thank you for the support
    SHARE, SUPPORT, SUBSCRIBE

ความคิดเห็น • 6

  • @mediagameboy2719
    @mediagameboy2719 3 หลายเดือนก่อน

    Thank you!

  • @marlywasef8252
    @marlywasef8252 7 หลายเดือนก่อน

    Hi Ahmed i have a question how to edit the xmp core file on adobe to edit the created date and time and also to clear tje modified date? Thank you

  • @jadizadi7600
    @jadizadi7600 3 หลายเดือนก่อน +2

    Here is a more consise way to do it:
    (gci "C:\Users\Admin\Desktop\test.txt").LastWriteTime=("5/18/2024 09:00 PM")
    change the path to your real file path.
    and the date and hour to your prefered time. Enjoy!

    • @kazireazulgaming
      @kazireazulgaming 21 วันที่ผ่านมา +2

      thanks its working also to update Created Date remove LastWriteTime and add CreationTime (gci "C:\Users\Admin\Desktop\test.txt").CreationTime=("5/18/2024 09:00 PM")

  • @user-ke6gc6kr6p
    @user-ke6gc6kr6p 3 หลายเดือนก่อน

    Scam

    • @jadizadi7600
      @jadizadi7600 3 หลายเดือนก่อน

      It works as sharm. u migh be missig some characher or something