Results 1 to 6 of 6

Thread: How to enable last access Timestamp in Windows 7?

  1. #1
    Join Date
    Nov 2009
    Posts
    53

    How to enable last access Timestamp in Windows 7?

    Hey i want to enable the Last access Timestamp in windows 7. So that i can see that when this file is used. This is technique by which i can identify the age and the status of the file. But i don't know how to perform the same. So help me with the procedure of the same so that i can work with the same. Any help may be appreciated. Thanks in advance

  2. #2
    Join Date
    May 2008
    Posts
    588

    Re: How to enable last access Timestamp in Windows 7?

    You can use the FSUTIL for the same that you are looking for. This can run from the Command prompt but for that first you have to make yourself as administrator. Just click on the start and then run the command prompt and then right click on the console and select the run as administrator. Then run the command that is given below.
    Code:
    fsutil behavior set disablelastaccess 0
    This will enable the last access time recording. So go with it and see the response. Thanks

  3. #3
    Join Date
    May 2008
    Posts
    347

    Re: How to enable last access Timestamp in Windows 7?

    Hey you can do the same with the help of the Registry. This will enable the same and record the last access time when you visit the folder next time. So give a try with the same and see that it working or not. Go through the step to enable the last access time.
    • Click on the start
    • Go to run and type regedit, hit enter
    • On the Registry Window navigate "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem"
    • Now on the Right pane double click on the "NtfsDisableLastAccessUpdate”
    • Set the value of that to "0"
    • Now restart the system to take effect

  4. #4
    Join Date
    Nov 2009
    Posts
    53

    Re: How to enable last access Timestamp in Windows 7?

    Hey thanks for providing the detail of the same. I have enabled the last access timestamp on my system but could you help me more with the disabling of the same so that i can disable it whenever i need. Thanks once again. I hope you are not irritated with my question if so then i apologies for it.

  5. #5
    Join Date
    May 2008
    Posts
    588

    Re: How to enable last access Timestamp in Windows 7?

    Hey to disable the same you have to follow the same procedure as you did for enabling the Last Access timestamp. Just start the command prompt and en run is as administrator and then type the command given below that will disable the same so go through the same and it will disable the last access time stamp.
    Code:
    fsutil behavior set disablelastaccess 1

  6. #6
    Join Date
    May 2008
    Posts
    347

    Re: How to enable last access Timestamp in Windows 7?

    This can be disable in the Windows by the registry. All you have to do is to follow the procedure that is described for the enabling of the same and then instead of putting the o put there "1" and that will disable the same again. I hope that this will be the solution that you are looking for and will work for you. Say thanks if it works for you. Bye

Similar Threads

  1. Enable access to computer through registry
    By Simon.B.Australia in forum Operating Systems
    Replies: 1
    Last Post: 10-03-2012, 12:15 AM
  2. How can I enable promiscuous network access?
    By sunnyl in forum Networking & Security
    Replies: 1
    Last Post: 04-02-2012, 03:48 AM
  3. How to enable Remote Web Access in Windows XP SP3
    By Zweena in forum Operating Systems
    Replies: 5
    Last Post: 18-08-2010, 01:41 AM
  4. Replies: 4
    Last Post: 13-08-2010, 03:12 PM
  5. How to enable access for assistive device
    By Tionontati in forum Operating Systems
    Replies: 6
    Last Post: 02-06-2010, 12:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,172,831.03993 seconds with 16 queries