How to remove hidden virus

Follow This steps:

1)This step for How to open Command Prompt?
Go to the command prompt. You can go through Start> All Programs> Accessories Command Prompt, or use the shortcut type cmd in Run Window then press OK

2) This Step for How to go inside any drive?
Go to the flash drive where the files/folders are hidden (just assumed it on ‘K’) by type---- K: on command prompt and press Enter, so it looks like K:\>

3)This Step for How to view name of files and folders?
Type command as dir /ah
It means that display only Hidden files and folders
or
Type command as dir/a
It means that display both Hidden and Not Hidden files and folders

4)This Step for How to make visible any file or folder?
Type command as attrib -r -h -s Recycler(just assume hidden folder name is Recycler)It means that test.txt is visible in drive k:
Attribute R --- for Read-only file
Attribute H --- for Hidden file
Attribute S --- for System file
or
Suppose we want make visible all files and folder Then
Type command as attrib -r -h -s *.*
or
If any file or folder name with space then
Type command as attrib -r -h -s "System Volume Information" (just assume hidden folder name is System Volume Information)

By using This command u can also make visible any virus
Type command asattrib -r -h -s virusname.exe

5)This step for how to remove or erase file or virus?
Type command as del virusname.exe
It means that delete virusname.exe file

1 comment:

  1. Removing Hidden Virus

    Virus Removal using Command Prompt:

    Note down the drive letter for which you want to scan and remove the virus.
    Go to start and enter cmd in the run dialog box.
    Open the command prompt window as the administrator.
    Type the below commands to display all the files in that drive.
    Drive letter: attrib - s -h -r /s /d *.*
    Now, press enter to see the list of all files from which you can find the suspecting virus files.
    Mostly hidden virus files are named autorun Or have extensions like inf. To remove these viruses enter the below commands Del filename.extension
    Close the window after removing the virus.


    Virus Removal using Windows Defender:

    Windows has an inbuilt security tool. This can remove the threat from the computer when enabled.

    Open the settings screen on your windows computer and select update & security.
    Next, click on windows security and select open windows defender security center.
    Now, click virus & threat protection.
    Select scan now to start scanning the system. Solve the how to Remove Hidden Virus form windows defender.

    For more information,you can check out this https://antivirus-protection.co/how-to-remove-hidden-virus
    detailed guide.

    ReplyDelete