To unblock windows from hiding protected operating system files

Source: Internet
Author: User
For folders:
1. To unbind a folder from a disk (example):
attrib d:\ "program Files"-s-h/s/d
2, unblock all folders of a disk forcibly hidden (example):
attrib d:\ "*"-s-h/s/d
--friendly tip: In the example above, D: is the disk letter; The quotation marks are the folder name; related Command parameters:
+r Set read-only file properties.
-R Clears the read-only file attribute.
+a Set the archive properties.
-A clears the archive property.
+s Set the System file properties.
-S clears the system file properties.
+h set hidden file properties.
-H clears the hidden file properties.
/s applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.
/d applies attrib and any command-line options to the directory.
/? Displays help at the command prompt.

For files:
ATTRIB [+r |-r] [+a |-A] [+s |-S] [+h |-h] [[Drive:] [path] filename] [/S [/d]]
+
- clears the attribute.
R read-only file properties.
A Archive File property.
S System file properties.
H hidden file properties.
[Drive:] [Path] [FileName] Specifies the file attributes to be processed.
/S handles matching files in the current folder and its subfolders.
/d also handles folders.
For example
Attrib-s-h-r C:\*.*

To unblock windows from hiding protected operating system files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.