|
-- 管理启动分区
\drivers 下 包含 bootpart.exe 及 bootpart.sys 和 bootpt64.sys 文件。
运行 'bootpart.exe -mount' 可以加载隐藏分区(支持深度隐藏分区)到B:盘,然后访问其中的文件
bootpart.exe 支持Windows环境下运行(UAC注意以管理员身份运行)
Usage:
bootpart COMMAND_PARAMETERS
Command:
-help Display help message
-mount Mount boot partition to virtual drive
-eject Sync cache data and dismount boot partition
-getdriveletter Get drive letter of virtual drive
Parameters:
-driveletter x: Set drive letter of virtual drive on mounting
-readonly Set readonly attribute of virtual drive on mounting
-verbosity Show debug information |
|