禁用磁盘检查_通过禁用Windows XP中的上次访问更新来加速磁盘访问
禁用磁盘检查
Did you know that Windows XP updates files with the last access update time when they are opened by any application? Seems to me that it’s not entirely useful, so let’s go through how to disable it.
您是否知道Windows XP在任何应用程序打开文件时使用最后访问更新时间来更新文件? 在我看来,它并不完全有用,所以让我们看一下如何禁用它。
Note that this tweak is not necessary for Windows Vista because it’s already set as the default, even if you upgrade from XP to Vista.
请注意,对于Windows Vista,此调整不是必需的,因为即使您从XP升级到Vista,它也已设置为默认设置。
Manual Registry Tweak
手动注册表调整
Open up regedit.exe through the start menu run box, and then navigate down to the following key:
通过开始菜单运行框打开regedit.exe,然后向下导航至以下键:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ FileSystem
Create a new DWORD value in the right-hand pane named NtfsDisableLastAccessUpdate and give it a value of 1. To remove this tweak just delete the key or give it a value of 0.
在右侧窗格中创建一个新的DWORD值,名称为NtfsDisableLastAccessUpdate,并将其值设置为1。要删除此调整,只需删除键或将其设置为0。
You’ll have to restart your computer before it will take effect.
您必须重新启动计算机才能生效。
Download Registry Tweak
下载注册表调整
Download and extract the file and double-click on the DisableLastAccessUpdate.reg file to enter the information into the registry. There’s also a removal script included.
下载并解压缩文件,然后双击DisableLastAccessUpdate.reg文件以将信息输入注册表。 还包括一个删除脚本。
Download DisableLastAccessUpdate Registry Tweak
下载DisableLastAccessUpdate注册表调整
禁用磁盘检查