USN Journal,也称为变更日志($UsnJrnl),是每个卷上都存在的一个隐藏NTFS系统文件。它的目的是让其他软件——搜索索引程序、备份工具、云同步客户端、防病毒扫描程序——能够高效地询问“自上次检查以来,这个驱动器上发生了什么变化”,而无需每次都重新扫描整个卷。
为了实现这一点,NTFS会记录对您文件所做的几乎每一次更改的详细信息:删除、创建、重命名等等,无论是通过哪个应用程序或方式执行的更改——文件资源管理器、命令行、脚本,还是其他程序。
可以说,这是本站介绍的最完整的活动记录。Shellbags只捕获通过文件资源管理器浏览过的文件夹。RecentDocs只捕获通过外壳打开的文件。而USN Journal无论文件操作是如何发生的都会捕获,这意味着它能揭示本站介绍的其他任何痕迹都无法记录的文件名和活动。
是的,PrivaZer会扫描USN Journal中旧文件名和操作的残留痕迹,并将其清除。与$LogFile一样,这是一个受保护的NTFS系统结构,Windows的许多部分都积极依赖它,因此会使用专门为其构建的逻辑来处理,而不是像简单的文件或缓存那样对待。
会。即使文件本身及其MFT条目早已消失,该文件的名称以及对它执行过的操作(创建、重命名、删除)仍可能在USN Journal中清晰可见。这种持久性对备份和同步软件很有用,但正是这一点也使它在取证方面具有重要意义。
会,作为NTFS正常运作的一部分,新条目会持续被记录下来,这是必要且预期中的情况,许多Windows功能都依赖于此。PrivaZer删除的是关于已不存在文件的旧的残留细节,而不是该日志的持续功能。
同一个系统的三个不同层面,各自捕捉到其他层面遗漏的内容。USN Journal的覆盖范围最广:来自任何来源的每一次文件操作,覆盖整个系统。
Warning: Undefined variable $LogFile in /var/www/vhosts/privazer.com/httpdocs/how-to-clean-usn-journal-traces-on-windows.php on line 729
Project-Id-Version:
PO-Revision-Date: 2026-07-30 20:37+0200
Last-Translator: a
Language-Team:
Language: zh_CN
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=1; plural=0;
X-Generator: Poedit 3.9
X-Poedit-Basepath: ../../..
X-Poedit-SourceCharset: UTF-8
X-Poedit-SearchPathExcluded-15: Kaspersky
X-Poedit-SearchPathExcluded-16: upload
X-Poedit-SearchPathExcluded-17: 2checkout-php-sdk-1.1.1
X-Poedit-SearchPathExcluded-18: PHPMailer-6.9.1
X-Poedit-SearchPathExcluded-19: vendor
X-Poedit-SearchPathExcluded-20: mollie-api-php-master
X-Poedit-SearchPathExcluded-21: Kaspersky
X-Poedit-SearchPathExcluded-22: review-image
X-Poedit-SearchPathExcluded-23: images
X-Poedit-SearchPathExcluded-24: Kaspersky
X-Poedit-SearchPathExcluded-25: PHPMailer 5.2.28 jusquà privazer v4.0.93
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: bootstrap
X-Poedit-SearchPathExcluded-1: bootstrap3
X-Poedit-SearchPathExcluded-2: js
X-Poedit-SearchPathExcluded-3: messi
X-Poedit-SearchPathExcluded-4: Nivo Slider Demo_files
X-Poedit-SearchPathExcluded-5: nivo-slider
X-Poedit-SearchPathExcluded-6: paypal-express
X-Poedit-SearchPathExcluded-7: mollie-api-php-master
X-Poedit-SearchPathExcluded-8: test-gettext.php
X-Poedit-SearchPathExcluded-9: old_exe
X-Poedit-SearchPathExcluded-10: old
X-Poedit-SearchPathExcluded-11: old_new_version
X-Poedit-SearchPathExcluded-12: upload
X-Poedit-SearchPathExcluded-13: amazon-pay-sdk-samples-master
范围更窄、层级更低,是一份崩溃恢复事务日志,只是恰好作为副作用保留了操作细节。 shellbags 范围更窄,但角度完全不同:它们只记录您通过文件资源管理器亲自浏览过的文件夹,与文件操作本身无关。这三者结合起来,几乎覆盖了NTFS所能看到的文件活动的每一个方向。