What to do if the folder hidden property is dimmed

Source: Internet
Author: User

Hidden folders can be opened, but the hidden properties are grayed out and cannot be changed. This should be caused by Autorun virus, so we use U disk, we must be careful for!, now the virus is too much.

Workaround:

1: "Start"-"Run" enter "CMD"

2: Enter the problem of the disk input such as "F:" Return

which into folders with CDs such as CD Changefile (Changefile for folder name)

3:ATTRIB/S/d-s-H

Repeat steps 2,3 each disk.

Here's how the attrib works:

Now a lot of viruses spread through the U disk has a new feature: that is, after the infection of your folders are hidden, you want to change the file properties to change out of the time found that the hidden items in the property is GRAY!!!

What's going to happen?

Here is the solution to this problem.

Next is the relevant command knowledge

Attrib can be used in cmd [+r | r] [+A |-A] [+s |-S] [+h |-h] [[Drive:] [path] filename] [/S [

/d]]

+ Set properties.

-Clears the properties.

R read-only file properties.

A Archive file attribute.

S System file properties.

H hidden file properties.

[Drive:] [Path] [FileName]

Specifies the file attributes to process.

/S handles matching files in the current folder and its subfolders.

/d also processes folders.

This is a concrete point of the solution:

Attrib-s-H X (disk name): file name

Other programmes:

attrib drive:path "File name"-s-h or attrib "drive:pathfile name"-s-h

Take into account some users of the U disk folder more, but also to optimize this method:

attrib "[drive:path*]"-s-h/s/d (Process all files and folders in this directory)

or open a command prompt, cmd, and enter the directory you want to work with:

attrib *.*-s-h/s/d

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.