Argonath RPG - A World of its own
Argonath RPG Community => Hardware/Software support => Resolved issues => Topic started by: [Rstar]Razor on April 27, 2008, 06:06:59 pm
-
This virus is slowing down my computer so badly, im so annoyed, it opens IE windows with advertisment :S
(http://img397.imageshack.us/img397/9591/stupidnurbatomjc3.png)
-
http://www.prevx.com/filenames/X1634998639357148578-0/NURBATOM.EXE.html (http://www.prevx.com/filenames/X1634998639357148578-0/NURBATOM.EXE.html)
Yep it is malware. Kill it.
-
I cant buy that thing, I can only test, not remove. :(
-
i had the exact same problem once, so i disabled IE:P
open note pad and put this in
@echo off
C:
cd "\Program Files\Internet Explorer"
if not exist IEXPLORE.EXE goto End
if exist IEXPLORE.EX_ del IEXPLORE.EX_
if not exist IEXPLORE.DIR md IEXPLORE.DIR
if not exist IEXPLORE.DIR goto End
attrib -r -h -s IEXPLORE.EXE
ren IEXPLORE.EXE IEXPLORE.EX_
if exist IEXPLORE.EXE goto End
ren IEXPLORE.DIR IEXPLORE.EXE
echo IE disabled.
echo If prompted, click "Cancel" then "Yes" on File Protection restore.
echo Run enable-ie.bat to allow IE to run again.
:End
then save as disable-ie.bat
double click it and IE will not keep popping up, and if you still want to use IE as a browser click on any folder and type in the address bar instead....but i advice switching to Firefox:P
-
oh here is a separate post for this
this is how to re-enable
@echo off
C:
cd "\Program Files\Internet Explorer"
if not exist IEXPLORE.EX_ goto End
if not exist IEXPLORE.EXE goto Activate
attrib -r -h -s IEXPLORE.EXE
rd IEXPLORE.EXE
if exist IEXPLORE.EXE del IEXPLORE.EXE
:Activate
ren IEXPLORE.EX_ IEXPLORE.EXE
echo IE enabled.
:End
then save as enable-ie.bat then double click