FG
💻 Software

How can I recursively clear the "Hidden" file flag on Windows Vista?

Fresh6 days ago
Mar 15, 20266837 views
Confidence Score0%
0%

Problem

A friend's computer was recently infected with a virus. I hope the virus has been removed successfully. But, it appears that the virus set the "Hidden" flag on most directories and files on the system. What's the most convenient way to clear this flag from selected directories and their contents?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I recursively clear the "Hidden" file flag on Windows Vista?

Low Risk

You are looking for the "attrib" command. Type attrib /? at a command prompt. An example would be to remove the hidden attribute from all files in the directory, or to include subdirectories. Add the /d switch to reset the directories too.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment