Sometimes when we connect the pen to the computer its capacity, there are times when the files inside it are not shown.If you use the pen to exchange files frequently, you may have encountered this problem a lot of the time. ![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKXryIpj419Higm4EtatzjKA7iDwXEiOWaFTy4jEQLCA1BZECkvrTDr2irl-pL1pz7UR67_MPnCZ0xmhyPlXjWbCYQP0x9ifZtBDb44npQDgpRR7IZnARSR582AUS2dKYzF3YFpTBzMsUb/s320/Fix-major-USB-problems.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKXryIpj419Higm4EtatzjKA7iDwXEiOWaFTy4jEQLCA1BZECkvrTDr2irl-pL1pz7UR67_MPnCZ0xmhyPlXjWbCYQP0x9ifZtBDb44npQDgpRR7IZnARSR582AUS2dKYzF3YFpTBzMsUb/s320/Fix-major-USB-problems.png)
This is happening often caused by virus.Due to those virus, some files may be hidden or selected as system files.That's why they are not shown.Today we will see how to fix this using the command prompt.
The first thing to do is access the flash drive which have the issue.
For this, open the command prompt and then You have to type the drive letter (it has letters like L, M, N) and enter: (dotted).
Now we are inside the flash drive.
This does not show hidden and system files.If you want to see it all Type Dir / a and press Enter.
If you look at the meaning of these letters,
R(Read only)- Files in read only format
S (System files) - System files
H (Hidden files) - Hidden files
Now let's see how to remove these configurations,
First type Attrib in the command prompt.Then type the name of the file you want to remove the formatting, then the letter with - mark corresponding to the setting you want to remove.
For example, suppose a file called setup.exe is a hidden file (h).
to fix this you have to type like this.
Attrib setup.exe - h
Attrib setup.exe –h –r –s
have to type above command.
Comments
Post a Comment