Windows batch script to unhide files hidden by virus

The Solution to Windows batch script to unhide files hidden by virus is


echo "Enter Drive letter" 
set /p driveletter=

attrib -s -h -a /s /d  %driveletter%:\*.*

~ Answered on 2011-11-11 14:02:14


Most Viewed Questions: