Windows 10: file history file modification times vs home file

Discus and support file history file modification times vs home file in Windows 10 Network and Sharing to solve the problem; I have some files which are backed up in File History. These files show the same date modified in the details pane of file explorer.However, if in... Discussion in 'Windows 10 Network and Sharing' started by jim_bob_, Jul 2, 2021.

  1. jim_bob_ Win User

    file history file modification times vs home file


    I have some files which are backed up in File History. These files show the same date modified in the details pane of file explorer.However, if in python I get the modification time os.path.getmtimepathname the two modification times are different.Why doesn't the information in the details pane match the number returned by the os.path.getmtime?Info using getmtime:2014-02-19 17:01:45+00:00 E:\FileHistory\Nancy\WB\Data\C\Users\User\Pictures\1976\07 July\pic_74 2021_02_20 21_07_12 UTC.tif2014-02-18 22:54:20.292308+00:00 C:\Users\User\Pictures\1976\07 July\pic_74.tif update=Trueinfo fro

    :)
     
    jim_bob_, Jul 2, 2021
    #1

  2. Recent File List

    for the tweakers out there, In programs like Paint and Flash Stand Alone- is there a command that can be implemented into the registry to stop Recent File List History from displaying on the File Menu of such programs. Like a String, Key Etc? I like to keep my rig from prying eyes. I am using windows 7 pro 64bit.
     
    eidairaman1, Jul 2, 2021
    #2
  3. slozomby Win User
    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Jul 2, 2021
    #3
  4. Kreij Win User

    file history file modification times vs home file

    Identical File Finder

    @Ford
    I don't think that step #3 is even needed. The probabiliy of two MD5 hashes from differing files colliding is what, 2^-128 ?
    Even if your were hashing a million files the odds of a hash collision on differing files is astronomically small.
     
    Kreij, Jul 2, 2021
    #4
Thema:

file history file modification times vs home file

Loading...
  1. file history file modification times vs home file - Similar Threads - file history file

  2. one drive vs. file history

    in Windows 10 Installation and Upgrade
    one drive vs. file history: After downloading the one drive app Cloud, my File History Drive took a dump. I Was not able to back up using my File History Drive due to an error, back up wasn't able to recognize the drive. I had to format the history drive and give it another drive letter. I was given...
  3. one drive vs. file history

    in Windows 10 Gaming
    one drive vs. file history: After downloading the one drive app Cloud, my File History Drive took a dump. I Was not able to back up using my File History Drive due to an error, back up wasn't able to recognize the drive. I had to format the history drive and give it another drive letter. I was given...
  4. one drive vs. file history

    in Windows 10 Software and Apps
    one drive vs. file history: After downloading the one drive app Cloud, my File History Drive took a dump. I Was not able to back up using my File History Drive due to an error, back up wasn't able to recognize the drive. I had to format the history drive and give it another drive letter. I was given...
  5. File History vs Copy & Paste

    in Windows 10 Installation and Upgrade
    File History vs Copy & Paste: I am currently using a copy and paste method for backing up my hard drives to EHD devices. I have to split my data between 2 EHD devices because of the large amount of data. If I copy and paste the biggest folders, it can take over 12 hours to copy each of the four. If I...
  6. Restrict File History to new files and modifications

    in Windows 10 Network and Sharing
    Restrict File History to new files and modifications: Narrow question: I want to use the File History feature in W10 to back up History only newly created or modified files on an ongoing basis -- using the creation or modification dates. It appears that I cannot set up File History to work that way. Is that correct ? Broad...
  7. File History VS Backup and Restore

    in Windows 10 Ask Insider
    File History VS Backup and Restore: Hi. So I have this 2TB external hard drive which uses the USB type-C so I can leave it plugged in all the time. I've done all the system repair disc, restore point, system image and recovery drive. 1) can the same external drive be used for both file history and backup and...
  8. back up vs. file history

    in Windows 10 Installation and Upgrade
    back up vs. file history: Win 10 back up/ file history https://answers.microsoft.com/en-us/windows/forum/all/back-up-vs-file-history/caea7853-64bd-4aba-bbc6-8799cc5e64d3
  9. File History vs System Image Backup

    in Windows 10 Installation and Upgrade
    File History vs System Image Backup: Hi! I have a question regarding File History vs System Image Backup, that I haven't been able to find online unfortunately. System Image Backup is something that I understand can be scheduled to ones needs, daily, weekly or so forth, and can be done on specific folders...
  10. File History vs VSS vs 3rd party backup app for open workstation files

    in Windows 10 Backup and Restore
    File History vs VSS vs 3rd party backup app for open workstation files: 1. Does Windows 10 File History back up open files, eg. open excel or pdf's or only closed files? I use a document management app that stores docs in Sql but temporarily copies them to a user\appdata\roaming\ subfolder while the user is working on the file. Then the app is...