批处理命令系统属性.doc
文本预览下载声明
批处理命令系统属性
How to set up files for protected operating system files
Use a batch command:
Attrib + s drive path
Such as:
I have a file called n. t xt in my D tray directory, so the method to set it as a system file is:
Attrib d: \ n. t xt + s
I hope you understand. Good luck to you!
Remove: for example above
Attrib d: \ n. t xt~s
The system properties of the n. t xt file can be canceled
You can go to the comma nd prompt and use the comma, nd attrib + S + H + A filename/S/d
Note: file name is the n ame of your folder, and in advance you have to go to the root directory where the folder is located, and you can also type in the path such as attrib + S + h + r C: / fliename
The + s is set to the system properties
The + h is set to hide
+ a setting archive
+ r setting read-only
The hint is that the system properties are not deleted, you may not see the changes
If you want to see your folders and you can give the effect of the system property and it is a hidden at tribute, then the tool -folder options - show all files and folders, but did you found the folder or not? Then remove the hook hidden folder, protected by the system so that it out again. This shows that it is the system folder
Attrib usage
Instructions are used to modify the properties of the file? The common properties of the file are: read-only. Archive? Hide and system?
A read-only property is an operation that can only be read by a file? The operation that cannot be written to the file is the write protection of the file?
Archive attribute is used to tag files changes? After the last backup file change? Some backup software will only when backup to the backup file with archive attribute?
Ilidden attributes, as the name implies, are hidden files? In the usual case, files with hidden properties are not displayed in the resource manager?
The system attribute is the index injection document? It is the file that the system needs to cal1.
The format of the attrib instruction and the common parameter is
ATTRIB [
显示全部