How Show Hidden Files Caused By Virus Infections
🔰 THE Hacking Cracking TIPS & Tricks 🔰
Ⓜ️ 3 Steps To Show Hidden Files Caused By Virus Infections Ⓜ️
▫️We do believe that everyone have experience with computer viruses and most of it is bad experience. Today we will share 3 Steps to Show Hidden Files Caused by Virus Infections. This tips and trick purpose is to help you who have difficulties showing hidden files because of virus infection.▫️
▫️This tips and trick is for Windows users, because most virus in the wild is targeting Windows operating system since they have the largest users in the world.▫️
⚠️Requirements:
1. Command prompt
3 Steps to Show Hidden Files Caused by Virus Infections :
The virus hide all my files and folders as well, and change everything into a shortcut that call Documents.vbe when executed.
1. The virus change the files and folders attribute by using system user, so when you try to change the attribute by right clicking it, you can't change it's hidden attribute.
3. Open your command prompt and go to your USB drive. In our case the USB is in E: drive.
attrib -H -S E:\* /S /D
Description :
attrib : Displays or changes file attributes.
– : Clears an attribute.
H : Hidden file attribute.
S : System file attribute.
E:\* : Drive of the USB with * as wildcard that means process all files.
/S : Processes matching files in the current folder and all subfolders.
/D : Processes folders as well.
➖@Mr.X➖
0 Response to "How Show Hidden Files Caused By Virus Infections"
Post a Comment