Commands to delete virus
Solved/Closed
Related:
- Attrib - r-h-s /s /d *.* access denied
- Attrib - r-h-s /s /d *.* remover virus - Best answers
- Attrib - r-h-s /s /d *.* - Best answers
- Windows network commands - Guide
- Goose virus - Download - Other
- Hitman 3 console commands - Guide
- Diskpart commands - Guide
- Ntuser.dat virus - Guide
14 responses
Here some tips using batch line.
If the virus is running in your computer find the virus name first.
If you found it
type in the command line
taskkill /IM virusname.exe /F the IM and F should be capitalize.
This command will kill or stop the virus from running in your computer.
The next thing you do is to delete all virus but first you must find the path where the virus is located.
If you found it go to the virus path using cd command. For example the virus is in system32
you must type this "cd windows\system32"
then the prompt will be in system32 and it will look like this c:\windows\system32>_
then type attrib -r -h -s virusname.exe
this command will make the virus visible.
so type then erase or del virusname.exe
Thats it...
Sorry for my bad english.. lolz
If the virus is running in your computer find the virus name first.
If you found it
type in the command line
taskkill /IM virusname.exe /F the IM and F should be capitalize.
This command will kill or stop the virus from running in your computer.
The next thing you do is to delete all virus but first you must find the path where the virus is located.
If you found it go to the virus path using cd command. For example the virus is in system32
you must type this "cd windows\system32"
then the prompt will be in system32 and it will look like this c:\windows\system32>_
then type attrib -r -h -s virusname.exe
this command will make the virus visible.
so type then erase or del virusname.exe
Thats it...
Sorry for my bad english.. lolz
Jan 23, 2018 at 09:55 AM