Sign in with
Sign up | Sign in

Kingston 16gb pen drive detected but not show any files and folder

Last response: in Windows 7
Share

Your problem could be file structure. Try this:

1. Open Computer and note the drive letter for the pen drive (example F:) 
2. Go to Start > Run > type "cmd" (without quotes)
3. Type the following in the command prompt:

attrib -h -r -s F:*.* /s /d (where F: is your drive letter)

4. Exit and check if the files / folders are there
!