|
|
|
|
使用NTFS授权
|
|
|
|
use EFS
no permission for READ & WRITE |
|
|
將分區轉化為NTFS格式,將文件的權限作限制,可以保護文件.
轉化可用工具軟件或win 2000自帶的 設定->控制面板->系統管理工具->電腦管理->磁碟管理(硬盤)->轉化格式 不過轉化有風險(低),最好先作備份,小心總是好的:) |
|
|
但我的是FAT32格式
|
|
|
在命令提示符中运行convert
Converts FAT volumes to NTFS. CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X] volume Specifies the drive letter (followed by a colon), mount point, or volume name. /FS:NTFS Specifies that the volume is to be converted to NTFS. /V Specifies that Convert should be run in verbose mode. /CvtArea:filename Specifies a contiguous file in the root directory to be the place holder for NTFS system files. /NoSecurity Specifies the converted files and directories security settings to be accessible by everyone. /X Forces the volume to dismount first if necessary. All opened handles to the volume would then be invalid. 这个是帮助,看看就知道怎么转了~~~然后提示下一次重启时转换~~ good luck~~~ |
|