Skip to content

Instantly share code, notes, and snippets.

@joeyhipolito
Created August 2, 2014 08:00
Show Gist options
  • Save joeyhipolito/4c348f7711c851c9dd7c to your computer and use it in GitHub Desktop.
Save joeyhipolito/4c348f7711c851c9dd7c to your computer and use it in GitHub Desktop.
Unhide files and folders hidden by a virus.
@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