基本的 Windows 7 根文件系统是什么样的?

基本的 Windows 7 根文件系统是什么样的?

在全新安装的 Windows 7 Professional 64 位系统的根目录 (C:) 中我应该看到哪些目录和文件(包括隐藏文件和目录)?

答案1

除我能可靠识别的后来添加的内容外,以下是我看到的目录:

$Recycle.Bin
Boot
Config.Msi [Possibly created by Office]
Documents and Settings [Junction point to Users directory below, as "dir /al" will show]
MSOCache [Possibly created by Office]
PerfLogs
Program Files
Program Files (x86)
ProgramData
Recovery
System Volume Information
Users
Windows

以及文件:

BOOTSECT.BAK [Possibly created later and missing from a fresh install/at first boot]
bootmgr
hiberfil.sys [Possibly missing if hibernation is not enabled]
pagefile.sys

相关内容