Control Panel
Forum
Hosting Help
6 Months free Hosting (New!)
Resources
Login
Members
Shared Hosting
|
New Features
|
Advertise
|
Tutorials
|
Product Reviews in India
|
Free aptitude test questions
|
TATA Nano Car reviews
Total
members
:
82077
Average new registrations per day (in last 7 days):
44
New Registration:
Open
Register Now
Home
»
Resources
»
Disable LastTimeAccess on NTFS to speed up computer
ASP.NET
ADO.NET
Web Services
Remoting
Visual Studio 2005
Error Bank
Interview Questions
Tips & Tricks
XML
HTML
Jscript/Javascript
IIS
Windows
General
Submit Resource or code snippet
... and get
surprise gifts
Win Digital camera, ASP.NET Books, Free softwares!!
Disable LastTimeAccess on NTFS to speed up computer
31 May, 2008
Author:
Elad Karako
Israeli Netanya Academic College (CS b.Sc)
Summary
A few Little Registry Tricks that will make your developing life easier (Part 3)
this will prevent overhead of disk writing.
.NET Classes used :
Copy this to a new reg file named
Disable LastTimeAccess on NTFS to speed up computer.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
here is an undo file if you wish to return the default windows lastAccess behavior
Copy this to a new reg file named
Disable LastTimeAccess on NTFS to speed up computer - UNDO.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000000
you can selectively Run any of those files,
the change occur after restarting your computer.
that's it.
enjoy.
Elad.
Feedbacks about this page from members:
- No Feedbacks yet !! -
Submit Feedback
View All Feedbacks
Partners
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies.
All Rights Reserved.