Skip to main content

Resolve Flash Drive Issues Using Command Prompt

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.  



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.
Now to see the files inside the flash drive, type dir and press enter.




This does not show hidden and system files.If you want to see it all Type Dir / a and press Enter.
Now type Attrib and hit enter to see what has happened to these files.



Then a letter or a few letters will appear in front of the name of these files to indicate whether these files have been hidden or selected as system files.

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

The absence of a letter like this in front of a file means that it is not affected by viruses. Having a few letters like this in front of a file means that it has changed in several ways.

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

if this file also have h,r,s modifications,
Attrib setup.exe –h –r –s
have to type above command.
I think now you understand how things works.

Comments

Popular posts from this blog

Quantum Computing

Before we talk about quantum computers, let's look at what quantum theory is. The atom is the basic building block of matter. The atom is made up of tiny subatomic particles such as electrons, protons, and neutrons.So in an environment with subatomic particles like this, these particles behave strangely. Predicting these behaviors is what happens in quantum science. Quantum theory Quantum theory was first proposed by Max Planck.Also Irwin Schrdinger and Albert Einstein have contributed to these investigations. There are three basic theories of quantum theory. 1 . Superior theory 2. Theory of inconsistency 3. Tangle theory Simply put, these three are .... 1 . Superior theory This is about a state between yes and no. To illustrate this, Schrodinger has proposed a model called the cat concept test.Something like this is happening here, A flask filled with a poisonous substance is placed in a chamber containing a radioactive medium. There is a cat inside th...

5 Tips To Rank Your Gigs On Fiverr

If you're a freelancer on Fiverr , you know how important it is to have your gigs rank highly in the platform's search results. High rankings can mean more visibility for your gig, which can lead to more sales and ultimately more income for you. Here are 5 tips to help you rank your gigs higher on Fiverr. 1. Use relevant keywords in your gig title and description . When potential buyers search for services on Fiverr, they often use keywords to find what they're looking for. By including relevant keywords in your gig title and description, you can increase the chances that your gig will appear in search results for those keywords. 2. Use high-quality images in your gig gallery . The images you use in your gig gallery can have a big impact on how your gig ranks in search results. High-quality images can help your gig stand out and grab the attention of potential buyers, which can lead to more clicks and ultimately higher rankings.dont forget to use your own images and assets...

How To Install Windows Drivers Properly.

                                                                                     What are the drivers? Actually drivers are kind of softwares . What these do is provide information to the operating system about the hardware we use . Without these we cannot use any hardware. For example, let's say we have a printer.We connect this to our computer.But the computer will not recognize this as a printer without these drivers.Because these drivers contain all the details about how this printer works. What drives actually do is instruct the operating system on what the hardware is and how to work with it. If we take the example of that printer, let's say this printer can print 5 characters per second. ,  This information is contained in those drivers.It tells the ...