Remove - Hidden Property

Joey_R

Board Regular
Joined
Sep 7, 2004
Messages
123
Hi All,

I have a major problem - My USB flash disk was infected with a nasty virus. I managed to delete the virus but now - all the folders have a hidden property attached and therefore are not visible. Please help...I have changed my folder options to show all files but still I am unable to view them.

Regards
Jo
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
If you know the names of the folders you could use a command prompt to get them back using the attrib command

For example if the drive letter is K:

Open command prompt (start > Run type "cmd" (no quotes))

change to the K: drive by typing K: & pressing enter

you can then remove the hidden propety for a folder by typing

Code:
attrib FOLDERNAME -h
replace FOLDERNAME with the name of your folder as appropriate

Note you will probably need to have administrator access for this to work

I'm sure there are also commercial programs which let you view hidden folders etc.

Edit: see here as well if your 'View hidden files & folders' isnt working right
http://technize.com/2007/05/13/show-hidden-files-and-folders-not-working/
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,856
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top