Created
August 2, 2014 08:00
-
-
Save joeyhipolito/4c348f7711c851c9dd7c to your computer and use it in GitHub Desktop.
Unhide files and folders hidden by a virus.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo "Type the drive letter (just the letter)" | |
set /p letter= | |
attrib -s -h -a /s /d %letter%:\*.* | |
echo "Complete!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment